Lines Matching refs:x_out
1092 void ixheaacd_real_synth_fft_p3(FLOAT32 *x_in, FLOAT32 *x_out, WORD32 npoints) { in ixheaacd_real_synth_fft_p3() argument
1147 x_out[i] = *ptr_y++; in ixheaacd_real_synth_fft_p3()
1148 x_out[i + 1] = *ptr_y++; in ixheaacd_real_synth_fft_p3()
1149 x_out[16 + i] = *ptr_y++; in ixheaacd_real_synth_fft_p3()
1150 x_out[16 + i + 1] = *ptr_y++; in ixheaacd_real_synth_fft_p3()
1151 x_out[32 + i] = *ptr_y++; in ixheaacd_real_synth_fft_p3()
1152 x_out[32 + i + 1] = *ptr_y++; 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
1210 x_out[i] = *y_p3++; in ixheaacd_cmplx_anal_fft_p3()
1211 x_out[i + 1] = *y_p3++; in ixheaacd_cmplx_anal_fft_p3()
1212 x_out[32 + i] = *y_p3++; in ixheaacd_cmplx_anal_fft_p3()
1213 x_out[32 + i + 1] = *y_p3++; in ixheaacd_cmplx_anal_fft_p3()
1214 x_out[64 + i] = *y_p3++; in ixheaacd_cmplx_anal_fft_p3()
1215 x_out[64 + i + 1] = *y_p3++; in ixheaacd_cmplx_anal_fft_p3()