Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtpl_model.c831 int gf_index; in init_gop_frames_for_tpl() local
837 for (gf_index = cur_frame_idx; gf_index <= gop_length; ++gf_index) { in init_gop_frames_for_tpl()
838 TplDepFrame *tpl_frame = &tpl_data->tpl_frame[gf_index]; in init_gop_frames_for_tpl()
839 FRAME_UPDATE_TYPE frame_update_type = gf_group->update_type[gf_index]; in init_gop_frames_for_tpl()
850 *pframe_qindex = gf_group->q_val[gf_index]; in init_gop_frames_for_tpl()
852 if (gf_index == cur_frame_idx) { in init_gop_frames_for_tpl()
857 gf_group->frame_disp_idx[gf_index] + in init_gop_frames_for_tpl()
860 int frame_display_index = gf_index == gf_group->size in init_gop_frames_for_tpl()
862 : gf_group->frame_disp_idx[gf_index]; in init_gop_frames_for_tpl()
894 if (refresh_mask) ref_picture_map[refresh_frame_map_index] = gf_index; in init_gop_frames_for_tpl()
[all …]
Dratectrl.c862 static int gf_group_pyramid_level(const GF_GROUP *gf_group, int gf_index) { in gf_group_pyramid_level() argument
863 return gf_group->layer_depth[gf_index]; in gf_group_pyramid_level()
902 int gf_index, int cq_level, in get_q_using_fixed_offsets() argument
906 const FRAME_UPDATE_TYPE update_type = gf_group->update_type[gf_index]; in get_q_using_fixed_offsets()
919 AOMMIN(gf_group->layer_depth[gf_index], FIXED_QP_OFFSET_COUNT - 1); in get_q_using_fixed_offsets()
1331 const int cq_level, const int gf_index) { in get_active_best_quality() argument
1342 gf_group->update_type[gf_index] == INTNL_ARF_UPDATE; in get_active_best_quality()
1383 int this_height = gf_group_pyramid_level(gf_group, gf_index); in get_active_best_quality()
1392 int height, int gf_index, in rc_pick_q_and_bounds_two_pass() argument
1413 gf_group->update_type[gf_index] == INTNL_ARF_UPDATE; in rc_pick_q_and_bounds_two_pass()
[all …]
Dratectrl.h256 int width, int height, int gf_index,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1663 const int gf_index = cpi->twopass.gf_group.index; in vp9_estimate_qp_gop() local
1678 cpi->twopass.gf_group.index = gf_index; in vp9_estimate_qp_gop()
1681 vp9_configure_buffer_updates(cpi, gf_index); in vp9_estimate_qp_gop()