Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp875 UINT remainNumCwInSortSec; in HcrExtendedSectionInfo() local
890 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
894 if (inSegmentRemainNumCW < remainNumCwInSortSec) { in HcrExtendedSectionInfo()
898 remainNumCwInSortSec -= inSegmentRemainNumCW; in HcrExtendedSectionInfo()
902 } else if (inSegmentRemainNumCW == remainNumCwInSortSec) { in HcrExtendedSectionInfo()
907 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
911 pNumExtSortCwInSect[xSrtScCnt] = remainNumCwInSortSec; in HcrExtendedSectionInfo()
914 inSegmentRemainNumCW -= remainNumCwInSortSec; in HcrExtendedSectionInfo()
916 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()