]> git.sesse.net Git - ffmpeg/commitdiff
h264idct: 12 and 14 bit support
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 4 Jul 2012 23:33:18 +0000 (01:33 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 10 Jul 2012 00:17:52 +0000 (02:17 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/h264idct.c

index 7d1ee007bc1a27bb69066cfa5765df324b524f0b..d92025ce01ec8ea92d67382b95b087f9378b256d 100644 (file)
 #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