FFmpeg
|
3GPP TS26.403-inspired psychoacoustic model specific data More...
Data Fields | |
int | chan_bitrate |
bitrate per channel More... | |
int | frame_bits |
average bits per frame More... | |
int | fill_level |
bit reservoir fill level More... | |
struct { | |
float min | |
minimum allowed PE for bit factor calculation More... | |
float max | |
maximum allowed PE for bit factor calculation More... | |
float previous | |
allowed PE of the previous frame More... | |
float correction | |
PE correction factor. More... | |
} | pe |
AacPsyCoeffs | psy_coef [2][64] |
AacPsyChannel * | ch |
float | global_quality |
normalized global quality taken from avctx More... | |
int AacPsyContext::chan_bitrate |
int AacPsyContext::frame_bits |
int AacPsyContext::fill_level |
float AacPsyContext::min |
minimum allowed PE for bit factor calculation
Definition at line 156 of file aacpsy.c.
Referenced by psy_3gpp_init().
float AacPsyContext::max |
maximum allowed PE for bit factor calculation
Definition at line 157 of file aacpsy.c.
Referenced by psy_3gpp_init().
float AacPsyContext::previous |
struct { ... } AacPsyContext::pe |
Referenced by psy_3gpp_init().
AacPsyCoeffs AacPsyContext::psy_coef[2][64] |
Definition at line 161 of file aacpsy.c.
Referenced by psy_3gpp_init().
AacPsyChannel* AacPsyContext::ch |
Definition at line 162 of file aacpsy.c.
Referenced by psy_3gpp_analyze_channel(), psy_3gpp_end(), psy_3gpp_init(), psy_3gpp_window(), and psy_lame_window().
float AacPsyContext::global_quality |
normalized global quality taken from avctx
Definition at line 163 of file aacpsy.c.
Referenced by psy_3gpp_init().