Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp911 UINT srtSecCnt = 0; /* counter for sorted sections */ in HcrExtendedSectionInfo() local
928 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
931 while (srtSecCnt < numSortedSection) { in HcrExtendedSectionInfo()
935 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
943 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
945 srtSecCnt++; in HcrExtendedSectionInfo()
946 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
952 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
956 srtSecCnt++; in HcrExtendedSectionInfo()
957 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()