Commit e53b91a9 authored by vaclav's avatar vaclav
Browse files

editorial change

parent 4b025984
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
#include <assert.h>

/*-----------------------------------------------------------------*
 * Local functions
 * Local constants
 *-----------------------------------------------------------------*/

#define FFT3_ONE_THIRD 21845 /* 1/3 in Q16 */
@@ -19,6 +19,10 @@
#define KP951056516_16FX 2042378325 /* EDCT & EMDCT constants Q31*/
#define KP587785252_16FX 1262259213 /* EDCT & EMDCT constants Q31*/

/*-----------------------------------------------------------------*
 * Local function prototypes
 *-----------------------------------------------------------------*/

static void fft5_shift4_16fx( Word16 n1, Word16 *zRe, Word16 *zIm, const Word16 *Idx );
static void fft64_16fx( Word16 *x, Word16 *y, const Word16 *Idx );
static void fft32_5_16fx( Word16 *x, Word16 *y, const Word16 *Idx );