Go to the documentation of this file.
22 #ifndef AVCODEC_PSYMODEL_H
23 #define AVCODEC_PSYMODEL_H
28 #define PSY_MAX_BANDS 128
30 #define PSY_MAX_CHANS 20
32 #define AAC_CUTOFF(s) ((s)->bit_rate ? FFMIN3(4000 + (s)->bit_rate/8, 12000 + (s)->bit_rate/32, (s)->sample_rate / 2) : ((s)->sample_rate / 2))
143 const uint8_t **bands,
const int *num_bands,
144 int num_groups,
const uint8_t *group_map);