Home
last modified time | relevance | path

Searched refs:ptr_blk_switch_ctrl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libxaac/encoder/
H A Diusace_block_switch.c128 static VOID iusace_calc_window_energy(ia_block_switch_ctrl *ptr_blk_switch_ctrl, in iusace_calc_window_energy() argument
138 ptr_blk_switch_ctrl->iir_states, &energy_accu[0], ccfl >> 3); in iusace_calc_window_energy()
140 ptr_blk_switch_ctrl->win_energy[1][w] = energy_accu[0]; in iusace_calc_window_energy()
141 ptr_blk_switch_ctrl->win_energy_filt[1][w] = energy_accu[1]; in iusace_calc_window_energy()
143 if (ptr_blk_switch_ctrl->win_energy_filt[1][w] > *max) in iusace_calc_window_energy()
144 *max = ptr_blk_switch_ctrl->win_energy_filt[1][w]; in iusace_calc_window_energy()
149 VOID iusace_block_switching(ia_block_switch_ctrl *ptr_blk_switch_ctrl, const FLOAT32 *ptr_in, in iusace_block_switching() argument
158 ptr_blk_switch_ctrl->group_len[i] = 0; in iusace_block_switching()
161 ptr_blk_switch_ctrl->max_win_energy = in iusace_block_switching()
162 iusace_srch_max_with_idx(&ptr_blk_switch_ctrl->win_energy[0][MAX_SHORT_WINDOWS - 1], in iusace_block_switching()
[all …]
H A Diusace_block_switch.h24 VOID iusace_block_switching(ia_block_switch_ctrl *ptr_blk_switch_ctrl, const FLOAT32 *ptr_in,