Searched refs:DRAW_STEP (Results 1 – 1 of 1) sorted by relevance
44 #define DRAW_STEP MATH_MAX(FFT_N/2/256,1) // Number of steps to render macro45 #define DRAW_MAX MATH_MIN(FFT_N/2/DRAW_STEP, 256) // Independent power values other than …921 index = i * DRAW_STEP + 1; in SetDrawData()923 for (j = 0; j < DRAW_STEP; j++) in SetDrawData()929 tmpPower /= DRAW_STEP /*j*/; in SetDrawData()947 index = i * DRAW_STEP + 1; in SetDrawData()949 …for (j = 0; j < blockCount * DRAW_STEP && index < sizeof(smoothedPower)/sizeof(smoothedPower[0]); … in SetDrawData()