Searched refs:reset_fpf_position (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 80 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position) { in reset_fpf_position() function 1308 reset_fpf_position(cpi, start_pos); in vp8_init_second_pass() 1326 reset_fpf_position(cpi, start_pos); /* Reset file position */ in vp8_init_second_pass() 1399 reset_fpf_position(cpi, position); in detect_transition_to_still() 1990 reset_fpf_position(cpi, start_pos); in define_gf_group() 2166 reset_fpf_position(cpi, start_pos); in define_gf_group() 2187 reset_fpf_position(cpi, start_pos); in define_gf_group() 2512 reset_fpf_position(cpi, start_pos); in test_candidate_kf() 2647 reset_fpf_position(cpi, start_position); in find_next_key_frame() 2665 reset_fpf_position(cpi, current_pos); in find_next_key_frame() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 83 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) { in reset_fpf_position() function 1764 reset_fpf_position(twopass, start_pos); in define_gf_group() 1801 reset_fpf_position(twopass, start_pos); in define_gf_group() 1856 reset_fpf_position(twopass, start_pos); in define_gf_group() 2014 reset_fpf_position(twopass, start_pos); in test_candidate_kf() 2239 reset_fpf_position(twopass, start_position); in find_next_key_frame() 2288 reset_fpf_position(twopass, start_position); in find_next_key_frame() 2327 reset_fpf_position(twopass, start_position); in find_next_key_frame() 2608 reset_fpf_position(twopass, start_position); in av1_get_second_pass_params()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 65 static void reset_fpf_position(TWO_PASS *p, const FIRSTPASS_STATS *position) { in reset_fpf_position() function 2206 reset_fpf_position(twopass, start_pos); in find_arf_order() 2875 reset_fpf_position(twopass, start_pos); in define_gf_group() 3253 reset_fpf_position(twopass, start_position); in find_next_key_frame() 3302 reset_fpf_position(twopass, start_position); in find_next_key_frame()
|