Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp142 UINT numCodeword; in DecodeNonPCWs() local
164 numCodeword = pHcr->sectionInfo.numCodeword; in DecodeNonPCWs()
165 numSet = ((numCodeword - 1) / *pNumSegment) + 1; in DecodeNonPCWs()
176numCodeword -= *pNumSegment; /* number of remaining non PCWs [for all s… in DecodeNonPCWs()
177 if ( numCodeword < *pNumSegment ) { in DecodeNonPCWs()
178 codewordInSet = numCodeword; /* for last set */ in DecodeNonPCWs()
Daacdec_hcr_types.h315 UINT numCodeword; member
Daacdec_hcr.cpp719 UINT numCodeword; in HcrCalcNumCodeword() local
727 numCodeword = 0; in HcrCalcNumCodeword()
731 numCodeword += *pNumCodewordInSection; in HcrCalcNumCodeword()
736 pHcr->sectionInfo.numCodeword = numCodeword; in HcrCalcNumCodeword()