Commit 69d5e40e authored by Michael Niedermayer's avatar Michael Niedermayer

h264idct: 12 and 14 bit support

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6ff6a51b
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment