Lines Matching refs:conceal_max
572 ptr_rvlc->conceal_max = bnds; in ixheaacd_rvlc_decode_forward()
579 ptr_rvlc->conceal_max = bnds; in ixheaacd_rvlc_decode_forward()
608 ptr_rvlc->conceal_max = bnds; in ixheaacd_rvlc_decode_forward()
614 ptr_rvlc->conceal_max = bnds; in ixheaacd_rvlc_decode_forward()
642 ptr_rvlc->conceal_max = bnds; in ixheaacd_rvlc_decode_forward()
649 ptr_rvlc->conceal_max = bnds; in ixheaacd_rvlc_decode_forward()
674 ptr_rvlc->conceal_max = bnds; in ixheaacd_rvlc_decode_forward()
680 ptr_rvlc->conceal_max = bnds; in ixheaacd_rvlc_decode_forward()
977 ptr_rvlc->conceal_max = CONCEAL_MAX_INIT; in ixheaacd_rvlc_init()
1020 WORD32 conceal_min, conceal_max; in ixheaacd_bi_dir_est_scf_prev_frame_reference() local
1034 if (ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1035 ptr_rvlc->conceal_max = in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1040 conceal_max = ptr_rvlc->conceal_max % max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1041 conceal_group_max = ptr_rvlc->conceal_max / max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1043 ptr_aac_dec_channel_info->rvlc_scf_fwd_arr[ptr_rvlc->conceal_max] = in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1044 ptr_aac_dec_channel_info->rvlc_scf_bwd_arr[ptr_rvlc->conceal_max]; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1050 end_band = conceal_max; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1121 if ((group + 1) == conceal_group_max) end_band = conceal_max; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1137 start_band = conceal_max + 1; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1209 WORD32 conceal_max, conceal_group_max; in ixheaacd_calc_ref_val_bwd() local
1218 conceal_max = ptr_rvlc->conceal_max % max_scf_bands; in ixheaacd_calc_ref_val_bwd()
1219 conceal_group_max = ptr_rvlc->conceal_max / max_scf_bands; in ixheaacd_calc_ref_val_bwd()
1228 start_band = conceal_max + 1; in ixheaacd_calc_ref_val_bwd()
1265 WORD32 conceal_min, conceal_max; in ixheaacd_bi_dir_est_lower_scf_cur_frame() local
1278 if (ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1279 ptr_rvlc->conceal_max = in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1284 conceal_max = ptr_rvlc->conceal_max % max_scf_bands; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1285 conceal_group_max = ptr_rvlc->conceal_max / max_scf_bands; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1287 if (ptr_rvlc->conceal_min == ptr_rvlc->conceal_max) { in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1321 ptr_aac_dec_channel_info->rvlc_scf_fwd_arr[ptr_rvlc->conceal_max] = in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1322 ptr_aac_dec_channel_info->rvlc_scf_bwd_arr[ptr_rvlc->conceal_max]; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1328 end_band = conceal_max; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1344 if ((group + 1) == conceal_group_max) end_band = conceal_max; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1361 start_band = conceal_max + 1; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1601 (ptr_rvlc->conceal_max == CONCEAL_MAX_INIT)) { in ixheaacd_rvlc_final_error_detection()
1612 (((ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) && in ixheaacd_rvlc_final_error_detection()
1624 ((ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) && in ixheaacd_rvlc_final_error_detection()
1629 if ((ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) || in ixheaacd_rvlc_final_error_detection()
1631 ptr_rvlc->conceal_max = 0; in ixheaacd_rvlc_final_error_detection()
1636 ptr_rvlc->conceal_max = in ixheaacd_rvlc_final_error_detection()
1637 ixheaacd_min32(ptr_rvlc->conceal_max, ptr_rvlc->conceal_max_esc); in ixheaacd_rvlc_final_error_detection()
1690 (ptr_rvlc->conceal_max != CONCEAL_MAX_INIT)) && in ixheaacd_rvlc_final_error_detection()
1691 (ptr_rvlc->conceal_min <= ptr_rvlc->conceal_max) && in ixheaacd_rvlc_final_error_detection()
1701 if ((ptr_rvlc->conceal_min <= ptr_rvlc->conceal_max) && in ixheaacd_rvlc_final_error_detection()
1703 (ptr_rvlc->conceal_max != CONCEAL_MAX_INIT)) && in ixheaacd_rvlc_final_error_detection()
1713 if ((ptr_rvlc->conceal_min <= ptr_rvlc->conceal_max) && in ixheaacd_rvlc_final_error_detection()
1724 if ((ptr_rvlc->conceal_min <= ptr_rvlc->conceal_max) && in ixheaacd_rvlc_final_error_detection()