Lines Matching refs:lpc_index
168 WORD32 *lpc_index, mode_lpc, pos = 0; in ixheaacd_alg_vec_dequant() local
170 lpc_index = pstr_td_frame_data->lpc_first_approx_idx; in ixheaacd_alg_vec_dequant()
172 pos = ixheaacd_avq_first_approx_abs(&lsf[4 * ORDER], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
174 lpc_index += pos; in ixheaacd_alg_vec_dequant()
177 mode_lpc = lpc_index[0]; in ixheaacd_alg_vec_dequant()
178 lpc_index++; in ixheaacd_alg_vec_dequant()
181 pos = ixheaacd_avq_first_approx_abs(&lsf[0], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
185 pos = ixheaacd_avq_first_approx_rel(&lsf[0], &lpc_index[0], 3); in ixheaacd_alg_vec_dequant()
188 lpc_index += pos; in ixheaacd_alg_vec_dequant()
192 mode_lpc = lpc_index[0]; in ixheaacd_alg_vec_dequant()
193 lpc_index++; in ixheaacd_alg_vec_dequant()
196 pos = ixheaacd_avq_first_approx_abs(&lsf[2 * ORDER], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
199 pos = ixheaacd_avq_first_approx_rel(&lsf[2 * ORDER], &lpc_index[0], 3); in ixheaacd_alg_vec_dequant()
202 lpc_index += pos; in ixheaacd_alg_vec_dequant()
206 mode_lpc = lpc_index[0]; in ixheaacd_alg_vec_dequant()
207 lpc_index++; in ixheaacd_alg_vec_dequant()
214 pos = ixheaacd_avq_first_approx_abs(&lsf[ORDER], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
217 pos = ixheaacd_avq_first_approx_rel(&lsf[ORDER], &lpc_index[0], 2); in ixheaacd_alg_vec_dequant()
220 lpc_index += pos; in ixheaacd_alg_vec_dequant()
225 mode_lpc = lpc_index[0]; in ixheaacd_alg_vec_dequant()
226 lpc_index++; in ixheaacd_alg_vec_dequant()
229 pos = ixheaacd_avq_first_approx_abs(&lsf[3 * ORDER], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
233 pos = ixheaacd_avq_first_approx_rel(&lsf[3 * ORDER], &lpc_index[0], 1); in ixheaacd_alg_vec_dequant()
236 pos = ixheaacd_avq_first_approx_rel(&lsf[3 * ORDER], &lpc_index[0], 2); in ixheaacd_alg_vec_dequant()
239 pos = ixheaacd_avq_first_approx_rel(&lsf[3 * ORDER], &lpc_index[0], 2); in ixheaacd_alg_vec_dequant()
242 lpc_index += pos; in ixheaacd_alg_vec_dequant()