Commit 6e83726f authored by vaclav's avatar vaclav
Browse files

comments

parent 3982d1d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(
+4 −2
Original line number Diff line number Diff line
@@ -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(
@@ -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              */