avcodec/v210: add avx2 version of the 8-bit line encoder

Multimedia / FFmpeg - James Darnley [gmail.com] - 17 January 2016 09:03 UTC

Around 35% faster than the avx version.

3836f40 avcodec/v210: add avx2 version of the 8-bit line encoder
libavcodec/v210enc.c | 5 +++--
libavcodec/v210enc.h | 1 +
libavcodec/x86/constants.c | 3 ++-
libavcodec/x86/constants.h | 2 +-
libavcodec/x86/v210enc.asm | 48 ++++++++++++++++++++++++++---------------
libavcodec/x86/v210enc_init.c | 7 ++++++
6 files changed, 45 insertions(+), 21 deletions(-)

  • Share