Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c248 static double get_sr_decay_rate(const AV1_COMP *cpi, in get_sr_decay_rate() function
280 double sr_decay = get_sr_decay_rate(cpi, frame); in get_zero_motion_factor()
288 const double sr_decay_rate = get_sr_decay_rate(cpi, next_frame); in get_prediction_decay_rate()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1752 static double get_sr_decay_rate(const VP9_COMP *cpi, in get_sr_decay_rate() function
1784 double sr_decay = get_sr_decay_rate(cpi, frame); in get_zero_motion_factor()
1792 const double sr_decay_rate = get_sr_decay_rate(cpi, next_frame); in get_prediction_decay_rate()