Home
last modified time | relevance | path

Searched refs:y0_ptr (Results 1 – 1 of 1) sorted by relevance

/liblc3-3.7.0-3.6.0/src/
Dmdct_neon.h126 struct lc3_complex *y0_ptr = y; in neon_fft_bf3() local
127 struct lc3_complex *y1_ptr = y0_ptr + n3; in neon_fft_bf3()
131 y0_ptr += 3*n3, y1_ptr += 3*n3, y2_ptr += 3*n3) { in neon_fft_bf3()
154 vst1q_f32( (float *)(y0_ptr + 2*j), yn ); in neon_fft_bf3()
194 vst1_f32( (float *)(y0_ptr + 2*j), yn ); in neon_fft_bf3()
237 struct lc3_complex *y0_ptr = y; in neon_fft_bf2() local
238 struct lc3_complex *y1_ptr = y0_ptr + 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()
258 vst1q_f32( (float *)(y0_ptr + 2*j), y0 ); in neon_fft_bf2()
281 vst1_f32( (float *)(y0_ptr + 2*j), y0 ); in neon_fft_bf2()