Searched refs:windowShape (Results 1 – 9 of 9) sorted by relevance
/external/aac/libAACenc/src/ |
D | transform.cpp | 119 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()
|
D | block_switch.cpp | 186 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()
|
D | transform.h | 133 const INT windowShape, INT* prevWindowShape, 158 const INT blockType, const INT windowShape,
|
D | block_switch.h | 125 INT windowShape; member
|
D | interface.h | 126 INT windowShape; member
|
D | bitenc.cpp | 180 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()
|
D | psy_main.cpp | 566 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/ |
D | conceal.cpp | 335 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 …]
|
D | conceal_types.h | 179 UCHAR windowShape; member
|