Lines Matching refs:npoints
43 WORD32 npoints) { in ixheaacd_real_synth_fft_p2() argument
51 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16; in ixheaacd_real_synth_fft_p2()
52 n_stages = 30 - ixheaacd_norm32(npoints); in ixheaacd_real_synth_fft_p2()
59 for (i = 0; i < npoints; i += 4) { in ixheaacd_real_synth_fft_p2()
70 inp += (npoints >> 2); in ixheaacd_real_synth_fft_p2()
73 inp += (npoints >> 2); in ixheaacd_real_synth_fft_p2()
76 inp += (npoints >> 2); in ixheaacd_real_synth_fft_p2()
96 ptr_y -= 2 * npoints; in ixheaacd_real_synth_fft_p2()
99 in_loop_cnt = npoints >> 4; in ixheaacd_real_synth_fft_p2()
241 data -= 2 * npoints; in ixheaacd_real_synth_fft_p2()
319 data -= 2 * npoints; in ixheaacd_real_synth_fft_p2()
397 data -= 2 * npoints; in ixheaacd_real_synth_fft_p2()
475 data -= 2 * npoints; in ixheaacd_real_synth_fft_p2()
542 WORD32 npoints) { in ixheaacd_cmplx_anal_fft_p2() argument
550 dig_rev_shift = ixheaacd_norm32(npoints) + 1 - 16; in ixheaacd_cmplx_anal_fft_p2()
551 n_stages = 30 - ixheaacd_norm32(npoints); in ixheaacd_cmplx_anal_fft_p2()
558 for (i = 0; i < npoints; i += 4) { in ixheaacd_cmplx_anal_fft_p2()
570 inp += (npoints >> 1); in ixheaacd_cmplx_anal_fft_p2()
574 inp += (npoints >> 1); in ixheaacd_cmplx_anal_fft_p2()
578 inp += (npoints >> 1); in ixheaacd_cmplx_anal_fft_p2()
610 ptr_y -= 2 * npoints; in ixheaacd_cmplx_anal_fft_p2()
613 in_loop_cnt = npoints >> 4; in ixheaacd_cmplx_anal_fft_p2()
755 data -= 2 * npoints; in ixheaacd_cmplx_anal_fft_p2()
833 data -= 2 * npoints; in ixheaacd_cmplx_anal_fft_p2()
911 data -= 2 * npoints; in ixheaacd_cmplx_anal_fft_p2()
989 data -= 2 * npoints; in ixheaacd_cmplx_anal_fft_p2()
1092 void ixheaacd_real_synth_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { in ixheaacd_real_synth_fft_p3() argument
1103 for (j = 0; j < (npoints / 3); j++) { in ixheaacd_real_synth_fft_p3()
1122 for (i = 0; i < (npoints / 3); i++) { in ixheaacd_real_synth_fft_p3()
1139 for (i = 0; i < (npoints / 3); i++) { in ixheaacd_real_synth_fft_p3()
1156 void ixheaacd_cmplx_anal_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { in ixheaacd_cmplx_anal_fft_p3() argument
1185 for (i = 0; i < (npoints / 3); i++) { in ixheaacd_cmplx_anal_fft_p3()
1202 for (i = 0; i < (npoints / 3); i++) { in ixheaacd_cmplx_anal_fft_p3()