mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 01:33:50 +08: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
@@ -56,6 +56,9 @@
|
||||
static void (* const tests[])(void) = {
|
||||
#if CONFIG_H264PRED
|
||||
checkasm_check_h264pred,
|
||||
#endif
|
||||
#if CONFIG_H264QPEL
|
||||
checkasm_check_h264qpel,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user