Lines Matching refs:sec_loop_cnt
104 WORD32 sec_loop_cnt; in ixheaacd_real_synth_fft_p2() local
159 sec_loop_cnt = (nodespacing * del); in ixheaacd_real_synth_fft_p2()
160 sec_loop_cnt = (sec_loop_cnt / 4) + (sec_loop_cnt / 8) - in ixheaacd_real_synth_fft_p2()
161 (sec_loop_cnt / 16) + (sec_loop_cnt / 32) - in ixheaacd_real_synth_fft_p2()
162 (sec_loop_cnt / 64) + (sec_loop_cnt / 128) - in ixheaacd_real_synth_fft_p2()
163 (sec_loop_cnt / 256); in ixheaacd_real_synth_fft_p2()
166 for (j = nodespacing; j <= sec_loop_cnt; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
322 for (; j <= sec_loop_cnt * 2; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
618 WORD32 sec_loop_cnt; in ixheaacd_cmplx_anal_fft_p2() local
673 sec_loop_cnt = (nodespacing * del); in ixheaacd_cmplx_anal_fft_p2()
674 sec_loop_cnt = (sec_loop_cnt / 4) + (sec_loop_cnt / 8) - in ixheaacd_cmplx_anal_fft_p2()
675 (sec_loop_cnt / 16) + (sec_loop_cnt / 32) - in ixheaacd_cmplx_anal_fft_p2()
676 (sec_loop_cnt / 64) + (sec_loop_cnt / 128) - in ixheaacd_cmplx_anal_fft_p2()
677 (sec_loop_cnt / 256); in ixheaacd_cmplx_anal_fft_p2()
680 for (j = nodespacing; j <= sec_loop_cnt; j += nodespacing) { in ixheaacd_cmplx_anal_fft_p2()
836 for (; j <= sec_loop_cnt * 2; j += nodespacing) { in ixheaacd_cmplx_anal_fft_p2()