Go to the documentation of this file.
   21 #ifndef AVCODEC_SINEWIN_H 
   22 #define AVCODEC_SINEWIN_H 
   27 #if CONFIG_HARDCODED_TABLES 
   28 #   define SINETABLE_CONST const 
   30 #   define SINETABLE_CONST 
   33 #define SINETABLE(size) \ 
   34     SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size]