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 142 UINT numCodeword;
164 numCodeword = pHcr->sectionInfo.numCodeword;
165 numSet = ((numCodeword - 1) / *pNumSegment) + 1;
176 numCodeword -= *pNumSegment; /* number of remaining non PCWs [for all sets] */
177 if ( numCodeword < *pNumSegment ) {
178 codewordInSet = numCodeword; /* for last set */
    [all...]
aacdec_hcr_types.h 315 UINT numCodeword;
aacdec_hcr.cpp 703 for all sections (numCodeword).
709 The variable numCodeword contain the number of codewords which are really
719 UINT numCodeword;
727 numCodeword = 0;
731 numCodeword += *pNumCodewordInSection;
736 pHcr->sectionInfo.numCodeword = numCodeword;
    [all...]

Completed in 361 milliseconds