Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h253 int kf_show_idx, int min_gf_interval);
Dvp9_firstpass.c3074 int kf_show_idx, int min_gf_interval) { in vp9_get_frames_to_next_key() argument
3078 int max_frames_to_key = first_pass_info->num_frames - kf_show_idx; in vp9_get_frames_to_next_key()
3090 if (kf_show_idx + frames_to_key + 1 < first_pass_info->num_frames) { in vp9_get_frames_to_next_key()
3094 first_pass_info, kf_show_idx + frames_to_key + 1); in vp9_get_frames_to_next_key()
3097 if (test_candidate_kf(first_pass_info, kf_show_idx + frames_to_key)) in vp9_get_frames_to_next_key()
3118 int show_idx = kf_show_idx + frames_to_key; in vp9_get_frames_to_next_key()
3131 static void find_next_key_frame(VP9_COMP *cpi, int kf_show_idx) { in find_next_key_frame() argument
3141 fps_get_frame_stats(first_pass_info, kf_show_idx); in find_next_key_frame()
3188 oxcf, frame_info, first_pass_info, kf_show_idx, rc->min_gf_interval); in find_next_key_frame()
3202 fps_get_frame_stats(first_pass_info, kf_show_idx + i); in find_next_key_frame()