Home
last modified time | relevance | path

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

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