Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dtransform.cpp119 const INT windowShape, INT *prevWindowShape, in FDKaacEnc_Transform_Real() argument
140 offset = (windowShape == LOL_WINDOW) ? ((frameLength * 3) >> 2) : 0; in FDKaacEnc_Transform_Real()
156 FDKgetWindowSlope(fr, windowShape), fr, mdctData_e); in FDKaacEnc_Transform_Real()
166 *prevWindowShape = windowShape; in FDKaacEnc_Transform_Real()
174 const INT blockType, const INT windowShape, in FDKaacEnc_Transform_Real_Eld() argument
291 *prevWindowShape = windowShape; in FDKaacEnc_Transform_Real_Eld()
Dblock_switch.cpp186 blockSwitchingControl->windowShape = in FDKaacEnc_InitBlockSwitching()
242 blockSwitchingControl->windowShape = SINE_WINDOW; in FDKaacEnc_BlockSwitching()
341 blockSwitchingControl->windowShape = in FDKaacEnc_BlockSwitching()
449 blockSwitchingControlLeft->windowShape = in FDKaacEnc_SyncBlockSwitching()
452 blockSwitchingControlRight->windowShape = in FDKaacEnc_SyncBlockSwitching()
568 blockSwitchingControlLeft->windowShape = LOL_WINDOW; in FDKaacEnc_SyncBlockSwitching()
576 blockSwitchingControlRight->windowShape = LOL_WINDOW; in FDKaacEnc_SyncBlockSwitching()
Dtransform.h133 const INT windowShape, INT* prevWindowShape,
158 const INT blockType, const INT windowShape,
Dblock_switch.h125 INT windowShape; member
Dinterface.h126 INT windowShape; member
Dbitenc.cpp180 static INT FDKaacEnc_encodeIcsInfo(INT blockType, INT windowShape, in FDKaacEnc_encodeIcsInfo() argument
201 (windowShape == LOL_WINDOW) ? KBD_WINDOW : windowShape, 1); in FDKaacEnc_encodeIcsInfo()
1018 FDKaacEnc_encodeIcsInfo(chBlockType, psyOutChannel[ch]->windowShape, in FDKaacEnc_ChannelElementWrite()
Dpsy_main.cpp566 psyStatic[ch]->blockSwitchingControl.windowShape, in FDKaacEnc_psyMain()
576 psyStatic[ch]->blockSwitchingControl.windowShape, in FDKaacEnc_psyMain()
1261 psyOutChannel[ch]->windowShape = in FDKaacEnc_psyMain()
1262 psyStatic[ch]->blockSwitchingControl.windowShape; in FDKaacEnc_psyMain()
1270 psyOutChannel[ch]->windowShape = SINE_WINDOW; in FDKaacEnc_psyMain()
/external/aac/libAACdec/src/
Dconceal.cpp335 pConcealChannelInfo->windowShape = CONCEAL_NOT_DEFINED; in CConcealment_InitChannelData()
569 tWindowShape = hConcealmentInfo->windowShape; in CConcealment_Store()
576 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo); in CConcealment_Store()
658 if (hConcealmentInfo->windowShape == CONCEAL_NOT_DEFINED) { in CConcealment_Apply()
663 hConcealmentInfo->windowShape = pAacDecoderChannelInfo->icsInfo.WindowShape; in CConcealment_Apply()
727 hConcealmentInfo->windowShape; in CConcealment_Apply()
763 pIcsInfo->WindowShape = hConcealmentInfo->windowShape; in CConcealment_Apply()
831 pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape in CConcealment_ApplyNoise()
897 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; in CConcealment_ApplyInter()
1093 pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape in CConcealment_ApplyInter()
[all …]
Dconceal_types.h179 UCHAR windowShape; member