Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 below | Michael Niedermayer | 2013-01-12 | 1 | -0/+1 |
| | | | | | | This allows using code working with 4 at a time Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | swr: Implement Noise shaping dither | Michael Niedermayer | 2013-01-09 | 1 | -0/+223 |
The following variants are implemented: lipshitz noise shaping dither shibata noise shaping dither low shibata noise shaping dither high shibata noise shaping dither f-weighted noise shaping dither modified-e-weighted noise shaping dither improved-e-weighted noise shaping dither Data tables taken from SOX Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |