Home | History | Annotate | Download | only in src

Lines Matching refs:lengthOfLongestCodeword

113 static void errDetectorInHcrLengths(SCHAR  lengthOfLongestCodeword,
193 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword,
197 if ( lengthOfReorderedSpectralData < lengthOfLongestCodeword ) {
294 pHcr->decInOut.lengthOfLongestCodeword = pAacDecoderChannelInfo->pDynData->specificTo.aac.lenOfLongestCodeword;
375 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword,
390 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword,
849 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword;
862 segmentWidth = FDKmin(pMaxCwLength[sortedCodebook],lengthOfLongestCodeword);
924 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword;
961 pMaxLenOfCbInExtSrtSec[xSrtScCnt] = FDKmin(pMaxCwLength[pExtendedSortedCoBo[xSrtScCnt]],lengthOfLongestCodeword);