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

/external/aac/libAACdec/src/
H A Daacdec_hcr.cpp113 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword,
193 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword, argument
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; local
862 segmentWidth = FDKmin(pMaxCwLength[sortedCodebook],lengthOfLongestCodeword);
924 SCHAR lengthOfLongestCodeword local
[all...]
H A Daacdec_hcr_types.h199 codebook) and the separately transmitted 'lengthOfLongestCodeword' in this frame and channel. The number
281 SCHAR lengthOfLongestCodeword; member in struct:__anon14

Completed in 91 milliseconds