Lines Matching defs:quants
45 /* macroblock selects a group of 4 possible quants and
116 const int *quants, int dcb,
129 q = quants[get_bits(gb, 2)];
158 const int *quants;
168 quants = hqx_quants[get_bits(gb, 4)];
174 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants,
192 const int *quants;
208 quants = hqx_quants[get_bits(gb, 4)];
220 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants,
242 const int *quants;
252 quants = hqx_quants[get_bits(gb, 4)];
258 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants,
278 const int *quants;
294 quants = hqx_quants[get_bits(gb, 4)];
303 ret = decode_block(gb, &ctx->dc_vlc[vlc_index], quants,