Searched refs:NUM_FREQ_CUTOFF (Results 1 – 2 of 2) sorted by relevance
74 #define NUM_FREQ_CUTOFF 24 // we're using 24 steps in the freq range macro
843 … filterCutoff = (u32)( ((f32)(tick) / (f32)(MAX_TICK_RANGE)) * (f32)(NUM_FREQ_CUTOFF - 1)); in status_win_update()