Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/encoder/
H A Diusace_block_switch.c246 VOID iusace_sync_block_switching(ia_block_switch_ctrl *ptr_blk_switch_left_ctrl, in iusace_sync_block_switching() argument
251 patch_type = iusace_synchronized_block_types[patch_type][ptr_blk_switch_left_ctrl->window_seq]; in iusace_sync_block_switching()
254 ptr_blk_switch_left_ctrl->window_seq = patch_type; in iusace_sync_block_switching()
258 ptr_blk_switch_left_ctrl->tot_grps_cnt = 1; in iusace_sync_block_switching()
260 ptr_blk_switch_left_ctrl->group_len[0] = 1; in iusace_sync_block_switching()
264 ptr_blk_switch_left_ctrl->group_len[i] = 0; in iusace_sync_block_switching()
268 if (ptr_blk_switch_left_ctrl->max_win_energy > ptr_blk_switch_right_ctrl->max_win_energy) { in iusace_sync_block_switching()
269 ptr_blk_switch_right_ctrl->tot_grps_cnt = ptr_blk_switch_left_ctrl->tot_grps_cnt; in iusace_sync_block_switching()
271 ptr_blk_switch_right_ctrl->group_len[i] = ptr_blk_switch_left_ctrl->group_len[i]; in iusace_sync_block_switching()
274 ptr_blk_switch_left_ctrl->tot_grps_cnt = ptr_blk_switch_right_ctrl->tot_grps_cnt; in iusace_sync_block_switching()
[all …]
H A Diusace_block_switch.h26 VOID iusace_sync_block_switching(ia_block_switch_ctrl *ptr_blk_switch_left_ctrl,