HomeSort by relevance Sort by last modified time
    Searched refs:WindowShape (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
channelinfo.cpp 135 pIcsInfo->WindowShape = 0;
142 pIcsInfo->WindowShape = (UCHAR) FDKreadBits(bs,1);
144 if (pIcsInfo->WindowShape) {
145 pIcsInfo->WindowShape = 2; /* select low overlap instead of KBD */
channelinfo.h 161 UCHAR WindowShape; /* 0: sine window, 1: KBD, 2: low overlap */
388 return pIcsInfo->WindowShape;
conceal.cpp 339 pConcealChannelInfo->windowShape = 0;
668 tWindowShape = hConcealmentInfo->windowShape;
675 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo);
711 pIcsInfo->WindowShape = tWindowShape;
781 pAacDecoderChannelInfo->icsInfo.WindowShape = hConcealmentInfo->windowShape;
871 pIcsInfo->WindowShape = pConcealmentInfo->windowShape;
930 pIcsInfo->WindowShape = pConcealmentInfo->windowShape; /* Prevent an invalid WindowShape (required for F/T transform) *
    [all...]

Completed in 295 milliseconds