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

  /external/aac/libSACenc/src/
sacenc_framewindowing.cpp 186 HANDLE_FRAMEWINDOW hFrameWindow,
190 if ((hFrameWindow == NULL) || (pFrameWindowConfig == NULL)) {
196 hFrameWindow->bFrameKeep = pFrameWindowConfig->bFrameKeep;
197 hFrameWindow->nTimeSlotsMax = pFrameWindowConfig->nTimeSlotsMax;
202 hFrameWindow->startSlope = 0;
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_framewindowing.h 163 HANDLE_FRAMEWINDOW hFrameWindow,
170 HANDLE_FRAMEWINDOW hFrameWindow, INT tr_pos[MAX_NUM_PARAMS],
sacenc_lib.cpp 182 hFrameWindow; /* Windowing, only created+updated, but not used */
470 (error = fdk_sacenc_frameWindow_Create(&hEnc->hFrameWindow))) {
757 hEnc->hFrameWindow, &framewindowConfig))) {
    [all...]

Completed in 90 milliseconds