Searched refs:windowShape (Results 1 - 9 of 9) sorted by relevance

/external/aac/libAACenc/src/
H A Dtransform.h106 * \param windowShape index indicating the window slope type to be used.
116 const INT windowShape,
H A Dblock_switch.h111 INT windowShape; member in struct:__anon96
H A Dinterface.h123 INT windowShape; member in struct:__anon105
H A Dtransform.cpp105 const INT windowShape,
140 int offset = (windowShape == LOL_WINDOW) ? ((frameLength * 3)>>2) : 0;
169 pRightWindowPart = FDKgetWindowSlope(fr, windowShape);
260 *prevWindowShape = windowShape;
102 FDKaacEnc_Transform_Real(const INT_PCM * pTimeData, FIXP_DBL *RESTRICT mdctData, const INT blockType, const INT windowShape, INT *prevWindowShape, const INT frameLength, INT *mdctData_e, INT filterType ,FIXP_DBL * RESTRICT overlapAddBuffer ) argument
H A Dblock_switch.cpp172 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
221 blockSwitchingControl->windowShape = SINE_WINDOW;
312 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
412 blockSwitchingControlLeft->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlLeft->lastWindowSequence];
413 blockSwitchingControlRight->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchingControlRight->lastWindowSequence];
528 blockSwitchingControlLeft->windowShape = LOL_WINDOW;
537 blockSwitchingControlRight->windowShape = LOL_WINDOW;
H A Dbitenc.cpp174 INT windowShape,
198 FDKwriteBits(hBitStream, (windowShape == LOL_WINDOW) ? KBD_WINDOW : windowShape,1);
1098 psyOutChannel[ch]->windowShape,
173 FDKaacEnc_encodeIcsInfo(INT blockType, INT windowShape, INT groupingMask, INT maxSfbPerGroup, HANDLE_FDK_BITSTREAM hBitStream, UINT syntaxFlags) argument
H A Dpsy_main.cpp612 psyStatic[ch]->blockSwitchingControl.windowShape,
1299 psyOutChannel[ch]->windowShape = psyStatic[ch]->blockSwitchingControl.windowShape;
1307 psyOutChannel[ch]->windowShape = SINE_WINDOW;
/external/aac/libAACdec/src/
H A Dconceal_types.h169 UCHAR windowShape; member in struct:__anon49
H A Dconceal.cpp339 pConcealChannelInfo->windowShape = 0;
668 tWindowShape = hConcealmentInfo->windowShape;
675 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo);
781 pAacDecoderChannelInfo->icsInfo.WindowShape = hConcealmentInfo->windowShape;
871 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
930 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (required for F/T transform) */
1033 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
1259 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (required for F/T transform) */

Completed in 192 milliseconds