v210enc: Add SIMD optimised 8-bit and 10-bit encoders

Multimedia / Libav - Kieran Kunhya [obe.tv] - 5 December 2014 07:03 UTC

9a738c2 v210enc: Add SIMD optimised 8-bit and 10-bit encoders
libavcodec/v210enc.c | 203 +++++++++++++++++++++++++++++++----------
libavcodec/v210enc.h | 35 +++++++
libavcodec/x86/Makefile | 2 +
libavcodec/x86/v210enc.asm | 145 +++++++++++++++++++++++++++++
libavcodec/x86/v210enc_init.c | 42 +++++++++
libavutil/x86/x86util.asm | 5 +
tests/ref/vsynth/vsynth1-v210 | 6 +-
tests/ref/vsynth/vsynth2-v210 | 6 +-
8 files changed, 389 insertions(+), 55 deletions(-)

Upstream: git.libav.org


  • Share