]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264idct.c
kmvc: Clip pixel position to valid range
[ffmpeg] / libavcodec / h264idct.c
index d79777571a1662d403102f310494e0a4e7dfba27..ea08d03b075457e587e39807fb52015c58999dd4 100644 (file)
  * @author Michael Niedermayer <michaelni@gmx.at>
  */
 
+#include "h264idct.h"
+
+#define BIT_DEPTH 8
+#include "h264idct_template.c"
+#undef BIT_DEPTH
+
+#define BIT_DEPTH 9
+#include "h264idct_template.c"
+#undef BIT_DEPTH
+
+#define BIT_DEPTH 10
 #include "h264idct_template.c"
+#undef BIT_DEPTH