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

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

Completed in 35 milliseconds