Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_lpp_tran.c108 WORD32 start_indx, WORD32 stop_idx, WORD32 low_band, in ixheaacd_filterstep3() argument
121 p_src = qmf_buffer + low_band + ((start_indx) << 7); in ixheaacd_filterstep3()
134 p_dst = qmf_buffer + high_band + ((start_indx + 2) << 7); in ixheaacd_filterstep3()
136 for (i = stop_idx - start_indx; i != 0; i--) { in ixheaacd_filterstep3()