Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp913 UINT remainNumCwInSortSec; in HcrExtendedSectionInfo() local
928 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
932 if (inSegmentRemainNumCW < remainNumCwInSortSec) { in HcrExtendedSectionInfo()
937 remainNumCwInSortSec -= inSegmentRemainNumCW; in HcrExtendedSectionInfo()
941 else if (inSegmentRemainNumCW == remainNumCwInSortSec) { in HcrExtendedSectionInfo()
946 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
951 pNumExtSortCwInSect[xSrtScCnt] = remainNumCwInSortSec; in HcrExtendedSectionInfo()
955 inSegmentRemainNumCW -= remainNumCwInSortSec; in HcrExtendedSectionInfo()
957 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()