Searched refs:windowShape (Results 1 – 9 of 9) sorted by relevance
172 …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()
105 const INT windowShape, in FDKaacEnc_Transform_Real() argument140 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()
116 const INT windowShape,
111 INT windowShape; member
123 INT windowShape; member
174 INT windowShape, in FDKaacEnc_encodeIcsInfo() argument198 FDKwriteBits(hBitStream, (windowShape == LOL_WINDOW) ? KBD_WINDOW : windowShape,1); in FDKaacEnc_encodeIcsInfo()1098 psyOutChannel[ch]->windowShape, in FDKaacEnc_ChannelElementWrite()
614 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()
339 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()
169 UCHAR windowShape; member