checkasm: add HEVC MC tests

This commit is contained in:
Anton Khirnov
2015-07-31 12:37:14 +02:00
parent a853388d2f
commit 0cef06df07
4 changed files with 325 additions and 0 deletions

View File

@@ -66,6 +66,9 @@ static const struct {
#if CONFIG_H264QPEL
{ "h264qpel", checkasm_check_h264qpel },
#endif
#if CONFIG_HEVC_DECODER
{ "hevc_mc", checkasm_check_hevc_mc },
#endif
#if CONFIG_V210_ENCODER
{ "v210enc", checkasm_check_v210enc },
#endif