Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1461 double decay_accumulator ) in detect_transition_to_still() argument
1471 (decay_accumulator < 0.9) ) in detect_transition_to_still()
1634 double decay_accumulator = 1.0; in calc_arf_boost() local
1664 decay_accumulator = in calc_arf_boost()
1665 decay_accumulator * in calc_arf_boost()
1667 decay_accumulator = in calc_arf_boost()
1668 decay_accumulator < 0.1 ? 0.1 : decay_accumulator; in calc_arf_boost()
1670 boost_score += (decay_accumulator * r); in calc_arf_boost()
1687 decay_accumulator = 1.0; in calc_arf_boost()
1715 decay_accumulator = in calc_arf_boost()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1521 double decay_accumulator = 1.0; in calc_arf_boost() local
1547 decay_accumulator *= get_prediction_decay_rate(cpi, this_frame); in calc_arf_boost()
1548 decay_accumulator = decay_accumulator < MIN_DECAY_FACTOR in calc_arf_boost()
1549 ? MIN_DECAY_FACTOR : decay_accumulator; in calc_arf_boost()
1552 boost_score += decay_accumulator * calc_frame_boost(cpi, this_frame, in calc_arf_boost()
1562 decay_accumulator = 1.0; in calc_arf_boost()
1586 decay_accumulator *= get_prediction_decay_rate(cpi, this_frame); in calc_arf_boost()
1587 decay_accumulator = decay_accumulator < MIN_DECAY_FACTOR in calc_arf_boost()
1588 ? MIN_DECAY_FACTOR : decay_accumulator; in calc_arf_boost()
1591 boost_score += decay_accumulator * calc_frame_boost(cpi, this_frame, in calc_arf_boost()
[all …]