Searched refs:lengthOfLongestCodeword (Results 1 – 2 of 2) sorted by relevance
113 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword,193 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword, in errDetectorInHcrLengths() argument197 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() local862 segmentWidth = FDKmin(pMaxCwLength[sortedCodebook],lengthOfLongestCodeword); in HcrPrepareSegmentationGrid()924 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword; in HcrExtendedSectionInfo() local961 …xtSrtSec[xSrtScCnt] = FDKmin(pMaxCwLength[pExtendedSortedCoBo[xSrtScCnt]],lengthOfLongestCodeword); in HcrExtendedSectionInfo()
281 SCHAR lengthOfLongestCodeword; member