Loading lib_com/fft_fx_evs.c +5 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ #include <assert.h> /*-----------------------------------------------------------------* * Local functions * Local constants *-----------------------------------------------------------------*/ #define FFT3_ONE_THIRD 21845 /* 1/3 in Q16 */ Loading @@ -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 ); Loading Loading
lib_com/fft_fx_evs.c +5 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ #include <assert.h> /*-----------------------------------------------------------------* * Local functions * Local constants *-----------------------------------------------------------------*/ #define FFT3_ONE_THIRD 21845 /* 1/3 in Q16 */ Loading @@ -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 ); Loading