Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1395 FIRSTPASS_STATS tmp_next_frame; in detect_transition_to_still() local
1400 if (EOF == input_stats(cpi, &tmp_next_frame)) break; in detect_transition_to_still()
1402 decay_rate = get_prediction_decay_rate(cpi, &tmp_next_frame); in detect_transition_to_still()