Home
last modified time | relevance | path

Searched refs:lenOfLongestCodeword (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Dchannelinfo.h220 SCHAR lenOfLongestCodeword; member
Daacdec_hcr.cpp215 pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = 0; in CHcr_Read()
245 …pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = lengOfLongestCodeword; … in CHcr_Read()
249 …pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword = LEN_OF_LONGEST_CW_TOP_LENG… in CHcr_Read()
294 …LongestCodeword = pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword; in HcrInit()