Go to the documentation of this file.
22 #ifndef AVCODEC_RDFT_H
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]