Searched refs:detect_transition_to_still (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1098 static int detect_transition_to_still(TWO_PASS *twopass, in detect_transition_to_still() function 1624 if (detect_transition_to_still(twopass, i, 5, loop_decay_rate, in define_gf_group() 1905 if (detect_transition_to_still(twopass, i, cpi->oxcf.key_freq - i, in find_next_key_frame()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1455 static int detect_transition_to_still( in detect_transition_to_still() function 1843 if ( detect_transition_to_still( cpi, i, 5, in define_gf_group() 2808 if ( detect_transition_to_still( cpi, i, in find_next_key_frame()
|