Searched refs:smoothedPower (Results 1 – 2 of 2) sorted by relevance
146 static s32 smoothedPower[FFT_N/2+1]; variable321 MI_CpuClear32(smoothedPower, sizeof(smoothedPower)); in NitroMain()907 smoothedPower[i] += power[i] - (smoothedPower[i]/8); in SetDrawData()949 …for (j = 0; j < blockCount * DRAW_STEP && index < sizeof(smoothedPower)/sizeof(smoothedPower[0]); … in SetDrawData()951 tmpPower += smoothedPower[index]; in SetDrawData()981 tmpPower = smoothedPower[k] + smoothedPower[k+1]; in SetDrawData()
95 static s32 smoothedPower[FFT_N/2+1]; variable682 smoothedPower[i] += power[i] - (smoothedPower[i]/8); in CheckMicData()693 totalPower += smoothedPower[i]; in CheckMicData()