Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1820 fps_get_frame_stats(first_pass_info, show_idx + j); in check_transition_to_still()
1971 fps_get_frame_stats(first_pass_info, arf_show_idx + i); in compute_arf_boost()
1973 fps_get_frame_stats(first_pass_info, arf_show_idx + i + 1); in compute_arf_boost()
2011 fps_get_frame_stats(first_pass_info, arf_show_idx + i); in compute_arf_boost()
2013 fps_get_frame_stats(first_pass_info, arf_show_idx + i + 1); in compute_arf_boost()
2487 next_frame = fps_get_frame_stats(first_pass_info, in get_gop_coding_frame_num()
2495 next_next_frame = fps_get_frame_stats( in get_gop_coding_frame_num()
2800 fps_get_frame_stats(first_pass_info, show_idx); in define_gf_group()
2981 fps_get_frame_stats(first_pass_info, show_idx - 1); in test_candidate_kf()
2983 fps_get_frame_stats(first_pass_info, show_idx); in test_candidate_kf()
[all …]
Dvp9_firstpass.h166 static INLINE const FIRSTPASS_STATS *fps_get_frame_stats( in fps_get_frame_stats() function