mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 21:25:40 +01:00
checkasm: Add unit tests for h264qpel
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
committed by
Luca Barbato
parent
4512ee78e1
commit
2cb34f82b9
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user