]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264data.h
avcodec/sheervideo: fix prediction for ybyr format
[ffmpeg] / libavcodec / h264data.h
index fb67360ca10a7e03b6d10b4ea1f9dcd3731cb5d8..988352aa9a3019567db734ce2bf3f66b370e808f 100644 (file)
@@ -67,4 +67,13 @@ static const AVRational ff_h264_pixel_aspect[17] = {
     {   3,  2 },
     {   2,  1 },
 };
+
+extern const uint8_t ff_h264_dequant4_coeff_init[6][3];
+extern const uint8_t ff_h264_dequant8_coeff_init_scan[16];
+extern const uint8_t ff_h264_dequant8_coeff_init[6][6];
+extern const uint8_t ff_h264_quant_rem6[QP_MAX_NUM + 1];
+extern const uint8_t ff_h264_quant_div6[QP_MAX_NUM + 1];
+
+extern const uint8_t ff_h264_chroma_qp[7][QP_MAX_NUM + 1];
+
 #endif /* AVCODEC_H264DATA_H */