Lines Matching refs:n
34 const struct lc3_complex *x, struct lc3_complex *y, int n) in neon_fft_5() argument
52 for (int i = 0; i < n; i += 2, x += 2, y += 10) { in neon_fft_5()
56 float32x4_t x0 = vld1q_f32( (float *)(x + 0*n) ); in neon_fft_5()
57 float32x4_t x1 = vld1q_f32( (float *)(x + 1*n) ); in neon_fft_5()
58 float32x4_t x2 = vld1q_f32( (float *)(x + 2*n) ); in neon_fft_5()
59 float32x4_t x3 = vld1q_f32( (float *)(x + 3*n) ); in neon_fft_5()
60 float32x4_t x4 = vld1q_f32( (float *)(x + 4*n) ); in neon_fft_5()
115 const struct lc3_complex *x, struct lc3_complex *y, int n) in neon_fft_bf3() argument
123 const struct lc3_complex *x1_ptr = x0_ptr + n*n3; in neon_fft_bf3()
124 const struct lc3_complex *x2_ptr = x1_ptr + n*n3; in neon_fft_bf3()
130 for (int j, i = 0; i < n; i++, in neon_fft_bf3()
229 const struct lc3_complex *x, struct lc3_complex *y, int n) in neon_fft_bf2() argument
235 const struct lc3_complex *x1_ptr = x0_ptr + n*n2; in neon_fft_bf2()
240 for (int j, i = 0; i < n; i++, y0_ptr += 2*n2, y1_ptr += 2*n2) { in neon_fft_bf2()