|
FFmpeg
|
3GPP TS26.403-inspired psychoacoustic model specific data More...
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 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 | ||
| int64_t | rc_frame_num | |
| frame the rewind state was saved for | ||
| int | rc_first_ch | |
| first channel analyzed in that frame | ||
| int | rc_fill_level | |
| float | rc_pe_min | |
| float | rc_pe_max | |
| float | rc_pe_previous | |
| int AacPsyContext::chan_bitrate |
bitrate per channel
Definition at line 176 of file aacpsy.c.
Referenced by psy_3gpp_analyze_channel(), and psy_3gpp_init().
| int AacPsyContext::frame_bits |
| int AacPsyContext::fill_level |
bit reservoir fill level
Definition at line 178 of file aacpsy.c.
Referenced by psy_3gpp_analyze(), and psy_3gpp_init().
| float AacPsyContext::min |
minimum allowed PE for bit factor calculation
Definition at line 180 of file aacpsy.c.
Referenced by psy_3gpp_analyze(), psy_3gpp_analyze_channel(), and psy_3gpp_init().
| float AacPsyContext::max |
maximum allowed PE for bit factor calculation
Definition at line 181 of file aacpsy.c.
Referenced by psy_3gpp_analyze(), psy_3gpp_analyze_channel(), and psy_3gpp_init().
| float AacPsyContext::previous |
allowed PE of the previous frame
Definition at line 182 of file aacpsy.c.
Referenced by psy_3gpp_analyze(), and psy_3gpp_analyze_channel().
| struct { ... } AacPsyContext::pe |
Referenced by psy_3gpp_analyze(), psy_3gpp_analyze_channel(), and psy_3gpp_init().
| AacPsyCoeffs AacPsyContext::psy_coef[2][64] |
Definition at line 185 of file aacpsy.c.
Referenced by psy_3gpp_analyze_channel(), and psy_3gpp_init().
| AacPsyChannel* AacPsyContext::ch |
Definition at line 186 of file aacpsy.c.
Referenced by psy_3gpp_analyze(), psy_3gpp_analyze_channel(), psy_3gpp_end(), psy_3gpp_init(), psy_3gpp_window(), psy_lame_window(), and psy_lame_window_pair().
| float AacPsyContext::global_quality |
normalized global quality taken from avctx
Definition at line 187 of file aacpsy.c.
Referenced by psy_3gpp_init().
| int64_t AacPsyContext::rc_frame_num |
frame the rewind state was saved for
Definition at line 190 of file aacpsy.c.
Referenced by psy_3gpp_analyze(), and psy_3gpp_init().
| int AacPsyContext::rc_first_ch |
first channel analyzed in that frame
Definition at line 191 of file aacpsy.c.
Referenced by psy_3gpp_analyze().
| int AacPsyContext::rc_fill_level |
Definition at line 192 of file aacpsy.c.
Referenced by psy_3gpp_analyze().
| float AacPsyContext::rc_pe_min |
Definition at line 193 of file aacpsy.c.
Referenced by psy_3gpp_analyze().
| float AacPsyContext::rc_pe_max |
Definition at line 193 of file aacpsy.c.
Referenced by psy_3gpp_analyze().
| float AacPsyContext::rc_pe_previous |
Definition at line 193 of file aacpsy.c.
Referenced by psy_3gpp_analyze().