Searched refs:gf_group_index (Results 1 – 4 of 4) sorted by relevance
1364 int gf_group_index) { in rc_constant_q() argument1388 if (gf_group->rf_level[gf_group_index] == GF_ARF_LOW) { in rc_constant_q()1389 const int layer_depth = gf_group->layer_depth[gf_group_index]; in rc_constant_q()1405 int *top_index, int gf_group_index) { in rc_pick_q_and_bounds_two_pass() argument1422 return rc_constant_q(cpi, bottom_index, top_index, gf_group_index); in rc_pick_q_and_bounds_two_pass()1447 if (gf_group->rf_level[gf_group_index] == GF_ARF_LOW) { in rc_pick_q_and_bounds_two_pass()1448 const int layer_depth = gf_group->layer_depth[gf_group_index]; in rc_pick_q_and_bounds_two_pass()1489 int qdelta = vp9_frame_type_qdelta(cpi, gf_group->rf_level[gf_group_index], in rc_pick_q_and_bounds_two_pass()1542 const int gf_group_index = cpi->twopass.gf_group.index; in vp9_rc_pick_q_and_bounds() local1550 gf_group_index); in vp9_rc_pick_q_and_bounds()[all …]
321 void vp9_configure_buffer_updates(struct VP9_COMP *cpi, int gf_group_index);
3591 const int gf_group_index = cpi->twopass.gf_group.index; in get_rdmult_delta() local3592 TplDepFrame *tpl_frame = &cpi->tpl_stats[gf_group_index]; in get_rdmult_delta()3607 if (cpi->twopass.gf_group.layer_depth[gf_group_index] > 1) return orig_rdmult; in get_rdmult_delta()3609 if (gf_group_index >= MAX_ARF_GOP_SIZE) return orig_rdmult; in get_rdmult_delta()5673 const int gf_group_index = cpi->twopass.gf_group.index; in encode_frame_internal() local5741 } else if (gf_group_index && gf_group_index < MAX_ARF_GOP_SIZE && in encode_frame_internal()
6527 const int gf_group_index = cpi->twopass.gf_group.index; local6575 if (gf_group_index == 1) {6726 if (gf_group_index == 1 &&6727 cpi->twopass.gf_group.update_type[gf_group_index] == ARF_UPDATE &&