Searched refs:reset_fpf_position (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 79 static void reset_fpf_position(struct twopass_rc *p, in reset_fpf_position() function 1014 reset_fpf_position(twopass, start_pos); in vp9_init_second_pass() 1037 reset_fpf_position(twopass, start_pos); in vp9_init_second_pass() 1084 reset_fpf_position(&cpi->twopass, position); in detect_transition_to_still() 1662 reset_fpf_position(twopass, start_pos); in define_gf_group() 1773 reset_fpf_position(twopass, start_pos); in define_gf_group() 1786 reset_fpf_position(twopass, start_pos); in define_gf_group() 1889 reset_fpf_position(&cpi->twopass, start_pos); in test_candidate_kf() 1994 reset_fpf_position(twopass, start_position); in find_next_key_frame() 2037 reset_fpf_position(twopass, start_position); in find_next_key_frame() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | firstpass.c | 82 static void reset_fpf_position(VP8_COMP *cpi, FIRSTPASS_STATS *Position) in reset_fpf_position() function 1387 reset_fpf_position(cpi, start_pos); in vp8_init_second_pass() 1405 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() 2709 reset_fpf_position(cpi, start_pos); in test_candidate_kf() 2851 reset_fpf_position(cpi, start_position); in find_next_key_frame() 2870 reset_fpf_position(cpi, current_pos); in find_next_key_frame() [all …]
|