comparison ivi_common.h @ 11798:46a7546ad744 libavcodec

Remove unused variables.
author maxim
date Sun, 30 May 2010 17:12:50 +0000
parents 31dae9841fe1
children 1547c744b8d4
comparison
equal deleted inserted replaced
11797:77243f47f39e 11798:46a7546ad744
144 int glob_quant; ///< quant base for this band 144 int glob_quant; ///< quant base for this band
145 const uint8_t *scan; ///< ptr to the scan pattern 145 const uint8_t *scan; ///< ptr to the scan pattern
146 146
147 IVIHuffTab blk_vlc; ///< vlc table for decoding block data 147 IVIHuffTab blk_vlc; ///< vlc table for decoding block data
148 148
149 uint16_t *dequant_intra; ///< ptr to dequant tables for intra blocks
150 uint16_t *dequant_inter; ///< ptr dequant tables for inter blocks
151 int num_corr; ///< number of correction entries 149 int num_corr; ///< number of correction entries
152 uint8_t corr[61*2]; ///< rvmap correction pairs 150 uint8_t corr[61*2]; ///< rvmap correction pairs
153 int rvmap_sel; ///< rvmap table selector 151 int rvmap_sel; ///< rvmap table selector
154 RVMapDesc *rv_map; ///< ptr to the RLE table for this band 152 RVMapDesc *rv_map; ///< ptr to the RLE table for this band
155 int num_tiles; ///< number of tiles in this band 153 int num_tiles; ///< number of tiles in this band