comparison vp56.h @ 11053:c57e72227d7d libavcodec

Make VP5 and VP6 decoders output a qscale table to allow for more automatic post-processing, and add a new FF_QSCALE_TYPE_VP56 for this.
author reimar
date Fri, 29 Jan 2010 19:11:47 +0000
parents 34a65026fa06
children 98970e51365a
comparison
equal deleted inserted replaced
11052:00fcecde822b 11053:c57e72227d7d
108 int block_offset[6]; 108 int block_offset[6];
109 109
110 int quantizer; 110 int quantizer;
111 uint16_t dequant_dc; 111 uint16_t dequant_dc;
112 uint16_t dequant_ac; 112 uint16_t dequant_ac;
113 int8_t *qscale_table;
113 114
114 /* DC predictors management */ 115 /* DC predictors management */
115 VP56RefDc *above_blocks; 116 VP56RefDc *above_blocks;
116 VP56RefDc left_block[4]; 117 VP56RefDc left_block[4];
117 int above_block_idx[6]; 118 int above_block_idx[6];