Searched refs:quantizer_output (Results 1 – 1 of 1) sorted by relevance
205 int16_t* quantizer_output = past_quantizer_outputs[MA_NP]; in lsf_decode() local208 quantizer_output[i] = cb_lsp_1st[vq_1st][i ] + cb_lsp_2nd[vq_2nd_low ][i ]; in lsf_decode()209 quantizer_output[i + 5] = cb_lsp_1st[vq_1st][i + 5] + cb_lsp_2nd[vq_2nd_high][i + 5]; in lsf_decode()214 int diff = (quantizer_output[i - 1] - quantizer_output[i] + min_distance[j]) >> 1; in lsf_decode()216 quantizer_output[i - 1] -= diff; in lsf_decode()217 quantizer_output[i ] += diff; in lsf_decode()223 int sum = quantizer_output[i] * cb_ma_predictor_sum[ma_predictor][i]; in lsf_decode()244 int16_t* quantizer_output = past_quantizer_outputs[MA_NP]; in lsf_restore_from_previous() local253 quantizer_output[i] = ((tmp >> 15) * cb_ma_predictor_sum_inv[ma_predictor_prev][i]) >> 12; in lsf_restore_from_previous()