]> git.sesse.net Git - ffmpeg/commit
VP8: move zeroing of luma DC block into the WHT
authorJason Garrett-Glaser <darkshikari@gmail.com>
Mon, 2 Aug 2010 20:18:09 +0000 (20:18 +0000)
committerJason Garrett-Glaser <darkshikari@gmail.com>
Mon, 2 Aug 2010 20:18:09 +0000 (20:18 +0000)
commit827d43bb9d439254eff5fa44b9809d263fbdc3cf
tree09174c0b8f38461476b8e02bcc16cbd95ee43107
parent42907c6ab5e41ca29db3454851e15bb0bce3601d
VP8: move zeroing of luma DC block into the WHT
Lets us do the zeroing in asm instead of C.
Also makes it consistent with the way the regular iDCT code does it.

Originally committed as revision 24668 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp8.c
libavcodec/vp8dsp.c
libavcodec/x86/vp8dsp-init.c
libavcodec/x86/vp8dsp.asm