vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function

Multimedia / FFmpeg - Ronald S. Bultje [gmail.com] - 13 October 2015 10:05 UTC

1c3be32 vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function.
libavcodec/x86/Makefile | 1 +
libavcodec/x86/vp9dsp_init.c | 4 +-
libavcodec/x86/vp9dsp_init.h | 15 +++-
libavcodec/x86/vp9dsp_init_16bpp_template.c | 16 +++-
libavcodec/x86/vp9itxfm.asm | 16 +---
libavcodec/x86/vp9itxfm_16bpp.asm | 120 +++++++++++++++++++++++++++
libavcodec/x86/vp9itxfm_template.asm | 37 +++++++++
7 files changed, 187 insertions(+), 22 deletions(-)

  • Share