summaryrefslogtreecommitdiff
path: root/tests/checkasm/hevc_idct.c
Commit message (Collapse)AuthorAge
* tests/checkasm/hevc_*: Avoid using declare_func_emms where possibleAndreas Rheinhardt2023-09-04
| | | | | | | | | Only the idct_dc and add_residual functions have MMX versions, so one can use the version with the stricter check (that checks that the MMX registers have not been clobbered) for all the other checks. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* checkasm: pass context as pointerxufuji4562023-04-13
| | | | | Signed-off-by: xufuji456 <839789740@qq.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* checkasm/hevc: add transform_luma testxufuji4562023-04-13
| | | | | Signed-off-by: xufuji456 <839789740@qq.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
| | | | 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-19
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* Merge commit 'e3f941cb03b139b866a0ad6dc95fbe1b247d54af'Clément Bœsch2017-03-23
|\ | | | | | | | | | | | | * 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-11
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit '9064777dbb335ab4809ae09e3fdcc0245f925cdc'Clément Bœsch2017-02-02
|/ | | | | | | * 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-22
Signed-off-by: Anton Khirnov <anton@khirnov.net>