Lines Matching refs:max_scf_bands
1013 WORD32 max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference() local
1018 max_scf_bands = 16; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1020 max_scf_bands = 64; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1029 conceal_min = ptr_rvlc->conceal_min % max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1030 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1031 conceal_max = ptr_rvlc->conceal_max % max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1032 conceal_group_max = ptr_rvlc->conceal_max / max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1146 WORD32 max_scf_bands; in ixheaacd_calc_ref_val_fwd() local
1150 max_scf_bands = 16; in ixheaacd_calc_ref_val_fwd()
1152 max_scf_bands = 64; in ixheaacd_calc_ref_val_fwd()
1154 conceal_min = ptr_rvlc->conceal_min % max_scf_bands; in ixheaacd_calc_ref_val_fwd()
1155 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands; in ixheaacd_calc_ref_val_fwd()
1201 WORD32 max_scf_bands; in ixheaacd_calc_ref_val_bwd() local
1205 max_scf_bands = 16; in ixheaacd_calc_ref_val_bwd()
1207 max_scf_bands = 64; in ixheaacd_calc_ref_val_bwd()
1209 conceal_max = ptr_rvlc->conceal_max % max_scf_bands; in ixheaacd_calc_ref_val_bwd()
1210 conceal_group_max = ptr_rvlc->conceal_max / max_scf_bands; in ixheaacd_calc_ref_val_bwd()
1258 WORD32 max_scf_bands; in ixheaacd_bi_dir_est_lower_scf_cur_frame() local
1262 max_scf_bands = 16; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1264 max_scf_bands = 64; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1273 conceal_min = ptr_rvlc->conceal_min % max_scf_bands; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1274 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1275 conceal_max = ptr_rvlc->conceal_max % max_scf_bands; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1276 conceal_group_max = ptr_rvlc->conceal_max / max_scf_bands; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1371 WORD32 max_scf_bands; in ixheaacd_statistical_estimation() local
1375 max_scf_bands = 16; in ixheaacd_statistical_estimation()
1377 max_scf_bands = 64; in ixheaacd_statistical_estimation()
1458 WORD32 max_scf_bands; in ixheaacd_predictive_interpolation() local
1463 max_scf_bands = 16; in ixheaacd_predictive_interpolation()
1465 max_scf_bands = 64; in ixheaacd_predictive_interpolation()