• Jason Garrett-Glaser's avatar
    VP8: 30% faster idct_mb · 8a467b2d
    Jason Garrett-Glaser authored
    Take shortcuts based on statistically common situations.
    Add 4-at-a-time idct_dc function (mmx and sse2) since rows of 4 DC-only DCT
    blocks are common.
    TODO: tie this more directly into the MB mode, since the DC-level transform is
    only used for non-splitmv blocks?
    
    Originally committed as revision 24452 to svn://svn.ffmpeg.org/ffmpeg/trunk
    8a467b2d
vp8dsp.h 3.78 KB