Go to the documentation of this file.
   22 #if !defined(AVCODEC_RDFT_H) && (!defined(FFT_FLOAT) || FFT_FLOAT) 
   23 #define AVCODEC_RDFT_H 
   28 #if CONFIG_HARDCODED_TABLES 
   29 #   define SINTABLE_CONST const 
   31 #   define SINTABLE_CONST 
   34 #define SINTABLE(size) \ 
   35     SINTABLE_CONST DECLARE_ALIGNED(16, FFTSample, ff_sin_##size)[size/2]