Searched refs:reset_fpf_position (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 81 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position) in reset_fpf_position() function 1386 reset_fpf_position(cpi, start_pos); in vp8_init_second_pass() 1404 reset_fpf_position(cpi, start_pos); /* Reset file position */ in vp8_init_second_pass() 1489 reset_fpf_position(cpi, position); in detect_transition_to_still() 2146 reset_fpf_position(cpi, start_pos); in define_gf_group() 2334 reset_fpf_position(cpi, start_pos); in define_gf_group() 2354 reset_fpf_position(cpi, start_pos); in define_gf_group() 2708 reset_fpf_position(cpi, start_pos); in test_candidate_kf() 2850 reset_fpf_position(cpi, start_position); in find_next_key_frame() 2869 reset_fpf_position(cpi, current_pos); in find_next_key_frame() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 78 static void reset_fpf_position(TWO_PASS *p, in reset_fpf_position() function 2075 reset_fpf_position(twopass, start_pos); in define_gf_group() 2141 reset_fpf_position(twopass, start_pos); in define_gf_group() 2259 reset_fpf_position(twopass, start_pos); in test_candidate_kf() 2374 reset_fpf_position(twopass, start_position); in find_next_key_frame() 2432 reset_fpf_position(twopass, start_position); in find_next_key_frame() 2466 reset_fpf_position(twopass, start_position); in find_next_key_frame()
|