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

@@ -30,6 +30,7 @@
#include "libavutil/timer.h"
void checkasm_check_h264pred(void);
void checkasm_check_h264qpel(void);
intptr_t (*checkasm_check_func(intptr_t (*func)(), const char *name, ...))() av_printf_format(2, 3);
int checkasm_bench_func(void);