Lines Matching refs:start_idx
566 WORD32 start_idx, WORD32 stop_idx, in ixheaacd_filter1_lp() argument
709 WORD32 *p_sub_signal_xlow = sub_sig_x + low_band + ((start_idx) << 6); in ixheaacd_filter1_lp()
711 sub_sig_x + high_band + ((start_idx + 2) << 6); in ixheaacd_filter1_lp()
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
774 p_qmf_real = &qmf_real[start_idx][actual_stop_band]; in ixheaacd_low_pow_hf_generator()
775 num = (len - start_idx - 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
878 start_idx = (start_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()
1111 WORD32 *p_src = sub_sig_x + low_band + ((start_idx + 2) << 7); in ixheaacd_hf_generator()
1112 WORD32 *p_dst = sub_sig_x + high_band + ((start_idx + 2) << 7); in ixheaacd_hf_generator()
1114 for (i = stop_idx - start_idx; i != 0; i--) { in ixheaacd_hf_generator()