HomeSort by relevance Sort by last modified time
    Searched refs:lengthOfLongestCodeword (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
aacdec_hcr.cpp 122 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword,
187 static void errDetectorInHcrLengths(SCHAR lengthOfLongestCodeword,
190 if (lengthOfReorderedSpectralData < lengthOfLongestCodeword) {
279 pHcr->decInOut.lengthOfLongestCodeword =
369 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword,
382 errDetectorInHcrLengths(pHcr->decInOut.lengthOfLongestCodeword,
809 SCHAR lengthOfLongestCodeword = pHcr->decInOut.lengthOfLongestCodeword;
824 fMin((INT)pMaxCwLength[sortedCodebook], (INT)lengthOfLongestCodeword);
    [all...]
aacdec_hcr_types.h 221 separately transmitted 'lengthOfLongestCodeword' in this frame and channel.
313 0x00000100 // 8 yes Init-Dec LengthOfLongestCodeword must not be
354 SCHAR lengthOfLongestCodeword;

Completed in 303 milliseconds