Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp113 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword,
193 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword, in errDetectorInHcrLengths() argument
197 if ( lengthOfReorderedSpectralData < lengthOfLongestCodeword ) { in errDetectorInHcrLengths()
294 …pHcr->decInOut.lengthOfLongestCodeword = pAacDecoderChannelInfo->pDynData->specificTo.a… in HcrInit()
375 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword, in HcrInit()
390 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword, in HcrInit()
849 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword; in HcrPrepareSegmentationGrid() local
862 segmentWidth = FDKmin(pMaxCwLength[sortedCodebook],lengthOfLongestCodeword); in HcrPrepareSegmentationGrid()
924 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword; in HcrExtendedSectionInfo() local
961 …xtSrtSec[xSrtScCnt] = FDKmin(pMaxCwLength[pExtendedSortedCoBo[xSrtScCnt]],lengthOfLongestCodeword); in HcrExtendedSectionInfo()
Daacdec_hcr_types.h281 SCHAR lengthOfLongestCodeword; member