Home
last modified time | relevance | path

Searched refs:FDKmemset_flex (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSACenc/src/
Dsacenc_framewindowing.cpp409 FDKmemset_flex(pWindowAna__FDK[winCnt], FX_DBL2FX_WIN((FIXP_DBL)0), in fdk_sacenc_frameWindow_GetWindow()
411 FDKmemset_flex(&pWindowAna__FDK[winCnt][start], winMaxVal, in fdk_sacenc_frameWindow_GetWindow()
413 FDKmemset_flex(&pWindowAna__FDK[winCnt][stop + 1], in fdk_sacenc_frameWindow_GetWindow()
434 FDKmemset_flex(pWindowAna__FDK[winCnt], FX_DBL2FX_WIN((FIXP_DBL)0), in fdk_sacenc_frameWindow_GetWindow()
438 FDKmemset_flex(&pWindowAna__FDK[winCnt][startRect], winMaxVal, in fdk_sacenc_frameWindow_GetWindow()
451 FDKmemset_flex(&pWindowAna__FDK[w][timeSlots], winMaxVal, in fdk_sacenc_frameWindow_GetWindow()
453 FDKmemset_flex(&pWindowAna__FDK[w][p_r], FX_DBL2FX_WIN((FIXP_DBL)0), in fdk_sacenc_frameWindow_GetWindow()
458 FDKmemset_flex(&pWindowAna__FDK[w][timeSlots], winMaxVal, in fdk_sacenc_frameWindow_GetWindow()
462 FDKmemset_flex(&pWindowAna__FDK[w][stopSlope + 1], in fdk_sacenc_frameWindow_GetWindow()
480 FDKmemset_flex(&pWindowAna__FDK[w][timeSlots], in fdk_sacenc_frameWindow_GetWindow()
[all …]
Dsacenc_onsetdetect.cpp200 FDKmemset_flex( in fdk_sacenc_onsetDetect_Init()
252 FDKmemset_flex(&hOnset->pEnergyHist__FDK[hOnset->avgEnergyDistance], in fdk_sacenc_onsetDetect_Update()
295 FDKmemset_flex(pTransientPos, -1, MAX_NUM_TRANS); in fdk_sacenc_onsetDetect_Apply()
Dsacenc_vectorfunctions.h480 inline void FDKmemset_flex(T *const x, const T c, const INT nSamples) { in FDKmemset_flex() function