Home
last modified time | relevance | path

Searched refs:lpc_index (Results 1 – 1 of 1) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_lpc_dec.c166 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()
[all …]