Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c243 #define DEFAULT_DECAY_LIMIT 0.75 macro
272 return AOMMAX(sr_decay, AOMMIN(DEFAULT_DECAY_LIMIT, modified_pct_inter)); in get_sr_decay_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1746 #define DEFAULT_DECAY_LIMIT 0.75 macro
1776 return VPXMAX(sr_decay, DEFAULT_DECAY_LIMIT); in get_sr_decay_rate()