comparison h264.h @ 5226:65bffcc5571a libavcodec

Precompute a chroma_qp table with index offset for each pps, this saves speed for the upcoming secondqp fix. Patch by Andreas ªÓman % andreas A olebyn P nu % Original thread: Date: Jun 26, 2007 8:48 PM subject: [FFmpeg-devel] Color corruption and seeking errors with H264 disc sources
author gpoirier
date Fri, 06 Jul 2007 07:58:08 +0000
parents 2b72f9bc4f06
children 07a97575d0c4
comparison
equal deleted inserted replaced
5225:099c495618c1 5226:65bffcc5571a
126 int constrained_intra_pred; ///< constrained_intra_pred_flag 126 int constrained_intra_pred; ///< constrained_intra_pred_flag
127 int redundant_pic_cnt_present; ///< redundant_pic_cnt_present_flag 127 int redundant_pic_cnt_present; ///< redundant_pic_cnt_present_flag
128 int transform_8x8_mode; ///< transform_8x8_mode_flag 128 int transform_8x8_mode; ///< transform_8x8_mode_flag
129 uint8_t scaling_matrix4[6][16]; 129 uint8_t scaling_matrix4[6][16];
130 uint8_t scaling_matrix8[2][64]; 130 uint8_t scaling_matrix8[2][64];
131 uint8_t chroma_qp_table[256]; ///< pre-scaled (with chroma_qp_index_offset) version of qp_table
131 }PPS; 132 }PPS;
132 133
133 /** 134 /**
134 * Memory management control operation opcode. 135 * Memory management control operation opcode.
135 */ 136 */