aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/sw_scale.c
Commit message (Expand)AuthorAgeFilesLines
* tests/checkasm/sw_scale: Avoid declare_func_emms where possibleAndreas Rheinhardt2023-09-041-6/+6
* checkasm: sw_scale: Produce more realistic test filter coefficients for yuv2yuvXMartin Storsjö2022-08-191-1/+15
* checkasm/sw_scale: hscale does not requires cpuflag test.Alan Kelly2022-08-181-4/+1
* libswscale: Enable hscale_avx2 for all input sizes.Alan Kelly2022-08-181-1/+1
* checkasm: Provide enough alignment in the new yuv2plane1 testMartin Storsjö2022-08-161-3/+3
* checkasm: updated tests for sw_scaleSwinney, Jonathan2022-08-161-39/+149
* tests/checkasm/sw_scale: Fix alignment for movdqaMichael Goulet2022-06-201-5/+5
* checkasm: added additional dstW tests for hscaleSwinney, Jonathan2022-05-281-49/+55
* libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions.Alan Kelly2021-12-211-1/+1
* x86/swscale: fix minor coding style issuesAlan Kelly2021-12-161-2/+1
* libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly2021-12-151-5/+15
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* sws: separate the calls to scaled vs unscaled conversionAnton Khirnov2021-07-031-2/+2
* tests/checkasm/sw_scale: adds additional tests sizes for yux2yuvXAlan Kelly2021-04-011-3/+3
* tests/checkasm/sw_scale: use memset() to fill ditherJames Almer2021-02-191-3/+1
* checkasm/sw_scale: properly initialize src_pixer and filter_coeff buffersAlan Kelly2021-02-191-2/+2
* checkasm/sw_scale: use av_free() instead of free()James Almer2021-02-171-2/+2
* swscale: move yuv2yuvX_sse3 to yasm, unrolls main loopAlan Kelly2021-02-171-0/+103
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* checkasm/sw_scale: Fix stack-buffer-overflowAndreas Rheinhardt2020-05-201-1/+1
* checkasm: swscale: Fix running the hscale test on 32 bit x86Martin Storsjö2020-05-161-3/+3
* checkasm: add hscale testJosh de Kock2020-05-151-0/+134