Searched defs:this_frame (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 235 FIRSTPASS_STATS *this_frame) { in calculate_modified_err() 1256 FIRSTPASS_STATS this_frame; in vp8_init_second_pass() local 1455 FIRSTPASS_STATS *this_frame, in accumulate_frame_motion_stats() 1494 static double calc_frame_boost(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame, in calc_frame_boost() 1528 FIRSTPASS_STATS this_frame; in calc_arf_boost() local 1625 static void define_gf_group(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) { in define_gf_group() 2200 static void assign_std_frame_bits(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) { in assign_std_frame_bits() 2258 FIRSTPASS_STATS this_frame; in vp8_second_pass() local 2442 FIRSTPASS_STATS *this_frame, in test_candidate_kf() 2527 static void find_next_key_frame(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) { in find_next_key_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 228 const FIRSTPASS_STATS *this_frame) { in calculate_active_area() 244 const FIRSTPASS_STATS *this_frame) { in calculate_mod_frame_score() 266 const FIRSTPASS_STATS *this_frame) { in calculate_norm_frame_score() 1900 static double calc_frame_boost(VP9_COMP *cpi, const FIRSTPASS_STATS *this_frame, in calc_frame_boost() 1931 const FIRSTPASS_STATS *this_frame, in calc_kf_frame_boost() 1977 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost() local 2017 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost() local 2319 static void define_gf_group(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) { in define_gf_group() 2661 const FIRSTPASS_STATS *this_frame, in test_candidate_kf() 2754 static void find_next_key_frame(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) { in find_next_key_frame() [all …]
|