|
FFmpeg
|
single/pair channel context for psychoacoustic model More...
Data Fields | |
| AacPsyBand | band [128] |
| bands information More... | |
| AacPsyBand | prev_band [128] |
| bands information from the previous frame More... | |
| float | win_energy |
| sliding average of channel energy More... | |
| float | iir_state [2] |
| hi-pass IIR filter state More... | |
| uint8_t | next_grouping |
| stored grouping scheme for the next frame (in case of 8 short window sequence) More... | |
| enum WindowSequence | next_window_seq |
| window sequence to be used in the next frame More... | |
| float | attack_threshold |
| attack threshold for this channel More... | |
| float | prev_energy_subshort [AAC_NUM_BLOCKS_SHORT *PSY_LAME_NUM_SUBBLOCKS] |
| int | prev_attack |
| attack value for the last short block in the previous sequence More... | |
| int | next_attack0_zero |
| whether attack[0] of the next frame is zero More... | |
| int | frames_since_short |
| consecutive long frames (pre-echo-aware isolated-onset gate) More... | |
| int64_t | rc_frame_num |
| frame this channel last saved rewind state for More... | |
| AacPsyBand | rc_prev_band [128] |
| prev_band as it was entering the frame More... | |
| AacPsyBand AacPsyChannel::band[128] |
| AacPsyBand AacPsyChannel::prev_band[128] |
bands information from the previous frame
Definition at line 134 of file aacpsy.c.
Referenced by psy_3gpp_analyze().
| float AacPsyChannel::win_energy |
| uint8_t AacPsyChannel::next_grouping |
| enum WindowSequence AacPsyChannel::next_window_seq |
window sequence to be used in the next frame
Definition at line 139 of file aacpsy.c.
Referenced by psy_3gpp_window().
| float AacPsyChannel::attack_threshold |
attack threshold for this channel
Definition at line 141 of file aacpsy.c.
Referenced by lame_window_init().
| float AacPsyChannel::prev_energy_subshort[AAC_NUM_BLOCKS_SHORT *PSY_LAME_NUM_SUBBLOCKS] |
Definition at line 142 of file aacpsy.c.
Referenced by lame_window_init().
| int AacPsyChannel::prev_attack |
| int AacPsyChannel::next_attack0_zero |
| int AacPsyChannel::frames_since_short |
| int64_t AacPsyChannel::rc_frame_num |
frame this channel last saved rewind state for
Definition at line 148 of file aacpsy.c.
Referenced by psy_3gpp_analyze(), and psy_3gpp_init().
| AacPsyBand AacPsyChannel::rc_prev_band[128] |
prev_band as it was entering the frame
Definition at line 149 of file aacpsy.c.
Referenced by psy_3gpp_analyze().
1.8.17