Searched refs:gf_group_index (Results 1 – 6 of 6) sorted by relevance
24 const int gf_group_index = cpi->gf_group.index; in av1_frame_allows_smart_mv() local25 const int gf_update_type = cpi->gf_group.update_type[gf_group_index]; in av1_frame_allows_smart_mv()
3984 const int gf_group_index = cpi->gf_group.index; in get_tpl_stats_b() local3986 TplDepFrame *tpl_frame = &tpl_data->tpl_frame[gf_group_index]; in get_tpl_stats_b()3993 if (gf_group_index >= MAX_LAG_BUFFERS) return 0; in get_tpl_stats_b()4389 const int gf_group_index = cpi->gf_group.index; in adjust_rdmult_tpl_model() local4391 cpi->oxcf.deltaq_mode == NO_DELTA_Q && gf_group_index > 0 && in adjust_rdmult_tpl_model()4392 cpi->gf_group.update_type[gf_group_index] == ARF_UPDATE) { in adjust_rdmult_tpl_model()
1377 int gf_group_index) { in rc_constant_q() argument1401 if (gf_group->rf_level[gf_group_index] == GF_ARF_LOW) { in rc_constant_q()1402 const int layer_depth = gf_group->layer_depth[gf_group_index]; in rc_constant_q()1418 int *top_index, int gf_group_index) { in rc_pick_q_and_bounds_two_pass() argument1437 return rc_constant_q(cpi, bottom_index, top_index, gf_group_index); in rc_pick_q_and_bounds_two_pass()1473 if (gf_group->rf_level[gf_group_index] == GF_ARF_LOW) { in rc_pick_q_and_bounds_two_pass()1474 const int layer_depth = gf_group->layer_depth[gf_group_index]; in rc_pick_q_and_bounds_two_pass()1494 const int layer_depth = gf_group->layer_depth[gf_group_index]; in rc_pick_q_and_bounds_two_pass()1499 if (gf_group->rf_level[gf_group_index] == GF_ARF_LOW) { in rc_pick_q_and_bounds_two_pass()1525 int qdelta = vp9_frame_type_qdelta(cpi, gf_group->rf_level[gf_group_index], in rc_pick_q_and_bounds_two_pass()[all …]
329 void vp9_configure_buffer_updates(struct VP9_COMP *cpi, int gf_group_index);
3757 const int gf_group_index = cpi->twopass.gf_group.index; in get_rdmult_delta() local3758 TplDepFrame *tpl_frame = &cpi->tpl_stats[gf_group_index]; in get_rdmult_delta()3773 if (cpi->twopass.gf_group.layer_depth[gf_group_index] > 1) return orig_rdmult; in get_rdmult_delta()3775 if (gf_group_index >= MAX_ARF_GOP_SIZE) return orig_rdmult; in get_rdmult_delta()5959 const int gf_group_index = cpi->twopass.gf_group.index; in encode_frame_internal() local6027 } else if (gf_group_index && gf_group_index < MAX_ARF_GOP_SIZE && in encode_frame_internal()
826 const int gf_group_index = gf_group->index; in setup_frame() local839 if (gf_group->rf_level[gf_group_index] == GF_ARF_STD) in setup_frame()841 else if (gf_group->layer_depth[gf_group_index] <= 3) in setup_frame()7140 const int gf_group_index = cpi->twopass.gf_group.index; local7189 if (gf_group_index == 1) {7361 if (gf_group_index == 1 &&7362 cpi->twopass.gf_group.update_type[gf_group_index] == ARF_UPDATE &&