aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/h264dsp.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc'James Almer2019-03-141-18/+26
|\ | | | | | | | | | | | | * commit 'f8abf7d4dfa0504f7f65e4f1fd9d22e01cb371cc': checkasm/h264: test 4:2:2 chroma loop filter functions Merged-by: James Almer <jamrial@gmail.com>
| * checkasm/h264: test 4:2:2 chroma loop filter functionsJanne Grunau2019-02-271-18/+26
| |
* | Merge commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01'James Almer2019-02-201-0/+124
|\| | | | | | | | | | | | | * commit 'd7f4f5c4a18a0c9e62635cfa6fe8a9302b413c01': checkasm/h264: add loop filter tests Merged-by: James Almer <jamrial@gmail.com>
| * checkasm/h264: add loop filter testsJanne Grunau2019-01-261-0/+124
| |
* | Merge commit '516c479172755c63063180b0c0953b68b670cdbd'James Almer2017-11-111-7/+7
|\| | | | | | | | | | | | | | | | | * 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-271-1/+89
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * Revert "checkasm: Test more h264 idct variants"Martin Storsjö2017-09-021-89/+1
| | | | | | | | | | | | | | | | | | 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-111-1/+89
|\| | | | | | | | | | | | | * commit '547db1eaecd597031165a2bf637acaaacde52788': checkasm: Test more h264 idct variants Merged-by: James Almer <jamrial@gmail.com>
| * checkasm: Test more h264 idct variantsMartin Storsjö2017-08-311-1/+89
| |
* | Merge commit 'e48746deec48e9ff195841bc3266b4e153a878cd'Hendrik Leppkes2016-11-131-2/+2
|\| | | | | | | | | | | | | * commit 'e48746deec48e9ff195841bc3266b4e153a878cd': checkasm: h264dsp: Move the x and y variables into the randomize_buffer macro Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * checkasm: h264dsp: Move the x and y variables into the randomize_buffer macroMartin Storsjö2016-06-281-2/+2
| | | | | | | | | | | | | | This avoids the risk of accidentally clobbering such variables outside of the macro if the same variables are used there. Signed-off-by: Martin Storsjö <martin@martin.st>
| * checkasm: h264dsp: Initialize the padding areaMartin Storsjö2016-06-281-1/+1
| | | | | | | | | | | | | | | | This fixes valgrind warnings about conditional jumps based on uninitialized data (even though the uninitialized data only ever was compared with a direct copy of the same uninitialized data). Signed-off-by: Martin Storsjö <martin@martin.st>
* | checkasm: h264dsp: Initialize the padding areaMartin Storsjö2016-08-111-1/+1
| | | | | | | | | | | | | | | | | | This fixes valgrind warnings about conditional jumps based on uninitialized data (even though the uninitialized data only ever was compared with a direct copy of the same uninitialized data). Signed-off-by: Martin Storsjö <martin@martin.st> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | Merge commit '105998fb5ca3c343f5c8cb39ce3197f87a5e4d36'Matthieu Bouron2016-07-131-4/+4
|/ | | | | | | * commit '105998fb5ca3c343f5c8cb39ce3197f87a5e4d36': checkasm: Add tests for h264 idct Merged-by: Matthieu Bouron <matthieu.bouron@stupeflix.com>
* checkasm: Add tests for h264 idctMartin Storsjö2016-06-171-0/+232
The tests are inspired by similar tests for vp9 by Ronald Bultje. Signed-off-by: Martin Storsjö <martin@martin.st>