Loading lib_com/fft_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1784,7 +1784,7 @@ void DoRTFT128_fx( /*-----------------------------------------------------------------* * cdftForw() * Main fuction of Complex Discrete Fourier Transform * Main function of Complex Discrete Fourier Transform *-----------------------------------------------------------------*/ static void cdftForw( Loading lib_com/fft_fx_evs.c +4 −2 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ void DoRTFTn_fx( /*-----------------------------------------------------------------* * cdftForw_fx() * Main fuction of Complex Discrete Fourier Transform * Main function of Complex Discrete Fourier Transform, 32-bit data *-----------------------------------------------------------------*/ static void cdftForw_fx( Loading Loading @@ -1544,9 +1544,11 @@ void DoRTFT128_16fx( return; } /*-----------------------------------------------------------------* * cdftForw() * Main fuction of Complex Discrete Fourier Transform * Main function of Complex Discrete Fourier Transform, 16-bit data *-----------------------------------------------------------------*/ static void cdftForw_16fx( Word16 n, /* i : data length of real and imag */ Loading Loading
lib_com/fft_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1784,7 +1784,7 @@ void DoRTFT128_fx( /*-----------------------------------------------------------------* * cdftForw() * Main fuction of Complex Discrete Fourier Transform * Main function of Complex Discrete Fourier Transform *-----------------------------------------------------------------*/ static void cdftForw( Loading
lib_com/fft_fx_evs.c +4 −2 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ void DoRTFTn_fx( /*-----------------------------------------------------------------* * cdftForw_fx() * Main fuction of Complex Discrete Fourier Transform * Main function of Complex Discrete Fourier Transform, 32-bit data *-----------------------------------------------------------------*/ static void cdftForw_fx( Loading Loading @@ -1544,9 +1544,11 @@ void DoRTFT128_16fx( return; } /*-----------------------------------------------------------------* * cdftForw() * Main fuction of Complex Discrete Fourier Transform * Main function of Complex Discrete Fourier Transform, 16-bit data *-----------------------------------------------------------------*/ static void cdftForw_16fx( Word16 n, /* i : data length of real and imag */ Loading