Data Fields | |
int | chan_bitrate |
bitrate per channel | |
int | frame_bits |
average bits per frame | |
int | fill_level |
bit reservoir fill level | |
struct { | |
float min | |
minimum allowed PE for bit factor calculation | |
float max | |
maximum allowed PE for bit factor calculation | |
float previous | |
allowed PE of the previous frame | |
float correction | |
PE correction factor. | |
} | pe |
AacPsyCoeffs | psy_coef [2][64] |
AacPsyChannel * | ch |
Definition at line 145 of file aacpsy.c.
Definition at line 156 of file aacpsy.c.
Referenced by lame_window_init(), psy_3gpp_analyze(), psy_3gpp_end(), psy_3gpp_init(), psy_3gpp_window(), and psy_lame_window().
bit reservoir fill level
Definition at line 148 of file aacpsy.c.
Referenced by calc_bit_demand(), and psy_3gpp_init().
average bits per frame
Definition at line 147 of file aacpsy.c.
Referenced by calc_bit_demand(), and psy_3gpp_init().
float AacPsyContext::max |
maximum allowed PE for bit factor calculation
Definition at line 151 of file aacpsy.c.
Referenced by calc_bit_demand(), and psy_3gpp_init().
float AacPsyContext::min |
minimum allowed PE for bit factor calculation
Definition at line 150 of file aacpsy.c.
Referenced by calc_bit_demand(), and psy_3gpp_init().
struct { ... } AacPsyContext::pe |
Referenced by calc_bit_demand(), and psy_3gpp_init().
float AacPsyContext::previous |