-
- Downloads
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>
Showing
- libavcodec/arm/vp3dsp_neon.S 15 additions, 7 deletionslibavcodec/arm/vp3dsp_neon.S
- libavcodec/ppc/vp3dsp_altivec.c 2 additions, 0 deletionslibavcodec/ppc/vp3dsp_altivec.c
- libavcodec/vp3.c 2 additions, 3 deletionslibavcodec/vp3.c
- libavcodec/vp3dsp.c 4 additions, 1 deletionlibavcodec/vp3dsp.c
- libavcodec/vp3dsp.h 1 addition, 1 deletionlibavcodec/vp3dsp.h
- libavcodec/x86/vp3dsp.asm 20 additions, 7 deletionslibavcodec/x86/vp3dsp.asm
- libavcodec/x86/vp3dsp_init.c 1 addition, 1 deletionlibavcodec/x86/vp3dsp_init.c
Loading
Please register or sign in to comment