Searched refs:detect_transition_to_still (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1456 static int detect_transition_to_still( in detect_transition_to_still() function 1845 if ( detect_transition_to_still( cpi, i, 5, in define_gf_group() 2810 if ( detect_transition_to_still( cpi, i, in find_next_key_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1405 static int detect_transition_to_still(VP9_COMP *cpi, in detect_transition_to_still() function 1993 if (detect_transition_to_still(cpi, i, 5, loop_decay_rate, in define_gf_group() 2346 if (detect_transition_to_still(cpi, i, cpi->oxcf.key_freq - i, in find_next_key_frame()
|