Searched refs:quant_step_size (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmlpdec.c99 uint8_t quant_step_size[MAX_CHANNELS]; member in struct:SubStream
164 int lsb_bits = cp->huff_lsbs - s->quant_step_size[ch];
193 int quant_step_size = s->quant_step_size[channel]; local
194 int lsb_bits = cp->huff_lsbs - quant_step_size;
208 result <<= quant_step_size; local
402 memset(s->quant_step_size, 0, sizeof(s->quant_step_size));
568 s->quant_step_size[ch] = get_bits(gbp, 4);
632 int32_t mask = MSB_MASK(s->quant_step_size[channe
[all...]
H A Ddca.c942 float quant_step_size = quant_step_table[abits]; local
987 rscale = quant_step_size * s->scale_factor[k][l][1];
989 rscale = quant_step_size * s->scale_factor[k][l][0];

Completed in 86 milliseconds