OSDN Git Service

vp3: integrate clear_blocks with idct of previous block.
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 18 Jan 2013 15:43:04 +0000 (16:43 +0100)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 20 Jan 2013 06:04:55 +0000 (22:04 -0800)
commitaeaf268e52fc11c1f64914a319e0edddf1346d6a
tree4596586d2adfda684defde76992d6fb4426b6089
parent992b03183819553a73b4f870a710ef500b4eb6d0
vp3: integrate clear_blocks with idct of previous block.

This is identical to what e.g. vp8 does, and prevents the function call
overhead (plus dependency on dsputil for this particular function).

Arm asm updated by Janne Grunau <janne-libav@jannau.net>.

Signed-off-by: Janne Grunau <janne-libav@jannau.net>
libavcodec/arm/vp3dsp_neon.S
libavcodec/ppc/vp3dsp_altivec.c
libavcodec/vp3.c
libavcodec/vp3dsp.c
libavcodec/vp3dsp.h
libavcodec/x86/vp3dsp.asm
libavcodec/x86/vp3dsp_init.c