Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2476 int gop_coding_frames; in get_gop_coding_frame_num() local
2479 gop_coding_frames = 0; in get_gop_coding_frame_num()
2480 while (gop_coding_frames < rc->static_scene_max_gf_interval && in get_gop_coding_frame_num()
2481 gop_coding_frames < rc->frames_to_key) { in get_gop_coding_frame_num()
2485 ++gop_coding_frames; in get_gop_coding_frame_num()
2488 gf_start_show_idx + gop_coding_frames); in get_gop_coding_frame_num()
2496 first_pass_info, gf_start_show_idx + gop_coding_frames + 1); in get_gop_coding_frame_num()
2505 if ((rc->frames_since_key + gop_coding_frames - 1) > 1) { in get_gop_coding_frame_num()
2518 if (gop_coding_frames > rc->min_gf_interval && loop_decay_rate >= 0.999 && in get_gop_coding_frame_num()
2522 gf_start_show_idx + gop_coding_frames, in get_gop_coding_frame_num()
[all …]