#include <psymodel.h>
Data Fields | |
AVCodecContext * | avctx |
encoder context | |
struct FFPsyModel * | model |
encoder-specific model functions | |
FFPsyBand * | psy_bands |
frame bands information | |
uint8_t ** | bands |
scalefactor band sizes for possible frame sizes | |
int * | num_bands |
number of scalefactor bands for possible frame sizes | |
int | num_lens |
number of scalefactor band sets | |
void * | model_priv_data |
psychoacoustic model implementation private data |
Definition at line 55 of file psymodel.h.
encoder context
Definition at line 56 of file psymodel.h.
Referenced by ff_psy_init(), psy_3gpp_init(), and psy_3gpp_window().
uint8_t** FFPsyContext::bands |
scalefactor band sizes for possible frame sizes
Definition at line 61 of file psymodel.h.
Referenced by aac_encode_frame(), ff_psy_end(), ff_psy_init(), psy_3gpp_analyze(), and psy_3gpp_init().
struct FFPsyModel* FFPsyContext::model [read] |
encoder-specific model functions
Definition at line 57 of file psymodel.h.
Referenced by ff_psy_end(), ff_psy_init(), ff_psy_set_band_info(), and ff_psy_suggest_window().
psychoacoustic model implementation private data
Definition at line 65 of file psymodel.h.
Referenced by psy_3gpp_analyze(), psy_3gpp_end(), psy_3gpp_init(), and psy_3gpp_window().
number of scalefactor bands for possible frame sizes
Definition at line 62 of file psymodel.h.
Referenced by aac_encode_frame(), ff_psy_end(), ff_psy_init(), psy_3gpp_analyze(), and psy_3gpp_init().
frame bands information
Definition at line 59 of file psymodel.h.
Referenced by encode_window_bands_info(), ff_psy_end(), ff_psy_init(), psy_3gpp_analyze(), search_for_ms(), search_for_quantizers_anmr(), search_for_quantizers_fast(), and search_for_quantizers_twoloop().