Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp172 …blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowS… in FDKaacEnc_InitBlockSwitching()
221 blockSwitchingControl->windowShape = SINE_WINDOW; in FDKaacEnc_BlockSwitching()
312 …blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames… in FDKaacEnc_BlockSwitching()
412 …blockSwitchingControlLeft->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowSh… in FDKaacEnc_SyncBlockSwitching()
413 …blockSwitchingControlRight->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowSh… in FDKaacEnc_SyncBlockSwitching()
528 blockSwitchingControlLeft->windowShape = LOL_WINDOW; in FDKaacEnc_SyncBlockSwitching()
537 blockSwitchingControlRight->windowShape = LOL_WINDOW; in FDKaacEnc_SyncBlockSwitching()
Dtransform.cpp105 const INT windowShape, in FDKaacEnc_Transform_Real() argument
140 int offset = (windowShape == LOL_WINDOW) ? ((frameLength * 3)>>2) : 0; in FDKaacEnc_Transform_Real()
169 pRightWindowPart = FDKgetWindowSlope(fr, windowShape); in FDKaacEnc_Transform_Real()
260 *prevWindowShape = windowShape; in FDKaacEnc_Transform_Real()
Dtransform.h116 const INT windowShape,
Dblock_switch.h111 INT windowShape; member
Dinterface.h123 INT windowShape; member
Dbitenc.cpp174 INT windowShape, in FDKaacEnc_encodeIcsInfo() argument
198 FDKwriteBits(hBitStream, (windowShape == LOL_WINDOW) ? KBD_WINDOW : windowShape,1); in FDKaacEnc_encodeIcsInfo()
1098 psyOutChannel[ch]->windowShape, in FDKaacEnc_ChannelElementWrite()
Dpsy_main.cpp614 psyStatic[ch]->blockSwitchingControl.windowShape, in FDKaacEnc_psyMain()
1306 psyOutChannel[ch]->windowShape = psyStatic[ch]->blockSwitchingControl.windowShape; in FDKaacEnc_psyMain()
1314 psyOutChannel[ch]->windowShape = SINE_WINDOW; in FDKaacEnc_psyMain()
/external/aac/libAACdec/src/
Dconceal.cpp339 pConcealChannelInfo->windowShape = 0; in CConcealment_InitChannelData()
668 tWindowShape = hConcealmentInfo->windowShape; in CConcealment_Store()
675 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo); in CConcealment_Store()
781 pAacDecoderChannelInfo->icsInfo.WindowShape = hConcealmentInfo->windowShape; in CConcealment_Apply()
872 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; in CConcealment_ApplyNoise()
931 …pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (re… in CConcealment_ApplyNoise()
1034 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; in CConcealment_ApplyInter()
1260 …pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (re… in CConcealment_ApplyInter()
Dconceal_types.h169 UCHAR windowShape; member