mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
h264idct: 12 and 14 bit support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6ff6a51b86
commit
69d5e40e5a
@ -36,3 +36,11 @@
|
||||
#define BIT_DEPTH 10
|
||||
#include "h264idct_template.c"
|
||||
#undef BIT_DEPTH
|
||||
|
||||
#define BIT_DEPTH 12
|
||||
#include "h264idct_template.c"
|
||||
#undef BIT_DEPTH
|
||||
|
||||
#define BIT_DEPTH 14
|
||||
#include "h264idct_template.c"
|
||||
#undef BIT_DEPTH
|
||||
|
Loading…
Reference in New Issue
Block a user