Go to the documentation of this file.
26 #ifndef AVCODEC_MPEGAUDIO_H
27 #define AVCODEC_MPEGAUDIO_H
30 # define CONFIG_FLOAT 0
36 #define MPA_FRAME_SIZE 1152
39 #define MPA_MAX_CODED_FRAME_SIZE 1792
41 #define MPA_MAX_CHANNELS 2
55 #define IMDCT_SCALAR 1.759
57 #define FRAC_ONE (1 << FRAC_BITS)
59 #define FIX(a) ((int)((a) * FRAC_ONE))
62 # define INTFLOAT float