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

  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 155 pSta = pHcr->nonPcwSideinfo.pSta;
221 pHcr->nonPcwSideinfo.codewordOffset = codewordOffset; /* store in structure for states */
239 pHcr->nonPcwSideinfo.pState = aStateConstant2State[pSta[codewordOffset]];
241 while(pHcr->nonPcwSideinfo.pState) {
242 ret = ((STATEFUNC) pHcr->nonPcwSideinfo.pState)(bs, pHcr);
256 pHcr->nonPcwSideinfo.codewordOffset = codewordOffset;
264 pHcr->nonPcwSideinfo.codewordOffset = codewordOffset;
390 UCHAR *pCodebook = pHcr->nonPcwSideinfo.pCodebook;
391 UINT *iNode = pHcr->nonPcwSideinfo.iNode;
392 UCHAR *pCntSign = pHcr->nonPcwSideinfo.pCntSign
    [all...]
aacdec_hcr_types.h 357 HCR_NON_PCW_SIDEINFO nonPcwSideinfo;
aacdec_hcr.cpp 301 pHcr->nonPcwSideinfo.pResultBase = SPEC_LONG(pAacDecoderChannelInfo->pSpectralCoefficient);
    [all...]

Completed in 207 milliseconds