aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcm/PcmDither.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/Dither: move shift from DitherConvert() to Dither()Max Kellermann2013-12-241-2/+2
| | | | All callers need this shift, so let's move it to the basic method.
* pcm/Dither: rename DitherShift() to DitherConvert()Max Kellermann2013-12-241-7/+7
|
* pcm/Dither: convert remaining methods to templatesMax Kellermann2013-12-221-21/+27
| | | | | Use the SampleTraits template and let the compiler generate a special case for S32 instead of reusing S24_P32.
* pcm/Dither: generic sample dithering using templateMax Kellermann2013-12-221-13/+22
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-0/+89