Searched defs:this_frame (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 264 static double calculate_modified_err(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in calculate_modified_err() 1333 FIRSTPASS_STATS this_frame; in vp8_init_second_pass() local 1542 FIRSTPASS_STATS * this_frame, in accumulate_frame_motion_stats() 1589 FIRSTPASS_STATS * this_frame, in calc_frame_boost() 1629 FIRSTPASS_STATS this_frame; in calc_arf_boost() local 1740 static void define_gf_group(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in define_gf_group() 2359 static void assign_std_frame_bits(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in assign_std_frame_bits() 2420 FIRSTPASS_STATS this_frame = {0}; in vp8_second_pass() local 2627 …test_candidate_kf(VP8_COMP *cpi, FIRSTPASS_STATS *last_frame, FIRSTPASS_STATS *this_frame, FIRSTP… in test_candidate_kf() 2716 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 | 241 const FIRSTPASS_STATS *this_frame) { in calculate_active_area() 256 const FIRSTPASS_STATS *this_frame) { in calculate_modified_err() 1483 const FIRSTPASS_STATS *this_frame, in calc_frame_boost() 1530 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost() local 1569 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost() local 1848 static void define_gf_group(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) { in define_gf_group() 2184 const FIRSTPASS_STATS *this_frame, in test_candidate_kf() 2268 static void find_next_key_frame(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) { in find_next_key_frame() 2589 FIRSTPASS_STATS this_frame; in vp9_rc_get_second_pass_params() local
|
/external/opencv3/3rdparty/libwebp/demux/ |
D | demux.c | 757 const int this_frame = frame_set->frame_num_; in GetFragment() local
|