Searched refs:CDP_SNR_AVG (Results 1 – 1 of 1) sorted by relevance
188 #define CDP_SNR_AVG(x, y) ((((x) << 2) + (y) - (x)) >> 2) macro190 #define CDP_SNR_UPDATE_AVG(x, y) x = CDP_SNR_AVG((x), CDP_SNR_IN((y)))