summaryrefslogtreecommitdiffstats
path: root/tests/checkasm
Commit message (Expand)AuthorAgeFilesLines
...
| * checkasm: aarch64: Specify alignment for the register_init const arrayMartin Storsjö2017-05-151-1/+1
* | Merge commit 'e00db9f78bb475ed5103364f61892f4e75ef89ba'James Almer2017-10-281-1/+1
|\ \ | |/
| * checkasm: hevc: Add a hevc_ prefix to the add_residual functionsMartin Storsjö2017-04-211-1/+1
| * lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-231-3/+1
| * build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-012-2/+2
* | Merge commit '7cb1d9e2dbbe5bf4652be5d78cdd68e956fa3d63'James Almer2017-10-111-1/+1
|\ \ | |/
| * build: Fine-grained link-time dependency settingsDiego Biurrun2017-03-011-1/+1
* | libavcodec/blockdsp : add AVX versionMartin Vignali2017-10-031-2/+2
* | libavcodec/exr : add x86 SIMD for predictorMartin Vignali2017-10-011-0/+23
* | checkasm: add an exrdsp testJames Almer2017-09-174-0/+73
* | checkasm: use perf API on Linux ARM*Clément Bœsch2017-09-082-25/+129
* | checkasm/vf_blend: rename addition128 and difference128 to grainmerge and gra...James Almer2017-08-241-2/+2
* | checkasm: add hybrid_analysis_ileave and hybrid_synthesis_deint tests to aacp...James Almer2017-07-131-0/+82
* | checkasm: add a g722dsp testJames Almer2017-07-134-0/+68
* | checkasm: use declare_func_float() in sbrdsp sum_square testJames Almer2017-07-041-1/+1
* | checkasm: add sbrdsp testsMatthieu Bouron2017-07-034-1/+302
* | checkasm: randomize the full input buffer in test_hybrid_analysisJames Almer2017-06-301-1/+1
* | checkasm: fix size of input buffer in test_hybrid_analysisJames Almer2017-06-301-1/+1
* | lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch2017-06-281-1/+1
* | checkasm: add AAC PS testsClément Bœsch2017-06-284-0/+166
* | x86/vf_blend: add sse and ssse3 extremity functionsJames Almer2017-06-271-0/+1
* | checkasm: add missing checks to float_dsp's butterflies_float testJames Almer2017-06-231-1/+4
* | checkasm/aarch64: fix tests returning a floatMatthieu Bouron2017-06-221-4/+4
* | build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-212-2/+2
* | checkasm: add float_dsp testsJames Almer2017-06-144-0/+332
* | checkasm: add a checkasm_checked_call function that doesn't issue emmsJames Almer2017-06-142-6/+18
* | checkasm: add _fixed suffix to fixed_dsp testsJames Almer2017-06-011-5/+5
* | checkasm: add fixed_dsp testsJames Almer2017-04-114-0/+166
* | Merge commit '3794062ab1a13442b06f6d76c54dce51ffa54697'Clément Bœsch2017-04-091-1/+1
|\ \ | |/
| * Remove Plan 9 supportDiego Biurrun2016-12-031-1/+1
| * arm: vp9itxfm: Skip empty slices in the first pass of idct_idct 16x16 and 32x32Martin Storsjö2016-11-301-2/+4
| * checkasm: vp9dsp: benchmark all sub-IDCTs (but not WHT or ADST).Ronald S. Bultje2016-11-231-7/+14
* | Merge commit 'effc1430b2fe5997d9d55bf28dc507c27125eb27'James Almer2017-04-041-6/+0
|\ \ | |/
| * Revert "checkasm: vp9dsp: Benchmark the dc-only version of idct_idct separately"Martin Storsjö2016-11-231-6/+0
* | Merge commit '81d7f0bbca837afda1f7e60d3ae52ab1360ab44b'Clément Bœsch2017-04-011-0/+6
|\ \ | |/
| * checkasm: vp9dsp: Benchmark the dc-only version of idct_idct separatelyMartin Storsjö2016-11-161-0/+6
| * checkasm: add vp9dsp.itxfm_add tests.Ronald S. Bultje2016-11-111-0/+272
* | Merge commit '9498237049d15812cecb79df47b196c73013908b'Clément Bœsch2017-03-311-10/+18
|\ \ | |/
| * checkasm: Add --test parameter to check only specific componentsDiego Biurrun2016-11-081-10/+18
| * vp9: Flip the order of arguments in MC functionsMartin Storsjö2016-11-031-10/+8
* | lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-271-2/+2
* | fate/checkasm: fix use of uninitialized memory on hevc_add_res testsJames Almer2017-03-241-1/+1
* | fate/checkasm: use LOCAL_ALINGED_32 on hevc_add_res testsJames Almer2017-03-241-4/+4
* | Merge commit 'ed48a9d8143d2575a4458589cebde69ec326afd8'Clément Bœsch2017-03-244-1/+88
|\ \ | |/
| * checkasm: Add a test for HEVC add_residualAlexandra Hájková2016-10-224-2/+89
* | Merge commit 'dd5d4a0e1e3a30a254d1a57ecbdcedf230c6014b'James Almer2017-03-231-2/+2
|\ \ | |/
| * checkasm: aarch64: Don't clobber x29 in checkasm_stack_clobberMartin Storsjö2016-10-181-2/+2
* | Merge commit '2816f8a8bb33bd67fec5e94f5d357918caf4e055'James Almer2017-03-234-4/+3
|\ \ | |/
| * build: Drop arch-specific checkasm MakefilesDiego Biurrun2016-10-174-4/+3
* | Merge commit '93d5b022a9fd3a1a1f9c521a1eac7f0410e05b81'James Almer2017-03-231-5/+0
|\ \ | |/
OpenPOWER on IntegriCloud