aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/huffyuvdsp.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/checkasm/huffyuvdsp: Use correct function pointer typeAndreas Rheinhardt2024-05-171-1/+1
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* checkasm/huffyuvdsp: test for add_hfyu_left_pred_bgr32Rémi Denis-Courmont2023-11-151-0/+30
|
* checkasm: pass context as pointerxufuji4562023-04-131-4/+4
| | | | | Signed-off-by: xufuji456 <839789740@qq.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* checkasm/huffyuvdsp: Use declare_func_emms only when neededAndreas Rheinhardt2022-10-111-1/+1
| | | | | | | | | There is no MMX code for add_int16 since commit 4b6ffc2880e33d05ed1ab6bbc38e5a795f14b504, so use declare_func instead of declare_func_emms() to also test that we are not in MMX mode after return. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* checkasm : add test for huffyuvdsp add_int16Martin Vignali2017-11-211-0/+81