Lines Matching refs:nodespacing

46   WORD32 del, nodespacing, in_loop_cnt;  in ixheaacd_real_synth_fft_p2()  local
98 nodespacing = 64; in ixheaacd_real_synth_fft_p2()
159 sec_loop_cnt = (nodespacing * del); in ixheaacd_real_synth_fft_p2()
164 j = nodespacing; in ixheaacd_real_synth_fft_p2()
166 for (j = nodespacing; j <= sec_loop_cnt; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
244 for (; j <= (nodespacing * del) >> 1; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
322 for (; j <= sec_loop_cnt * 2; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
400 for (; j < nodespacing * del; j += nodespacing) { in ixheaacd_real_synth_fft_p2()
478 nodespacing >>= 2; in ixheaacd_real_synth_fft_p2()
485 nodespacing <<= 1; in ixheaacd_real_synth_fft_p2()
491 twiddles += nodespacing; in ixheaacd_real_synth_fft_p2()
517 twiddles += nodespacing; in ixheaacd_real_synth_fft_p2()
545 WORD32 del, nodespacing, in_loop_cnt; in ixheaacd_cmplx_anal_fft_p2() local
612 nodespacing = 64; in ixheaacd_cmplx_anal_fft_p2()
673 sec_loop_cnt = (nodespacing * del); in ixheaacd_cmplx_anal_fft_p2()
678 j = nodespacing; in ixheaacd_cmplx_anal_fft_p2()
680 for (j = nodespacing; j <= sec_loop_cnt; j += nodespacing) { in ixheaacd_cmplx_anal_fft_p2()
758 for (; j <= (nodespacing * del) >> 1; j += nodespacing) { in ixheaacd_cmplx_anal_fft_p2()
836 for (; j <= sec_loop_cnt * 2; j += nodespacing) { in ixheaacd_cmplx_anal_fft_p2()
914 for (; j < nodespacing * del; j += nodespacing) { in ixheaacd_cmplx_anal_fft_p2()
992 nodespacing >>= 2; in ixheaacd_cmplx_anal_fft_p2()
999 nodespacing <<= 1; in ixheaacd_cmplx_anal_fft_p2()
1005 twiddles += nodespacing; in ixheaacd_cmplx_anal_fft_p2()
1031 twiddles += nodespacing; in ixheaacd_cmplx_anal_fft_p2()