checkasm: add unit tests for v210enc

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Henrik Gramner
2015-09-06 01:06:12 +02:00
committed by Luca Barbato
parent 599fe93a84
commit 3cdda78deb
6 changed files with 111 additions and 5 deletions

View File

@@ -32,6 +32,7 @@
void checkasm_check_bswapdsp(void);
void checkasm_check_h264pred(void);
void checkasm_check_h264qpel(void);
void checkasm_check_v210enc(void);
void *checkasm_check_func(void *func, const char *name, ...) av_printf_format(2, 3);
int checkasm_bench_func(void);