summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp8dsp.asm
Commit message (Expand)AuthorAge
...
* Revert r24339 (it causes fate failures on x86-64) - I'll figure out what'sRonald S. Bultje2010-07-19
* Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.Ronald S. Bultje2010-07-19
* Be more efficient with registers or stack memory. Saves 8/16 bytes stackRonald S. Bultje2010-07-19
* Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje2010-07-19
* Attempt to fix x86-64 testsuite on fate.Ronald S. Bultje2010-07-16
* Remove duplicate define.Ronald S. Bultje2010-07-16
* Revert 24270, it contained some stuff that shouldn't have been in there.Ronald S. Bultje2010-07-16
* Remove duplicate define.Ronald S. Bultje2010-07-16
* Give x86 r%d registers names, this will simplify implementation of the chromaRonald S. Bultje2010-07-16
* Change return statement, the REP_RET is a mistake since the else case (x86-64,Ronald S. Bultje2010-07-16
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-15
* Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje2010-07-03
* SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser2010-07-03
* SSSE3 versions of width4 VP8 6-tap MC functionsJason Garrett-Glaser2010-07-02
* Use add instead of lshift in mmxext vp8 idctJason Garrett-Glaser2010-06-29
* Remove unused macros (duplicates from the now-LGPL x86util.asm).Ronald S. Bultje2010-06-29
* MMX idct_add for VP8.Ronald S. Bultje2010-06-29
* Add mmxext version of VP8 DC Hadamard transformJason Garrett-Glaser2010-06-29
* Fix VP8 bilinear mc on x86_64Jason Garrett-Glaser2010-06-28
* Add x86 asm functions for VP8 put_pixelsJason Garrett-Glaser2010-06-28
* Add MMX, SSE2, SSSE3 asm for VP8 bilinear MCJason Garrett-Glaser2010-06-28
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-27