[FFmpeg-devel] [PATCH 0/3] v210dec checkasm test and avx2 function
James Darnley
jdarnley at obe.tv
Wed Apr 10 15:47:46 EEST 2019
I am resending this my patches because I am not sure if I sent this version in
the past. I split my changes into two patches because they do separate things.
I also changed some tabs to spaces in Mike's AVX2 patch.
James Darnley (2):
avcodec/v210dec: move DSP function setting into dedicated function
checkasm: add test for v210dec
Michael Stoner (1):
libavcodec Adding ff_v210_planar_unpack AVX2
libavcodec/v210dec.c | 26 +++++++++----
libavcodec/v210dec.h | 1 +
libavcodec/x86/v210-init.c | 8 ++++
libavcodec/x86/v210.asm | 72 +++++++++++++++++++++++++++--------
tests/checkasm/Makefile | 1 +
tests/checkasm/checkasm.c | 3 ++
tests/checkasm/checkasm.h | 1 +
tests/checkasm/v210dec.c | 77 ++++++++++++++++++++++++++++++++++++++
8 files changed, 166 insertions(+), 23 deletions(-)
create mode 100644 tests/checkasm/v210dec.c
--
2.21.0
More information about the ffmpeg-devel
mailing list