Searched refs:WindowShape (Results 1 - 3 of 3) sorted by path

/external/aac/libAACdec/src/
H A Dchannelinfo.cpp135 pIcsInfo->WindowShape = 0;
142 pIcsInfo->WindowShape = (UCHAR) FDKreadBits(bs,1);
144 if (pIcsInfo->WindowShape) {
145 pIcsInfo->WindowShape = 2; /* select low overlap instead of KBD */
H A Dchannelinfo.h161 UCHAR WindowShape; /* 0: sine window, 1: KBD, 2: low overlap */ member in struct:__anon35
388 return pIcsInfo->WindowShape;
H A Dconceal.cpp711 pIcsInfo->WindowShape = tWindowShape;
781 pAacDecoderChannelInfo->icsInfo.WindowShape = hConcealmentInfo->windowShape;
872 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
931 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (required for F/T transform) */
1034 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
1071 pIcsInfo->WindowShape = 1;
1120 pIcsInfo->WindowShape = 0;
1162 pIcsInfo->WindowShape = 1;
1180 pIcsInfo->WindowShape
[all...]

Completed in 579 milliseconds