Lines Matching defs:quantized
88 int32_t quantized[MAX_CHANNELS][DCAENC_SUBBANDS][SUBBAND_SAMPLES];
664 c->adpcm_history[ch][band] + 4, c->quantized[ch][band],
688 c->quantized[ch][band][sample] = val;
695 static void accumulate_huff_bit_consumption(int abits, int32_t *quantized,
700 result[sel] += ff_dca_vlc_calc_quant_bits(quantized, SUBBAND_SAMPLES,
832 c->quantized[ch][band],
921 c->quantized[ch][band]+12, step_size,
1086 ff_dca_vlc_enc_quant(&c->pb, &c->quantized[ch][band][ss * 8], 8,
1097 sum += c->quantized[ch][band][ss * 8 + i + j];
1108 put_sbits(&c->pb, bits, c->quantized[ch][band][ss * 8 + i]);