checkasm/hevc_sao : add hevc_sao for checkasm

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
Yingming Fan
2018-03-07 12:42:30 +08:00
committed by James Almer
parent 00ae5c1d3d
commit 80798e3857
5 changed files with 154 additions and 1 deletions

View File

@@ -116,6 +116,7 @@ static const struct {
#if CONFIG_HEVC_DECODER
{ "hevc_add_res", checkasm_check_hevc_add_res },
{ "hevc_idct", checkasm_check_hevc_idct },
{ "hevc_sao", checkasm_check_hevc_sao },
#endif
#if CONFIG_HUFFYUV_DECODER
{ "huffyuvdsp", checkasm_check_huffyuvdsp },