Home
last modified time | relevance | path

Searched refs:gop_coding_frames (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_firstpass.c2375 const int gop_coding_frames = gop_decision->gop_coding_frames; in ext_rc_define_gf_group_structure() local
2377 const int show_frame_count = gop_coding_frames - gop_decision->use_alt_ref; in ext_rc_define_gf_group_structure()
2381 for (int i = frame_index; i < gop_coding_frames; i++) { in ext_rc_define_gf_group_structure()
2420 gf_group->gf_group_size = gop_coding_frames; in ext_rc_define_gf_group_structure()
2651 int gop_coding_frames; in get_gop_coding_frame_num() local
2654 gop_coding_frames = 0; in get_gop_coding_frame_num()
2655 while (gop_coding_frames < rc->static_scene_max_gf_interval && in get_gop_coding_frame_num()
2656 gop_coding_frames < rc->frames_to_key) { in get_gop_coding_frame_num()
2660 ++gop_coding_frames; in get_gop_coding_frame_num()
2663 gf_start_show_idx + gop_coding_frames); in get_gop_coding_frame_num()
[all …]
/aosp_15_r20/external/libvpx/test/
H A Dvp9_ext_ratectrl_test.cc53 gop_decision.gop_coding_frames = in GetCurrentGop()
64 for (int i = 2; i < gop_decision.gop_coding_frames; ++i) { in GetCurrentGop()
74 gop_decision.gop_coding_frames = 1; in GetCurrentGop()
/aosp_15_r20/external/libvpx/vpx/
H A Dvpx_ext_ratectrl.h396 int gop_coding_frames; /**< The number of frames of this GOP */ member