Searched defs:this_frame (Results 1 – 4 of 4) 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() 1334 FIRSTPASS_STATS this_frame; in vp8_init_second_pass() local 1541 FIRSTPASS_STATS * this_frame, in accumulate_frame_motion_stats() 1587 FIRSTPASS_STATS * this_frame, in calc_frame_boost() 1627 FIRSTPASS_STATS this_frame; in calc_arf_boost() local 1738 static void define_gf_group(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in define_gf_group() 2357 static void assign_std_frame_bits(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame) in assign_std_frame_bits() 2418 FIRSTPASS_STATS this_frame = {0}; in vp8_second_pass() local 2625 …test_candidate_kf(VP8_COMP *cpi, FIRSTPASS_STATS *last_frame, FIRSTPASS_STATS *this_frame, FIRSTP… in test_candidate_kf() 2714 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 | 231 const FIRSTPASS_STATS *this_frame) { in calculate_modified_err() 1179 const FIRSTPASS_STATS *this_frame, in calc_frame_boost() 1219 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost() local 1257 const FIRSTPASS_STATS *this_frame = read_frame_stats(twopass, i + offset); in calc_arf_boost() local 1513 static void define_gf_group(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) { in define_gf_group() 1755 const FIRSTPASS_STATS *this_frame, in test_candidate_kf() 1830 static void find_next_key_frame(VP9_COMP *cpi, FIRSTPASS_STATS *this_frame) { in find_next_key_frame() 2123 FIRSTPASS_STATS this_frame; in vp9_rc_get_second_pass_params() local
|
D | vp9_encoder.c | 1423 void write_cx_frame_to_file(YV12_BUFFER_CONFIG *frame, int this_frame) { in write_cx_frame_to_file()
|
/external/webp/src/demux/ |
D | demux.c | 806 const int this_frame = frame_set->frame_num_; in GetFragment() local
|