• Home
  • Raw
  • Download

Lines Matching refs:max_scf_bands

1022   WORD32 max_scf_bands;  in ixheaacd_bi_dir_est_scf_prev_frame_reference()  local
1027 max_scf_bands = 16; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1029 max_scf_bands = 64; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1038 conceal_min = ptr_rvlc->conceal_min % max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1039 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands; 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()
1155 WORD32 max_scf_bands; in ixheaacd_calc_ref_val_fwd() local
1159 max_scf_bands = 16; in ixheaacd_calc_ref_val_fwd()
1161 max_scf_bands = 64; in ixheaacd_calc_ref_val_fwd()
1163 conceal_min = ptr_rvlc->conceal_min % max_scf_bands; in ixheaacd_calc_ref_val_fwd()
1164 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands; in ixheaacd_calc_ref_val_fwd()
1210 WORD32 max_scf_bands; in ixheaacd_calc_ref_val_bwd() local
1214 max_scf_bands = 16; in ixheaacd_calc_ref_val_bwd()
1216 max_scf_bands = 64; in ixheaacd_calc_ref_val_bwd()
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()
1267 WORD32 max_scf_bands; in ixheaacd_bi_dir_est_lower_scf_cur_frame() local
1271 max_scf_bands = 16; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1273 max_scf_bands = 64; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1282 conceal_min = ptr_rvlc->conceal_min % max_scf_bands; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1283 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands; 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()
1380 WORD32 max_scf_bands; in ixheaacd_statistical_estimation() local
1384 max_scf_bands = 16; in ixheaacd_statistical_estimation()
1386 max_scf_bands = 64; in ixheaacd_statistical_estimation()
1467 WORD32 max_scf_bands; in ixheaacd_predictive_interpolation() local
1472 max_scf_bands = 16; in ixheaacd_predictive_interpolation()
1474 max_scf_bands = 64; in ixheaacd_predictive_interpolation()