Lines Matching defs:quantized_coeffs
183 int8_t quantized_coeffs[MPA_MAX_CHANNELS][10][8];
328 sum += q->quantized_coeffs[ch][i][j];
335 q->quantized_coeffs[ch][i][j] = sum;
453 tmp = q->quantized_coeffs[ch][tab + 1][i] * dequant_table[q->coeff_per_sb_select][tab + 1][sb]+
454 q->quantized_coeffs[ch][tab][i] * dequant_table[q->coeff_per_sb_select][tab][sb];
456 tmp = q->quantized_coeffs[ch][tab][i] * dequant_table[q->coeff_per_sb_select][tab][sb];
867 * Init the first element of a channel in quantized_coeffs with data
868 * from packet 10 (quantized_coeffs[ch][0]).
873 * @param quantized_coeffs pointer to quantized_coeffs[ch][0]
876 static int init_quantized_coeffs_elem0(int8_t *quantized_coeffs,
885 quantized_coeffs[0] = level;
900 quantized_coeffs[i + k] = (level + ((k * diff) / run));
910 * Init part of quantized_coeffs via function init_quantized_coeffs_elem0
922 init_quantized_coeffs_elem0(q->quantized_coeffs[ch][0], gb);
925 memset(q->quantized_coeffs[ch][0], 0, 8);
975 * Process subpacket 9, init quantized_coeffs with data from it
992 q->quantized_coeffs[ch][i][0] = level;
1002 q->quantized_coeffs[ch][i][j + k] = (level + ((k * diff) / run));
1011 q->quantized_coeffs[ch][0][i] = 0;
1135 average_quantized_coeffs(q); // average elements in quantized_coeffs[max_ch][10][8]