summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorOskar Arvidsson <oskar@irock.se>2011-04-10 22:42:36 +0200
committerRonald S. Bultje <rsbultje@gmail.com>2011-05-10 07:24:17 -0400
commite39e3abad4ce667f06d41097428695a7aad095fb (patch)
treefee1f3d4342f18bc992c79fb4b541e08861b632e /libavcodec/dsputil.h
parentdd561441b1e849df7d8681c6f32af82d4088dafd (diff)
downloadffmpeg-streaming-e39e3abad4ce667f06d41097428695a7aad095fb.zip
ffmpeg-streaming-e39e3abad4ce667f06d41097428695a7aad095fb.tar.gz
Choose h264 chroma dc dequant function dynamically.
Needed for high bit depth h264 decoding. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 8d8bc29..9b4aef7 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -64,6 +64,7 @@ void ff_h264_idct_add16intra_c(uint8_t *dst, const int *blockoffset, DCTELEM *bl
void ff_h264_idct8_add4_c(uint8_t *dst, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);
void ff_h264_idct_add8_c(uint8_t **dest, const int *blockoffset, DCTELEM *block, int stride, const uint8_t nnzc[6*8]);
+void ff_h264_chroma_dc_dequant_idct_c(DCTELEM *block, int qmul);
void ff_h264_luma_dc_dequant_idct_c(DCTELEM *output, DCTELEM *input, int qmul);
void ff_svq3_luma_dc_dequant_idct_c(DCTELEM *output, DCTELEM *input, int qp);
void ff_svq3_add_idct_c(uint8_t *dst, DCTELEM *block, int stride, int qp, int dc);
OpenPOWER on IntegriCloud