Home
last modified time | relevance | path

Searched refs:detect_transition_to_still (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c300 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/
Dfirstpass.c1381 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/
Dvp9_firstpass.c1804 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()