Searched refs:numCodeword (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp142 UINT numCodeword; local
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 */
H A Daacdec_hcr_types.h315 UINT numCodeword; member in struct:__anon18
H A Daacdec_hcr.cpp703 for all sections (numCodeword).
709 The variable numCodeword contain the number of codewords which are really
719 UINT numCodeword; local
727 numCodeword = 0;
731 numCodeword += *pNumCodewordInSection;
736 pHcr->sectionInfo.numCodeword = numCodeword;

Completed in 353 milliseconds