Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h162 static INLINE int fps_get_num_frames(const FIRST_PASS_INFO *first_pass_info) { in fps_get_num_frames() function
Dvp9_firstpass.c1812 int num_frames = fps_get_num_frames(first_pass_info); in check_transition_to_still()
2723 fps_get_num_frames(first_pass_info)); in define_gf_group()
2736 VPXMIN(gf_start_show_idx + 1, fps_get_num_frames(first_pass_info)); in define_gf_group()
3041 if (show_idx + 1 + i == fps_get_num_frames(first_pass_info) - 1) break; in test_candidate_kf()