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

  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 150 UINT numCodeword;
170 numCodeword = pHcr->sectionInfo.numCodeword;
171 numSet = ((numCodeword - 1) / *pNumSegment) + 1;
178 numCodeword -=
180 if (numCodeword < *pNumSegment) {
181 codewordInSet = numCodeword; /* for last set */
    [all...]
aacdec_hcr_types.h 386 UINT numCodeword;
aacdec_hcr.cpp 657 codewords for all sections (numCodeword). For zero and intensity codebooks a
661 the end of the hcr tool. The variable numCodeword contain the number of
671 UINT numCodeword;
680 numCodeword = 0;
684 numCodeword += *pNumCodewordInSection;
689 pHcr->sectionInfo.numCodeword = numCodeword;
    [all...]

Completed in 5690 milliseconds