Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_apply_common.c50 WORD32 curr_slot = *prm_slot; in ixheaacd_dec_interp_umx() local
52 WORD32 temp = reciprocal_tab[curr_slot]; in ixheaacd_dec_interp_umx()
55 for (ts = prev_slot + 1; ts <= curr_slot; ts++) { in ixheaacd_dec_interp_umx()
74 WORD32 curr_slot = prm_slot[ps]; in ixheaacd_dec_interp_umx() local
76 temp = reciprocal_tab[curr_slot - prev_slot - 1]; in ixheaacd_dec_interp_umx()
78 for (ts = (prev_slot) + 1; ts <= (curr_slot); ts++) { in ixheaacd_dec_interp_umx()