summaryrefslogtreecommitdiff
path: root/tests/checkasm
Commit message (Collapse)AuthorAge
...
| * build: Rename OBJDIRS variable to OUTDIRSDiego Biurrun2019-02-16
| | | | | | | | These directories are not just for object files.
* | Merge commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01'James Almer2019-02-20
|\| | | | | | | | | | | | | * commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01': checkasm/h264: add loop filter tests Merged-by: James Almer <jamrial@gmail.com>
| * checkasm/h264: add loop filter testsJanne Grunau2019-01-26
| |
| * checkasm: Use LOCAL_ALIGNED for aligned variables on the stackMartin Storsjö2017-12-12
| | | | | | | | | | | | | | This fixes fate-checkasm-hevc_mc on ARMCC 5.0 after adding NEON HEVC MC assembly. Signed-off-by: Martin Storsjö <martin@martin.st>
* | tests/checkasm/checkasm: Do not define an unused function.Carl Eugen Hoyos2019-01-31
| | | | | | | | | | Fixes the following warning: tests/checkasm/checkasm.c:615:12: warning: 'bench_init_ffmpeg' defined but not used
* | checkasm/af_afir: relax the max allowed absolute differenceJames Almer2019-01-13
| | | | | | | | | | | | Should fix failures on x86_32. Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm: add an af_afir testJames Almer2019-01-03
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm/float_dsp: add test for vector_dmulJames Almer2018-09-14
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytesAndrey Semashev2018-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Generic C implementation of vf_blend performs reads and writes of 16-bit elements, which requires the buffers to be aligned to at least 2-byte boundary. Also, the change fixes source buffer overrun caused by src_offset being added to to test handling of misaligned buffers. Fixes: #7226 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | tests/checkasm/nlmeans: fix invalid read/write on ii bufferClément Bœsch2018-05-18
| |
* | checkasm/sw_rgb: fix the function declaration warningJun Zhao2018-05-10
| | | | | | | | | | | | | | | | | | fix the warning: "function declaration isn’t a prototype", in C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* | checkasm: add vf_nlmeans test for ssd_integral_imageClément Bœsch2018-05-08
| |
* | swscale/swscale_unscaled : add X86_64 (SSE2 and AVX) for uyvyto422Martin Vignali2018-04-22
| | | | | | | | and checkasm test
* | tests/checkasm/checkasm: Provide verbose failure information on ↵Michael Niedermayer2018-04-14
| | | | | | | | | | | | | | | | float_near_abs_eps() failures This will make understanding failures and adjusting EPS easier Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | checkasm/vf_blend : add test for 16 bit version ofMartin Vignali2018-04-05
| | | | | | | | | | | | | | | | grainextract grainmerge average extremity negation
* | checkasm/Makefile: add EXTRALIBS-libavformatJosh de Kock2018-03-31
| | | | | | | | Signed-off-by: Josh de Kock <josh@itanimul.li>
* | checkasm/swscale : add test for rgb shuffle_bytes funcMartin Vignali2018-03-24
| |
* | checkasm/hevc_idct : update test bit depth from 8 9 and 10 to 8 10 and 12Yingming Fan2018-03-19
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm/hevc_sao : add hevc_sao for checkasmYingming Fan2018-03-07
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm/vf_blend : add test for blend_simple_16, phoenix_16 and difference_16Martin Vignali2018-02-24
| |
* | checkasm/vf_blend : add depth param in order to add test for 16 bit versionMartin Vignali2018-02-24
| |
* | checkasm/Makefile: add EXTRALIBS-swresampleMuhammad Faiz2018-02-09
| | | | | | | | | | | | Should fix https://ffmpeg.org/pipermail/ffmpeg-devel/2018-February/225058.html Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
* | checkasm : add test for losslessvideoencdsp for diff bytes and sub_left_predMartin Vignali2018-01-28
| |
* | checkasm: support for AVX-512 functionsJames Darnley2017-12-24
| |
* | Revert "checkasm/vf_interlace : add test for lowpass_line 8 and 16"James Almer2017-12-19
| | | | | | | | | | | | | | | | This reverts commit adff97be5e2ff51c0bb66080c2f904ed40b6c571. It currently fails on Windows targets. Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm/vf_interlace : add test for lowpass_line 8 and 16Martin Vignali2017-12-19
| |
* | checkasm/vf_hflip : add test for vf_hflip byte and short simdMartin Vignali2017-12-13
| |
* | checkasm/llviddsp: fix mixed code and declarationsJames Almer2017-12-10
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm/llviddsp : add test for add_gradient_predMartin Vignali2017-12-09
| |
* | checkasm/llviddsp : test return of add_left_pred(16)Martin Vignali2017-12-09
| |
* | checkasm/vf_threshold : add test for threshold16Martin Vignali2017-12-09
| |
* | checkasm/vf_threshold: fix mixed code and declarationsJames Almer2017-12-04
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm/vf_threshold : add checkasm test for threshold8Martin Vignali2017-12-03
| |
* | checkasm/utvideo : be more explicit to the WIDTH_PADDED defineMartin Vignali2017-12-01
| |
* | tests/checkasm/float_dsp: Increase allowed difference for float_dsp.vector_dmulMichael Niedermayer2017-11-27
| | | | | | | | | | | | | | | | Tested for 10000 iterations on x86-32 Fixes: Ticket6848 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | checkasm/utvideodsp: zero initialize the entire bufferJames Almer2017-11-21
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm/utvideodsp: fix mixed declarations and codeJames Almer2017-11-21
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm : add test for huffyuvdsp add_int16Martin Vignali2017-11-21
| |
* | checkasm : add utvideodsp testMartin Vignali2017-11-21
| |
* | checkasm/jpeg2000dsp: add test for ict_floatJames Almer2017-11-20
| | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm/jpeg2000dsp: refactor rct_int testJames Almer2017-11-20
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '516c479172755c63063180b0c0953b68b670cdbd'James Almer2017-11-11
|\| | | | | | | | | | | | | | | | | * commit '516c479172755c63063180b0c0953b68b670cdbd': checkasm: Test more h264 idct variants See 2d263188ba87b0d1e1120f00eecae4bb0e163f47 Merged-by: James Almer <jamrial@gmail.com>
| * checkasm: Test more h264 idct variantsMartin Storsjö2017-09-27
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * Revert "checkasm: Test more h264 idct variants"Martin Storsjö2017-09-02
| | | | | | | | | | | | | | | | | | This reverts commit 547db1eaecd597031165a2bf637acaaacde52788. This commit wasn't supposed to be pushed (yet) since it hasn't been reviewed. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Merge commit '547db1eaecd597031165a2bf637acaaacde52788'James Almer2017-11-11
|\| | | | | | | | | | | | | * commit '547db1eaecd597031165a2bf637acaaacde52788': checkasm: Test more h264 idct variants Merged-by: James Almer <jamrial@gmail.com>
| * checkasm: Test more h264 idct variantsMartin Storsjö2017-08-31
| |
* | checkasm/llviddsp: fix warnings about mixed declaration and codeJames Almer2017-11-08
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | checkasm/llviddsp : add test for other dsp funcMartin Vignali2017-11-07
| | | | | | | | | | | | add_median_pred add_left_pred : add two func one with acc 0, and one with random acc add_left_pred16
* | Merge commit 'd05c9cde0e87c23ca42957646bea483dfc09d6bf'James Almer2017-10-30
|\| | | | | | | | | | | | | * commit 'd05c9cde0e87c23ca42957646bea483dfc09d6bf': checkasm: aarch64: Specify alignment for the register_init const array Merged-by: James Almer <jamrial@gmail.com>
| * checkasm: aarch64: Specify alignment for the register_init const arrayMartin Storsjö2017-05-15
| | | | | | | | | | | | | | Loads from this strictly doesn't require alignment, but specify it just for consistency with the arm version. Signed-off-by: Martin Storsjö <martin@martin.st>