comparison h264.h @ 7347:612a78c3b128 libavcodec

qscale has a range of 0..51 we thus do not need a 256 entry table and neither need to and it with 0xFF.
author michael
date Tue, 22 Jul 2008 13:01:10 +0000
parents 9a4cb430d8ff
children 6288bc103b9f
comparison
equal deleted inserted replaced
7346:def19f6f7ce9 7347:612a78c3b128
136 int constrained_intra_pred; ///< constrained_intra_pred_flag 136 int constrained_intra_pred; ///< constrained_intra_pred_flag
137 int redundant_pic_cnt_present; ///< redundant_pic_cnt_present_flag 137 int redundant_pic_cnt_present; ///< redundant_pic_cnt_present_flag
138 int transform_8x8_mode; ///< transform_8x8_mode_flag 138 int transform_8x8_mode; ///< transform_8x8_mode_flag
139 uint8_t scaling_matrix4[6][16]; 139 uint8_t scaling_matrix4[6][16];
140 uint8_t scaling_matrix8[2][64]; 140 uint8_t scaling_matrix8[2][64];
141 uint8_t chroma_qp_table[2][256]; ///< pre-scaled (with chroma_qp_index_offset) version of qp_table 141 uint8_t chroma_qp_table[2][64]; ///< pre-scaled (with chroma_qp_index_offset) version of qp_table
142 int chroma_qp_diff; 142 int chroma_qp_diff;
143 }PPS; 143 }PPS;
144 144
145 /** 145 /**
146 * Memory management control operation opcode. 146 * Memory management control operation opcode.