Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp873 UINT srtSecCnt = 0; /* counter for sorted sections */ in HcrExtendedSectionInfo() local
890 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
893 while (srtSecCnt < numSortedSection) { in HcrExtendedSectionInfo()
896 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
904 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
906 srtSecCnt++; in HcrExtendedSectionInfo()
907 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
912 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
915 srtSecCnt++; in HcrExtendedSectionInfo()
916 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()