Searched refs:detect_transition_to_still (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1059 static int detect_transition_to_still(VP9_COMP *cpi, int frame_interval, in detect_transition_to_still() function 1508 if (detect_transition_to_still(cpi, i, 5, loop_decay_rate, in define_gf_group() 1966 if (detect_transition_to_still(cpi, i, cpi->key_frame_frequency - i, in find_next_key_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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() 2811 if ( detect_transition_to_still( cpi, i, in find_next_key_frame()
|