• Home
  • Raw
  • Download

Lines Matching refs:gf_group

181     ++cpi->twopass.gf_group.index;  in update_twopass_gf_group_index()
193 const GF_GROUP *const gf_group = &cpi->twopass.gf_group; in check_show_existing_frame() local
196 gf_group->update_type[gf_group->index]; in check_show_existing_frame()
197 const int which_arf = (gf_group->arf_update_idx[gf_group->index] > 0); in check_show_existing_frame()
318 const GF_GROUP *const gf_group = &cpi->twopass.gf_group; in get_current_frame_ref_type() local
330 else if (gf_group->update_type[gf_group->index] == INTNL_ARF_UPDATE) in get_current_frame_ref_type()
405 static int get_order_offset(const GF_GROUP *const gf_group, in get_order_offset() argument
413 AOMMIN((MAX_GF_INTERVAL - 1), gf_group->arf_src_offset[gf_group->index]); in get_order_offset()
465 const GF_GROUP *const gf_group = &cpi->twopass.gf_group; in get_arf_src_index() local
466 if (gf_group->update_type[gf_group->index] == ARF_UPDATE) { in get_arf_src_index()
468 arf_src_index = gf_group->arf_src_offset[gf_group->index]; in get_arf_src_index()
481 const GF_GROUP *const gf_group = &cpi->twopass.gf_group; in get_internal_arf_src_index() local
482 if (gf_group->update_type[gf_group->index] == INTNL_ARF_UPDATE) { in get_internal_arf_src_index()
484 internal_arf_src_index = gf_group->arf_src_offset[gf_group->index]; in get_internal_arf_src_index()
514 const GF_GROUP *const gf_group = &cpi->twopass.gf_group; in setup_arf_or_arf2() local
515 int which_arf = gf_group->arf_update_idx[gf_group->index]; in setup_arf_or_arf2()
983 cpi->twopass.gf_group.update_type[cpi->twopass.gf_group.index]; in av1_encode_strategy()
1039 cpi->twopass.gf_group.update_type[cpi->twopass.gf_group.index]; in av1_encode_strategy()
1063 if (cpi->twopass.gf_group.index == 1 && cpi->oxcf.enable_tpl_model) { in av1_encode_strategy()
1117 get_order_offset(&cpi->twopass.gf_group, &frame_params); in av1_encode_strategy()