summaryrefslogtreecommitdiffstats
path: root/libavcodec/dct32_template.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "avcodec/dct32_template: fix typo"Ganesh Ajjanagadde2015-11-221-1/+1
| | | | | | This reverts commit 82c5f3178930285f84c42ab4b026ee48d53305ec. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avcodec/dct32_template: fix typoGanesh Ajjanagadde2015-11-221-1/+1
| | | | | Found-by: Clément Bœsch <u@pkh.me> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* avcodec/dct32_template: use M_SQRT1_2 instead of actual literalGanesh Ajjanagadde2015-11-221-1/+1
| | | | | | Fixed point value remains unchanged. Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-211-4/+4
| | | | | | | | | | | | | * qatar/master: dct/fft: Give consistent names to fixed/float template files Conflicts: libavcodec/fft_fixed.c libavcodec/fft_float.c libavcodec/mdct_fixed.c libavcodec/mdct_float.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
* dct/fft: Give consistent names to fixed/float template filesDiego Biurrun2013-11-211-0/+276
OpenPOWER on IntegriCloud