Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_fft.c1118 FLOAT32 *x_tw = x; in ixheaacd_real_synth_fft_p3() local
1120 x_tw += 2; in ixheaacd_real_synth_fft_p3()
1123 tmp = ((*x_tw) * (*wr) + (*(x_tw + 1)) * (*(wr + 1))); in ixheaacd_real_synth_fft_p3()
1124 *(x_tw + 1) = (-(*x_tw) * (*(wr + 1)) + (*(x_tw + 1)) * (*wr)); in ixheaacd_real_synth_fft_p3()
1125 *x_tw = tmp; in ixheaacd_real_synth_fft_p3()
1128 x_tw += 2; in ixheaacd_real_synth_fft_p3()
1130 tmp = ((*x_tw) * (*wr) + (*(x_tw + 1)) * (*(wr + 1))); in ixheaacd_real_synth_fft_p3()
1131 *(x_tw + 1) = (-(*x_tw) * (*(wr + 1)) + (*(x_tw + 1)) * (*wr)); in ixheaacd_real_synth_fft_p3()
1132 *x_tw = tmp; in ixheaacd_real_synth_fft_p3()
1135 x_tw += 4; in ixheaacd_real_synth_fft_p3()