summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vp8dsp-init.c
Commit message (Expand)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-1/+2
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-041-7/+7
* Remove global mm_flags variableMåns Rullgård2010-08-241-1/+1
* VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser2010-08-021-0/+2
* Use word-writing instead of dword-writing (with two cached but otherwiseRonald S. Bultje2010-07-311-1/+3
* VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser2010-07-231-7/+9
* VP8: 30% faster idct_mbJason Garrett-Glaser2010-07-231-0/+5
* VP8: clear DCT blocks in iDCT instead of using clear_blocks.Jason Garrett-Glaser2010-07-231-0/+2
* Use pextrw for SSE4 mbedge filter result writing, speedup 5-10cycles onRonald S. Bultje2010-07-221-0/+4
* Fix and enable horizontal >=SSE2 mbedge loopfilter.Ronald S. Bultje2010-07-221-6/+6
* Various VP8 x86 deblocking speedupsJason Garrett-Glaser2010-07-211-60/+40
* Make mmx VP8 WHT fasterJason Garrett-Glaser2010-07-211-2/+2
* VP8 MBedge loopfilter MMX/MMX2/SSE2 functions for both luma (width=16)Ronald S. Bultje2010-07-201-0/+42
* Chroma (width=8) inner loopfilter MMX/MMX2/SSE2 for VP8 decoder.Ronald S. Bultje2010-07-201-0/+19
* Revert r24339 (it causes fate failures on x86-64) - I'll figure out what'sRonald S. Bultje2010-07-191-19/+0
* Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster thanRonald S. Bultje2010-07-191-2/+5
* Implement chroma (width=8) inner loopfilter MMX/MMX2/SSE2 functions.Ronald S. Bultje2010-07-191-0/+19
* Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje2010-07-191-18/+18
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-151-0/+22
* Simple H/V loopfilter for VP8 in MMX, MMX2 and SSE2 (yay for yasm macros).Ronald S. Bultje2010-07-031-0/+16
* SSSE3 versions of vp8 width4 bilinear MC functionsJason Garrett-Glaser2010-07-031-2/+11
* SSSE3 versions of width4 VP8 6-tap MC functionsJason Garrett-Glaser2010-07-021-0/+18
* Fix 100L in vp8dsp asm initJason Garrett-Glaser2010-07-011-2/+2
* MMX idct_add for VP8.Ronald S. Bultje2010-06-291-0/+2
* Add mmxext version of VP8 DC Hadamard transformJason Garrett-Glaser2010-06-291-0/+2
* Change MMXEXT to MMX2, MMXEXT is deprecatedBaptiste Coudurier2010-06-281-1/+1
* Add x86 asm functions for VP8 put_pixelsJason Garrett-Glaser2010-06-281-0/+19
* Add MMX, SSE2, SSSE3 asm for VP8 bilinear MCJason Garrett-Glaser2010-06-281-96/+124
* Fix build without yasmDavid Conrad2010-06-271-0/+8
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-271-0/+216
OpenPOWER on IntegriCloud