aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/hevc_idct.c
Commit message (Collapse)AuthorAgeFilesLines
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
| | | | That is a more appropriate place for it.
* checkasm/hevc_idct : update test bit depth from 8 9 and 10 to 8 10 and 12Yingming Fan2018-03-191-2/+2
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit 'e3f941cb03b139b866a0ad6dc95fbe1b247d54af'Clément Bœsch2017-03-231-1/+33
|\ | | | | | | | | | | | | * commit 'e3f941cb03b139b866a0ad6dc95fbe1b247d54af': checkasm: add a test for HEVC IDCT Merged-by: Clément Bœsch <u@pkh.me>
| * checkasm: add a test for HEVC IDCTAlexandra Hájková2016-10-111-1/+33
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '9064777dbb335ab4809ae09e3fdcc0245f925cdc'Clément Bœsch2017-02-021-4/+4
|/ | | | | | | * commit '9064777dbb335ab4809ae09e3fdcc0245f925cdc': checkasm: add HEVC test for testing IDCT DC Merged-by: Clément Bœsch <cboesch@gopro.com>
* checkasm: add HEVC test for testing IDCT DCAlexandra Hájková2016-07-221-0/+73
Signed-off-by: Anton Khirnov <anton@khirnov.net>