Home
last modified time | relevance | path

Searched refs:gf_group_index (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1364 int gf_group_index) { in rc_constant_q() argument
1388 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() argument
1422 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() local
1550 gf_group_index); in vp9_rc_pick_q_and_bounds()
[all …]
Dvp9_ratectrl.h321 void vp9_configure_buffer_updates(struct VP9_COMP *cpi, int gf_group_index);
Dvp9_encodeframe.c3591 const int gf_group_index = cpi->twopass.gf_group.index; in get_rdmult_delta() local
3592 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() local
5741 } else if (gf_group_index && gf_group_index < MAX_ARF_GOP_SIZE && in encode_frame_internal()
Dvp9_encoder.c6527 const int gf_group_index = cpi->twopass.gf_group.index; local
6575 if (gf_group_index == 1) {
6726 if (gf_group_index == 1 &&
6727 cpi->twopass.gf_group.update_type[gf_group_index] == ARF_UPDATE &&