Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannelinfo.cpp135 pIcsInfo->WindowShape = 0; in IcsRead()
142 pIcsInfo->WindowShape = (UCHAR) FDKreadBits(bs,1); in IcsRead()
144 if (pIcsInfo->WindowShape) { in IcsRead()
145 pIcsInfo->WindowShape = 2; /* select low overlap instead of KBD */ in IcsRead()
Dconceal.cpp711 pIcsInfo->WindowShape = tWindowShape; 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()
1071 pIcsInfo->WindowShape = 1; in CConcealment_ApplyInter()
1120 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
1162 pIcsInfo->WindowShape = 1; in CConcealment_ApplyInter()
1180 pIcsInfo->WindowShape = 0; in CConcealment_ApplyInter()
1260 …pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (re… in CConcealment_ApplyInter()
Dchannelinfo.h161 UCHAR WindowShape; /* 0: sine window, 1: KBD, 2: low overlap */ member
388 return pIcsInfo->WindowShape; in GetWindowShape()