Home
last modified time | relevance | path

Searched refs:tmp_next_frame (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1073 FIRSTPASS_STATS tmp_next_frame; in detect_transition_to_still() local
1077 if (EOF == input_stats(&cpi->twopass, &tmp_next_frame)) in detect_transition_to_still()
1080 if (tmp_next_frame.pcnt_inter - tmp_next_frame.pcnt_motion < 0.999) in detect_transition_to_still()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1475 FIRSTPASS_STATS tmp_next_frame; in detect_transition_to_still() local
1481 if (EOF == input_stats(cpi, &tmp_next_frame)) in detect_transition_to_still()
1484 decay_rate = get_prediction_decay_rate(cpi, &tmp_next_frame); in detect_transition_to_still()