Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | swr: fix "may be used uninitialized in this function" warnings | Michael Niedermayer | 2013-01-20 | 1 | -1/+2 |
* | swr: work with 4 noise shaping coeffs at a time | Michael Niedermayer | 2013-01-12 | 1 | -1/+10 |
* | swr: use a local variable for ns_coeffs | Michael Niedermayer | 2013-01-12 | 1 | -1/+2 |
* | swr: use local variable for ns_errors | Michael Niedermayer | 2013-01-12 | 1 | -2/+3 |
* | swr: minor simplification for the noise shaping pos update | Michael Niedermayer | 2013-01-12 | 1 | -1/+1 |
* | swr: mark noise data for noise shaping as const | Michael Niedermayer | 2013-01-10 | 1 | -1/+1 |
* | swr: add seperate in/out pointers to the noise shaping code | Michael Niedermayer | 2013-01-10 | 1 | -4/+5 |
* | swr: rename dither_pos to noise_pos | Michael Niedermayer | 2013-01-10 | 1 | -1/+1 |
* | swr: reorder the operations in the noise shaping code | Michael Niedermayer | 2013-01-10 | 1 | -2/+3 |
* | swr: move dither related fields to their own context | Michael Niedermayer | 2013-01-09 | 1 | -8/+8 |
* | swr: Implement Noise shaping dither | Michael Niedermayer | 2013-01-09 | 1 | -0/+53 |