Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/checkasm/huffyuvdsp: Use correct function pointer type | Andreas Rheinhardt | 2024-05-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | checkasm/huffyuvdsp: test for add_hfyu_left_pred_bgr32 | Rémi Denis-Courmont | 2023-11-15 | 1 | -0/+30 |
| | |||||
* | checkasm: pass context as pointer | xufuji456 | 2023-04-13 | 1 | -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 needed | Andreas Rheinhardt | 2022-10-11 | 1 | -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_int16 | Martin Vignali | 2017-11-21 | 1 | -0/+81 |