[FFmpeg-devel] [PATCH v5 2/2][GSoC 2024] tests/checkasm: Add check_vvc_sad to vvc_mc.c

James Almer jamrial at gmail.com
Thu May 23 02:37:55 EEST 2024


On 5/21/2024 10:12 PM, Ronald S. Bultje wrote:
> Hi,
> 
> On Tue, May 21, 2024 at 8:01 PM Stone Chen <chen.stonechen at gmail.com> wrote:
> 
>> Adds checkasm for DMVR SAD AVX2 implementation.
>>
>> Benchmarks ( AMD 7940HS )
>> vvc_sad_8x8_c: 50.3
>> vvc_sad_8x8_avx2: 0.3
>> vvc_sad_16x16_c: 250.3
>> vvc_sad_16x16_avx2: 10.3
>> vvc_sad_32x32_c: 1020.3
>> vvc_sad_32x32_avx2: 60.3
>> vvc_sad_64x64_c: 3850.3
>> vvc_sad_64x64_avx2: 220.3
>> vvc_sad_128x128_c: 14100.3
>> vvc_sad_128x128_avx2: 840.3
>> ---
>>   tests/checkasm/vvc_mc.c | 38 ++++++++++++++++++++++++++++++++++++++
>>   1 file changed, 38 insertions(+)
>>
> 
> LGTM.
> 
> Ronald

Applied after removing the trailing whitespaces.


More information about the ffmpeg-devel mailing list