Searched refs:tmp_next_frame (Results 1 – 2 of 2) sorted by relevance
1112 FIRSTPASS_STATS tmp_next_frame; in detect_transition_to_still() local1116 if (EOF == input_stats(twopass, &tmp_next_frame)) in detect_transition_to_still()1119 if (tmp_next_frame.pcnt_inter - tmp_next_frame.pcnt_motion < 0.999) in detect_transition_to_still()
1474 FIRSTPASS_STATS tmp_next_frame; in detect_transition_to_still() local1480 if (EOF == input_stats(cpi, &tmp_next_frame)) in detect_transition_to_still()1483 decay_rate = get_prediction_decay_rate(cpi, &tmp_next_frame); in detect_transition_to_still()