summaryrefslogtreecommitdiff
path: root/libavcodec/diracdsp.h
Commit message (Collapse)AuthorAgeFilesLines
* diracdsp: add dequantization SIMDRostislav Pehlivanov2016-07-111-0/+4
| | | | | | Currently unused, to be used in the following commits. Signed-off-by: Rostislav Pehlivanov <rpehlivanov@obe.tv>
* diracdsp: Make x86 files/functions names consistentTimothy Gu2016-02-051-0/+1
|
* diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya2015-12-101-2/+2
|
* dirac: mark some variables const.Michael Niedermayer2012-03-151-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Dirac: Added endif commentsJordi Ortiz2011-11-051-1/+1
| | | | | | (cherry picked from commit c023d4db3688cd4f0fa47c472b33eb343b0d6db1) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Dirac: Solved problem with make checkheadersJordi Ortiz2011-11-041-0/+2
| | | | | | (cherry picked from commit d611ea0a44f3e4f67fef7ba916da5a25adef58da) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Dirac: More formatingJordi Ortiz2011-10-301-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* DIRAC Decoder stable version, MMX support removed.multiple authors2011-10-301-0/+65
Look for MMX_DISABLED to find the disabled functions. Authors of this code are Marco Gerards <marco@gnu.org> and David Conrad <lessen42@gmail.com> With changes from Jordi Ortiz <nenjordi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>