Searched refs:smoothed_new_shift (Results 1 – 1 of 1) sorted by relevance
1425 static float smoothed_new_shift = -1.0; in __mf_adapt_cache() local1457 if (smoothed_new_shift < 0) smoothed_new_shift = __mf_lc_shift; in __mf_adapt_cache()1459 smoothed_new_shift = 0.9*smoothed_new_shift + 0.1*i; in __mf_adapt_cache()1460 new_shift = (unsigned) (smoothed_new_shift + 0.5); in __mf_adapt_cache()