HomeSort by relevance Sort by last modified time
    Searched refs:timeSlots (Results 1 - 23 of 23) sorted by null

  /external/aac/libSACenc/src/
sacenc_framewindowing.cpp 152 static void calcTaperWin(FIXP_WIN *pTaperWin, INT timeSlots) {
156 for (i = 0; i < timeSlots; i++) {
157 x = fDivNormHighPrec((FIXP_DBL)i, (FIXP_DBL)timeSlots, &scale);
165 pTaperWin[timeSlots] = FX_DBL2FX_WIN((FIXP_DBL)MAXVAL_DBL);
200 int timeSlots = pFrameWindowConfig->nTimeSlotsMax;
203 hFrameWindow->stopSlope = ((3 * timeSlots) >> 1) - 1;
204 hFrameWindow->startRect = timeSlots >> 1;
205 hFrameWindow->stopRect = timeSlots;
206 calcTaperWin(hFrameWindow->pTaperSyn__FDK, timeSlots >> 1);
207 hFrameWindow->taperSynLen = timeSlots >> 1
    [all...]
sacenc_onsetdetect.h 147 const INT timeSlots);