Data Fields | |
AacPsyBand | band [128] |
bands information | |
AacPsyBand | prev_band [128] |
bands information from the previous frame | |
float | win_energy |
sliding average of channel energy | |
float | iir_state [2] |
hi-pass IIR filter state | |
uint8_t | next_grouping |
stored grouping scheme for the next frame (in case of 8 short window sequence) | |
enum WindowSequence | next_window_seq |
window sequence to be used in the next frame | |
float | attack_threshold |
attack threshold for this channel | |
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 |
Definition at line 117 of file aacpsy.c.
attack threshold for this channel
Definition at line 126 of file aacpsy.c.
Referenced by lame_window_init().
float AacPsyChannel::iir_state[2] |
uint8_t AacPsyChannel::next_grouping |
window sequence to be used in the next frame
Definition at line 124 of file aacpsy.c.
Referenced by lame_apply_block_type(), and psy_3gpp_window().
float AacPsyChannel::prev_energy_subshort[AAC_NUM_BLOCKS_SHORT *PSY_LAME_NUM_SUBBLOCKS] |