Searched refs:pEnergyHist__FDK (Results 1 – 1 of 1) sorted by relevance
128 FIXP_DBL *pEnergyHist__FDK; member148 FDK_ALLOCATE_MEMORY_1D(hOnset->pEnergyHist__FDK, 16 + maxTimeSlots, in fdk_sacenc_onsetDetect_Open()201 hOnset->pEnergyHist__FDK, in fdk_sacenc_onsetDetect_Init()217 if (NULL != (*phOnset)->pEnergyHist__FDK) { in fdk_sacenc_onsetDetect_Close()218 FDKfree((*phOnset)->pEnergyHist__FDK); in fdk_sacenc_onsetDetect_Close()220 (*phOnset)->pEnergyHist__FDK = NULL; in fdk_sacenc_onsetDetect_Close()247 hOnset->pEnergyHist__FDK[i] = hOnset->pEnergyHist__FDK[i + timeSlots]; in fdk_sacenc_onsetDetect_Update()252 FDKmemset_flex(&hOnset->pEnergyHist__FDK[hOnset->avgEnergyDistance], in fdk_sacenc_onsetDetect_Update()289 FIXP_DBL *env = hOnset->pEnergyHist__FDK; in fdk_sacenc_onsetDetect_Apply()