summaryrefslogtreecommitdiff
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
* checkasm: pass context as pointerxufuji4562023-04-136-39/+39
* checkasm/hevc: add transform_luma testxufuji4562023-04-131-0/+29
* checkasm: add hevc_deblock chroma testJ. Dekker2023-04-064-1/+104
* checkasm: add test for bwdifJames Darnley2023-03-254-0/+89
* x86: replace explicit REP_RETs with RETsLynne2023-02-011-1/+1
* checkasm/v210dec: add extra space to the destination arraysJames Darnley2022-12-211-6/+6
* avcodec/x86: add avx512icl function for v210decJames Darnley2022-12-201-6/+6
* checkasm/v210enc: test the entire width of 10-bit planar input arraysJames Darnley2022-12-011-2/+4
* libavfilter/x86/vf_convolution: add sobel filter optimization and unit test w...bwang302022-11-144-0/+109
* dca_core: convert to lavu/txLynne2022-11-061-11/+14
* checkasm: add a verbose check function for uint32_t dataJames Darnley2022-11-042-0/+2
* checkasm/idctdsp: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-111-1/+1
* checkasm/llviddspenc: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-111-2/+2
* checkasm/huffyuvdsp: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-111-1/+1
* checkasm/llviddsp: Be strict about MMXAndreas Rheinhardt2022-10-111-8/+8
* checkasm/pixblockdsp: Be strict about MMXAndreas Rheinhardt2022-10-111-2/+2
* checkasm/audiodsp: Be strict about MMXAndreas Rheinhardt2022-10-111-5/+5
* checkasm/blockdsp: Be strict about MMXAndreas Rheinhardt2022-10-111-1/+1
* checkasm/vc1dsp: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-111-2/+2
* checkasm: RISC-V 64-bit assembler test harnessRémi Denis-Courmont2022-10-103-0/+189
* checkasm/vp8dsp: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-081-3/+3
* lavu/riscv: CPU flag for the Zbb extensionRémi Denis-Courmont2022-10-051-0/+1
* lavu/cpu: CPU flags for the RISC-V Vector extensionRémi Denis-Courmont2022-09-271-0/+4
* lavu/cpu: detect RISC-V base extensionsRémi Denis-Courmont2022-09-271-0/+4
* x86/tx_float: add 15xN PFA FFT AVX SIMDLynne2022-09-231-2/+2
* tests/checkasm/lpc: correct arithmetic when randomizing buffersLynne2022-09-231-6/+6
* tests/checkasm/lpc: reduce range and use signed valuesLynne2022-09-231-6/+6
* tests/checkasm/lpc: print mismatching valuesJames Almer2022-09-221-2/+8
* tests/checkasm/lpc: randomize buffer lengthJames Almer2022-09-221-16/+3
* avcodec/lpc: use ptrdiff_t for length parametersJames Almer2022-09-221-1/+1
* x86/lpc: fix even scalar loop overreads/writesLynne2022-09-221-0/+4
* avcodec/fmtconvert: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-1/+1
* avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt2022-09-211-2/+1
* x86/lpc: implement a new Welch windowing functionLynne2022-09-214-0/+85
* tests/checkasm: add a test for VorbisDSPContextJames Almer2022-09-194-0/+92
* checkasm/tx: add checkasm support for the iMDCTLynne2022-09-061-13/+14
* 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: motion: Test different h parametersMartin Storsjö2022-08-171-4/+6
* checkasm: Provide enough alignment in the new yuv2plane1 testMartin Storsjö2022-08-161-3/+3
* checkasm/hevc_add_res: add 12bit testJ. Dekker2022-08-161-7/+8
* checkasm: updated tests for sw_scaleSwinney, Jonathan2022-08-161-39/+149
* checkasm: Silence warnings about unused return value from read()Martin Storsjö2022-08-081-1/+3
* avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt2022-08-052-2/+2
* avcodec/flacdsp: Remove unused function parameterAndreas Rheinhardt2022-08-051-2/+2
* checkasm: motion: Make the benchmarks more stableMartin Storsjö2022-07-161-1/+2
* checkasm: Provide enough alignment in the new motion testMartin Storsjö2022-06-281-2/+2
* lavc/aarch64: motion estimation functions in neonSwinney, Jonathan2022-06-284-0/+156
* tests/checkasm/sw_scale: Fix alignment for movdqaMichael Goulet2022-06-201-5/+5