Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1346 #define DEFAULT_DECAY_LIMIT 0.75 macro
1376 return VPXMAX(sr_decay, VPXMIN(DEFAULT_DECAY_LIMIT, modified_pct_inter)); in get_sr_decay_rate()