aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/hevc_sao.c
Commit message (Collapse)AuthorAgeFilesLines
* lavc/hevc*: move to hevc/ subdirAnton Khirnov2024-06-041-1/+1
|
* tests/checkasm/hevc_*: Fix funtion pointer typesAndreas Rheinhardt2024-05-171-4/+4
| | | | | | Forgotten in b3bbbb14d0685c8c1fbcf8455e59c7f444290c7c. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* tests/checkasm: Improve included headersAndreas Rheinhardt2024-03-021-2/+0
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* tests/checkasm/hevc_*: Avoid using declare_func_emms where possibleAndreas Rheinhardt2023-09-041-4/+4
| | | | | | | | | 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: hevc_sao: Fix a regression in hevc_sao_edgeMatthias Dressel2023-08-241-1/+1
| | | | | | | | check_func() might return NULL, in which case the function is not to be benched. Introduced in cc679054c715acda9438e566b8de3a9eba421ac3. Signed-off-by: Matthias Dressel <code@deadcode.eu> Signed-off-by: Martin Storsjö <martin@martin.st>
* checkasm: pass context as pointerxufuji4562023-04-131-6/+6
| | | | | Signed-off-by: xufuji456 <839789740@qq.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* checkasm: improve hevc_sao testJ. Dekker2022-05-251-20/+31
| | | | | | | | The HEVC decoder can call these functions with smaller widths than the functions themselves are designed to operate on so we should only check the relevant output Signed-off-by: J. Dekker <jdek@itanimul.li>
* 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_sao : add hevc_sao for checkasmYingming Fan2018-03-071-0/+150
Signed-off-by: James Almer <jamrial@gmail.com>