Searched refs:detect_transition_to_still (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 300 static int detect_transition_to_still(AV1_COMP *cpi, int frame_interval, in detect_transition_to_still() function 862 if (detect_transition_to_still(cpi, i, 5, loop_decay_rate, in define_gf_group() 1299 if (detect_transition_to_still(cpi, i, cpi->oxcf.key_freq - i, in find_next_key_frame()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1381 static int detect_transition_to_still(VP8_COMP *cpi, int frame_interval, in detect_transition_to_still() function 1723 if (detect_transition_to_still(cpi, i, 5, loop_decay_rate, in define_gf_group() 2617 if (detect_transition_to_still(cpi, i, in find_next_key_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1804 static int detect_transition_to_still(VP9_COMP *cpi, int frame_interval, in detect_transition_to_still() function 2577 if (detect_transition_to_still(cpi, i, 5, loop_decay_rate, in define_gf_group() 2935 if (detect_transition_to_still(cpi, i, cpi->oxcf.key_freq - i, in find_next_key_frame()
|