Searched refs:stop_idx (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpp_tran.c | 108 WORD32 start_indx, WORD32 stop_idx, WORD32 low_band, in ixheaacd_filterstep3() argument 136 for (i = stop_idx - start_indx; i != 0; i--) { in ixheaacd_filterstep3() 566 WORD32 start_idx, WORD32 stop_idx, in ixheaacd_filter1_lp() argument 712 WORD32 len = stop_idx - start_idx - 1; in ixheaacd_filter1_lp() 743 WORD32 start_idx, WORD32 stop_idx, in ixheaacd_low_pow_hf_generator() argument 759 stop_idx = (hf_generator->pstr_settings->num_columns + stop_idx); in ixheaacd_low_pow_hf_generator() 772 if (len > stop_idx) len = stop_idx; in ixheaacd_low_pow_hf_generator() 780 num = (stop_idx - len - 1); in ixheaacd_low_pow_hf_generator() 811 start_idx, stop_idx, max_qmf_subband, start_patch, in ixheaacd_low_pow_hf_generator() 851 WORD32 start_idx, WORD32 stop_idx, in ixheaacd_hf_generator() argument [all …]
|