Lines Matching refs:lpc_index
166 WORD32 *lpc_index, mode_lpc, pos = 0; in ixheaacd_alg_vec_dequant() local
168 lpc_index = pstr_td_frame_data->lpc_first_approx_idx; in ixheaacd_alg_vec_dequant()
170 pos = ixheaacd_avq_first_approx_abs(&lsf[4 * ORDER], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
172 lpc_index += pos; in ixheaacd_alg_vec_dequant()
175 mode_lpc = lpc_index[0]; in ixheaacd_alg_vec_dequant()
176 lpc_index++; in ixheaacd_alg_vec_dequant()
179 pos = ixheaacd_avq_first_approx_abs(&lsf[0], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
183 pos = ixheaacd_avq_first_approx_rel(&lsf[0], &lpc_index[0], 3); in ixheaacd_alg_vec_dequant()
186 lpc_index += pos; in ixheaacd_alg_vec_dequant()
190 mode_lpc = lpc_index[0]; in ixheaacd_alg_vec_dequant()
191 lpc_index++; in ixheaacd_alg_vec_dequant()
194 pos = ixheaacd_avq_first_approx_abs(&lsf[2 * ORDER], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
197 pos = ixheaacd_avq_first_approx_rel(&lsf[2 * ORDER], &lpc_index[0], 3); in ixheaacd_alg_vec_dequant()
200 lpc_index += pos; in ixheaacd_alg_vec_dequant()
204 mode_lpc = lpc_index[0]; in ixheaacd_alg_vec_dequant()
205 lpc_index++; in ixheaacd_alg_vec_dequant()
212 pos = ixheaacd_avq_first_approx_abs(&lsf[ORDER], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
215 pos = ixheaacd_avq_first_approx_rel(&lsf[ORDER], &lpc_index[0], 2); in ixheaacd_alg_vec_dequant()
218 lpc_index += pos; in ixheaacd_alg_vec_dequant()
223 mode_lpc = lpc_index[0]; in ixheaacd_alg_vec_dequant()
224 lpc_index++; in ixheaacd_alg_vec_dequant()
227 pos = ixheaacd_avq_first_approx_abs(&lsf[3 * ORDER], &lpc_index[0]); in ixheaacd_alg_vec_dequant()
231 pos = ixheaacd_avq_first_approx_rel(&lsf[3 * ORDER], &lpc_index[0], 1); in ixheaacd_alg_vec_dequant()
234 pos = ixheaacd_avq_first_approx_rel(&lsf[3 * ORDER], &lpc_index[0], 2); in ixheaacd_alg_vec_dequant()
237 pos = ixheaacd_avq_first_approx_rel(&lsf[3 * ORDER], &lpc_index[0], 2); in ixheaacd_alg_vec_dequant()
240 lpc_index += pos; in ixheaacd_alg_vec_dequant()