mirror of
https://github.com/aicodix/code.git
synced 2026-04-28 09:43:11 +00:00
keep range symmetric
This commit is contained in:
parent
41b8abaf83
commit
3e91ae52d3
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ class LDPCDecoder
|
||||||
|
|
||||||
TYPE out = vsign(other(mag, min0, min1), mine(signs, inp));
|
TYPE out = vsign(other(mag, min0, min1), mine(signs, inp));
|
||||||
|
|
||||||
out = vclamp(out, -32, 31);
|
out = vclamp(out, -31, 31);
|
||||||
|
|
||||||
out = selfcorr(bl[k], out);
|
out = selfcorr(bl[k], out);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue