Searched refs:AVG (Results 1 – 1 of 1) sorted by relevance
291 #define CAL_AVG_SNR_NF(AVG, SNRNF, N) \ argument292 (((AVG) == 0) ? ((u16)(SNRNF) * AVG_SCALE) : \293 ((((int)(AVG) * (N -1)) + ((u16)(SNRNF) * \