Home
last modified time | relevance | path

Searched refs:WindowShape (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Dchannelinfo.cpp138 pIcsInfo->WindowShape = 0; in IcsRead()
144 pIcsInfo->WindowShape = (UCHAR)FDKreadBits(bs, 1); in IcsRead()
146 if (pIcsInfo->WindowShape) { in IcsRead()
147 pIcsInfo->WindowShape = 2; /* select low overlap instead of KBD */ in IcsRead()
Dconceal.cpp620 pIcsInfo->WindowShape = tWindowShape; in CConcealment_Store()
661 hConcealmentInfo->windowShape = pAacDecoderChannelInfo->icsInfo.WindowShape; in CConcealment_Apply()
724 pAacDecoderChannelInfo->icsInfo.WindowShape = in CConcealment_Apply()
761 pIcsInfo->WindowShape = hConcealmentInfo->windowShape; in CConcealment_Apply()
828 pIcsInfo->WindowShape = in CConcealment_ApplyNoise()
895 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; in CConcealment_ApplyInter()
933 pIcsInfo->WindowShape = (samplesPerFrame <= 512) ? 2 : 1; in CConcealment_ApplyInter()
976 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
1014 pIcsInfo->WindowShape = (samplesPerFrame <= 512) ? 2 : 1; in CConcealment_ApplyInter()
1031 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
[all …]
Dchannelinfo.h172 UCHAR WindowShape; /* 0: sine window, 1: KBD, 2: low overlap */ member
504 return pIcsInfo->WindowShape; in GetWindowShape()
Dchannel.cpp496 pAacDecoderChannelInfo[0]->icsInfo.WindowShape; in CChannelElement_Read()
Dstereo.cpp601 int currentShape = (int)pAacDecoderChannelInfo[L]->icsInfo.WindowShape; in CJointStereo_ApplyMS()