Searched refs:ixheaacd_avq_first_approx_rel (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpc_dec.c | 140 WORD32 ixheaacd_avq_first_approx_rel(FLOAT32 *lsf, WORD32 *indx, WORD32 mode) { in ixheaacd_avq_first_approx_rel() function 185 pos = ixheaacd_avq_first_approx_rel(&lsf[0], &lpc_index[0], 3); in ixheaacd_alg_vec_dequant() 199 pos = ixheaacd_avq_first_approx_rel(&lsf[2 * ORDER], &lpc_index[0], 3); in ixheaacd_alg_vec_dequant() 217 pos = ixheaacd_avq_first_approx_rel(&lsf[ORDER], &lpc_index[0], 2); 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()
|