[FFmpeg-devel] [PATCH 0/3] v210dec checkasm test and avx2 function

Paul B Mahol onemda at gmail.com
Fri Apr 19 00:47:45 EEST 2019


On 4/18/19, James Darnley <jdarnley at obe.tv> wrote:
> On 2019-04-10 14:47, James Darnley wrote:
>> 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
>>
>
> Any objections to this patchset?  I have corrected the address of
> Michael's patch to the address I Cced.  I hope that the right one.


Just apply it.


More information about the ffmpeg-devel mailing list