Hello,

in attach patch to add a checkasm test for vf_limiter SIMD (8 and 16)

the checkasm patch need to be apply after patch in discussion :
"avfilter/vf_interlace : add checkasm for lowpass_line and AVX2 version"

007 : add ff_limiter_init func to init the dsp func
008 : checkasm patch
can be test with
./tests/checkasm/checkasm --test=vf_limiter --bench
or
make fate-checkasm

009 : add AVX2 version

Checkasm result
limiter_8_c: 205.7
limiter_8_sse2: 34.2
limiter_8_avx2: 23.2
limiter_16_c: 113.9
limiter_16_sse4: 34.4
limiter_16_avx2: 23.7

Martin

Attachment: 0007-checkasm-vf_limiter-add-checkasm-test-for-8-and-16-l.patch
Description: Binary data

Attachment: 0008-avfilter-x86-vf_limiter-create-macro-for-limiter-8-a.patch
Description: Binary data

Attachment: 0009-avfilter-x86-vf_limiter-add-AVX2-version-for-limiter.patch
Description: Binary data

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to