summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264dsp_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264dsp_internal.h')
-rw-r--r--libavcodec/h264dsp_internal.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libavcodec/h264dsp_internal.h b/libavcodec/h264dsp_internal.h
index 554ba62..f9a717b 100644
--- a/libavcodec/h264dsp_internal.h
+++ b/libavcodec/h264dsp_internal.h
@@ -25,12 +25,7 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
-#include "dsputil.h"
-
-#define BIT_DEPTH 8
-#define pixel uint8_t
-#define av_clip_pixel av_clip_uint8
-#define FUNCC(a) a ## _c
+#include "h264_high_depth.h"
#define op_scale1(x) block[x] = av_clip_pixel( (block[x]*weight + offset) >> log2_denom )
#define op_scale2(x) dst[x] = av_clip_pixel( (src[x]*weights + dst[x]*weightd + offset) >> (log2_denom+1))
OpenPOWER on IntegriCloud