Lines Matching refs:winCnt
328 int winCnt = 0; in fdk_sacenc_frameWindow_GetWindow() local
361 winCnt = 0; in fdk_sacenc_frameWindow_GetWindow()
409 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()
416 applyRightWindowGain__FDK[winCnt] = in fdk_sacenc_frameWindow_GetWindow()
417 pWindowAna__FDK[winCnt][timeSlots - 1]; in fdk_sacenc_frameWindow_GetWindow()
418 winCnt++; in fdk_sacenc_frameWindow_GetWindow()
427 winCnt = 0; in fdk_sacenc_frameWindow_GetWindow()
434 FDKmemset_flex(pWindowAna__FDK[winCnt], FX_DBL2FX_WIN((FIXP_DBL)0), in fdk_sacenc_frameWindow_GetWindow()
436 FDKmemcpy_flex(&pWindowAna__FDK[winCnt][startSlope], 1, pTaperAna__FDK, 1, in fdk_sacenc_frameWindow_GetWindow()
438 FDKmemset_flex(&pWindowAna__FDK[winCnt][startRect], winMaxVal, in fdk_sacenc_frameWindow_GetWindow()
441 applyRightWindowGain__FDK[winCnt] = winMaxVal; in fdk_sacenc_frameWindow_GetWindow()
442 winCnt++; in fdk_sacenc_frameWindow_GetWindow()
445 for (w = 0; w < winCnt; w++) { in fdk_sacenc_frameWindow_GetWindow()