Skip to content

Conversation

junjun3518
Copy link

@junjun3518 junjun3518 commented Jul 8, 2021

Simpler solution for clipping.
Clip noise #73 (comment) is caused by multiplying 2^15(half of int16), while int16's range is [-2^15, 2^15-1], it caused during abs max value is positive.
This commit solves this by multiplying 2^15-1 instead of 2^15.

@junjun3518
Copy link
Author

junjun3518 commented Jul 8, 2021

After this commit & Before this commit
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant