checkasm: Add unit tests for h264qpel

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Henrik Gramner
2015-07-13 23:11:25 +02:00
committed by Luca Barbato
parent 4512ee78e1
commit 2cb34f82b9
4 changed files with 85 additions and 0 deletions

View File

@@ -56,6 +56,9 @@
static void (* const tests[])(void) = {
#if CONFIG_H264PRED
checkasm_check_h264pred,
#endif
#if CONFIG_H264QPEL
checkasm_check_h264qpel,
#endif
NULL
};