Lines Matching refs:stop_idx
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
880 stop_idx = (hf_generator->pstr_settings->num_columns + (stop_idx * factor)); in ixheaacd_hf_generator()
889 for (i = start_idx; i < stop_idx; i++) { in ixheaacd_hf_generator()
1107 ixheaacd_filterstep3(a0r, a0i, a1r, a1i, start_idx, stop_idx, low_band, in ixheaacd_hf_generator()
1114 for (i = stop_idx - start_idx; i != 0; i--) { in ixheaacd_hf_generator()