comparison mpegvideo.h @ 1150:dde68a430ba9 libavcodec

user setable quantizer bias
author michaelni
date Sat, 22 Mar 2003 12:09:02 +0000
parents 79e8ed620b17
children 13ea348d4cf2
comparison
equal deleted inserted replaced
1149:b48bf370ff44 1150:dde68a430ba9
358 /** matrix transmitted in the bitstream */ 358 /** matrix transmitted in the bitstream */
359 uint16_t intra_matrix[64]; 359 uint16_t intra_matrix[64];
360 uint16_t chroma_intra_matrix[64]; 360 uint16_t chroma_intra_matrix[64];
361 uint16_t inter_matrix[64]; 361 uint16_t inter_matrix[64];
362 uint16_t chroma_inter_matrix[64]; 362 uint16_t chroma_inter_matrix[64];
363 #define QUANT_BIAS_SHIFT 4 363 #define QUANT_BIAS_SHIFT 8
364 int intra_quant_bias; ///< bias for the quantizer 364 int intra_quant_bias; ///< bias for the quantizer
365 int inter_quant_bias; ///< bias for the quantizer 365 int inter_quant_bias; ///< bias for the quantizer
366 int min_qcoeff; ///< minimum encodable coefficient 366 int min_qcoeff; ///< minimum encodable coefficient
367 int max_qcoeff; ///< maximum encodable coefficient 367 int max_qcoeff; ///< maximum encodable coefficient
368 int ac_esc_length; ///< num of bits needed to encode the longest esc 368 int ac_esc_length; ///< num of bits needed to encode the longest esc