Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dmv_prec.h24 const int gf_group_index = cpi->gf_group.index; in av1_frame_allows_smart_mv() local
25 const int gf_update_type = cpi->gf_group.update_type[gf_group_index]; in av1_frame_allows_smart_mv()
Dencodeframe.c3984 const int gf_group_index = cpi->gf_group.index; in get_tpl_stats_b() local
3986 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() local
4391 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()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1377 int gf_group_index) { in rc_constant_q() argument
1401 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() argument
1437 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 …]
Dvp9_ratectrl.h329 void vp9_configure_buffer_updates(struct VP9_COMP *cpi, int gf_group_index);
Dvp9_encodeframe.c3757 const int gf_group_index = cpi->twopass.gf_group.index; in get_rdmult_delta() local
3758 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() local
6027 } else if (gf_group_index && gf_group_index < MAX_ARF_GOP_SIZE && in encode_frame_internal()
Dvp9_encoder.c826 const int gf_group_index = gf_group->index; in setup_frame() local
839 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; local
7189 if (gf_group_index == 1) {
7361 if (gf_group_index == 1 &&
7362 cpi->twopass.gf_group.update_type[gf_group_index] == ARF_UPDATE &&