Searched refs:prev_avg (Results 1 – 2 of 2) sorted by relevance
189 where `curr_avg` is the current reported phase offset, `prev_avg` is the
4032 static s16 exponential_average(s16 prev_avg, s16 val, u8 depth) in exponential_average() argument4034 return ((depth-1)*prev_avg + val)/depth; in exponential_average()