Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1460 double decay_accumulator ) in detect_transition_to_still() argument
1470 (decay_accumulator < 0.9) ) in detect_transition_to_still()
1632 double decay_accumulator = 1.0; in calc_arf_boost() local
1662 decay_accumulator = in calc_arf_boost()
1663 decay_accumulator * in calc_arf_boost()
1665 decay_accumulator = in calc_arf_boost()
1666 decay_accumulator < 0.1 ? 0.1 : decay_accumulator; in calc_arf_boost()
1668 boost_score += (decay_accumulator * r); in calc_arf_boost()
1685 decay_accumulator = 1.0; in calc_arf_boost()
1713 decay_accumulator = in calc_arf_boost()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1210 double decay_accumulator = 1.0; in calc_arf_boost() local
1236 decay_accumulator *= get_prediction_decay_rate(&cpi->common, this_frame); in calc_arf_boost()
1237 decay_accumulator = decay_accumulator < MIN_DECAY_FACTOR in calc_arf_boost()
1238 ? MIN_DECAY_FACTOR : decay_accumulator; in calc_arf_boost()
1241 boost_score += decay_accumulator * calc_frame_boost(twopass, this_frame, in calc_arf_boost()
1250 decay_accumulator = 1.0; in calc_arf_boost()
1274 decay_accumulator *= get_prediction_decay_rate(&cpi->common, this_frame); in calc_arf_boost()
1275 decay_accumulator = decay_accumulator < MIN_DECAY_FACTOR in calc_arf_boost()
1276 ? MIN_DECAY_FACTOR : decay_accumulator; in calc_arf_boost()
1279 boost_score += decay_accumulator * calc_frame_boost(twopass, this_frame, in calc_arf_boost()
[all …]