• Home
  • Raw
  • Download

Lines Matching refs:end_band

1019   WORD32 band, bnds, start_band, end_band, group;  in ixheaacd_bi_dir_est_scf_prev_frame_reference()  local
1050 end_band = conceal_max; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1052 end_band = ptr_rvlc->max_sfb_transmitted - 1; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1055 for (band = start_band; band <= end_band; band++) { 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()
1125 end_band = conceal_min; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1127 end_band = ptr_rvlc->max_sfb_transmitted; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1129 for (band = 0; band < end_band; band++) { in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1134 if ((group + 1) == conceal_group_min) end_band = conceal_min; in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1264 WORD32 band, bnds, start_band, end_band, group; in ixheaacd_bi_dir_est_lower_scf_cur_frame() local
1328 end_band = conceal_max; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1330 end_band = ptr_rvlc->max_sfb_transmitted - 1; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1333 for (band = start_band; band <= end_band; band++) { 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()
1349 end_band = conceal_min; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1351 end_band = ptr_rvlc->max_sfb_transmitted; in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1353 for (band = 0; band < end_band; band++) { in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1358 if ((group + 1) == conceal_group_min) end_band = conceal_min; in ixheaacd_bi_dir_est_lower_scf_cur_frame()