#include "avcodec.h"Go to the source code of this file.
maximum possible number of bands
Definition at line 28 of file psymodel.h.
maximum number of channels
Definition at line 30 of file psymodel.h.
Definition at line 32 of file psymodel.h.
Referenced by ff_psy_preprocess_init(), and psy_3gpp_init().
Initialize psychoacoustic model.
Definition at line 31 of file psymodel.c.
Referenced by aac_encode_init().
Determine what group a channel belongs to.
Definition at line 66 of file psymodel.c.
Referenced by psy_3gpp_analyze().
Cleanup model context at the end.
Definition at line 76 of file psymodel.c.
Referenced by aac_encode_end().
psychoacoustic model audio preprocessing initialization
Definition at line 96 of file psymodel.c.
Referenced by aac_encode_init().
Preprocess several channel in audio frame in order to compress it better.
Definition at line 125 of file psymodel.c.
Referenced by aac_encode_frame().
Cleanup audio preprocessing module.
Definition at line 138 of file psymodel.c.
Referenced by aac_encode_end().