summaryrefslogtreecommitdiff
path: root/libavcodec/x86/simple_idct10_template.asm
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86: allow future 8-bit simple idct to have "DC only hack"James Darnley2017-06-281-0/+40
* avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic...James Darnley2017-06-201-0/+19
* avcodec/x86: modify simple_idct10 macros to add an action paramterJames Darnley2017-06-201-17/+20
* avcodec/x86: cleanup simple_idct10James Darnley2017-06-201-44/+36
* Merge commit '3fd22538bc0e0de84b31335266b4b1577d3d609e'James Almer2017-03-191-1/+1
* x86: simple_idct10_template: use constChristophe Gisquet2015-10-131-13/+0
* x86: simple_idct(_put): 10bits versionsChristophe Gisquet2015-10-131-29/+47
* x86: simple_idct10_template: fix overflow in passChristophe Gisquet2015-10-131-1/+12
* x86: prores: templatize 10 bits simple_idctChristophe Gisquet2015-10-131-0/+299