Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1476 double decay_rate; in detect_transition_to_still() local
1484 decay_rate = get_prediction_decay_rate(cpi, &tmp_next_frame); in detect_transition_to_still()
1485 if ( decay_rate < 0.999 ) in detect_transition_to_still()