Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp122 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword,
187 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword, in errDetectorInHcrLengths() argument
190 if (lengthOfReorderedSpectralData < lengthOfLongestCodeword) { in errDetectorInHcrLengths()
279 pHcr->decInOut.lengthOfLongestCodeword = in HcrInit()
369 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword, in HcrInit()
382 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword, in HcrInit()
809 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword; in HcrPrepareSegmentationGrid() local
824 fMin((INT)pMaxCwLength[sortedCodebook], (INT)lengthOfLongestCodeword); in HcrPrepareSegmentationGrid()
887 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword; in HcrExtendedSectionInfo() local
921 (INT)lengthOfLongestCodeword); in HcrExtendedSectionInfo()
Daacdec_hcr_types.h354 SCHAR lengthOfLongestCodeword; member