Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1956 int arf_show_idx, int f_frames, int b_frames, in compute_arf_boost() argument
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()
2050 int arf_show_idx = get_show_idx(twopass); in calc_arf_boost() local
2051 return compute_arf_boost(frame_info, &twopass->first_pass_info, arf_show_idx, in calc_arf_boost()
2722 const int arf_show_idx = VPXMIN(gf_start_show_idx + gop_coding_frames + 1, in define_gf_group() local
2727 compute_arf_boost(frame_info, first_pass_info, arf_show_idx, f_frames, in define_gf_group()