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

  /external/aac/libAACdec/src/
channelinfo.h 220 SCHAR lenOfLongestCodeword;
aacdec_hcr.cpp 215 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = 0;
245 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = lengOfLongestCodeword; /* the decoded value is within range */
249 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = LEN_OF_LONGEST_CW_TOP_LENGTH; /* use valid maximum */
294 pHcr->decInOut.lengthOfLongestCodeword = pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword;
    [all...]

Completed in 69 milliseconds