Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp579 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrReorderQuantizedSpectralCoefficients() local
588 numSpectralValuesInSection = *pNumSortedCodewordInSection++ << pCbDimShift[*pSortedCodebook]; in HcrReorderQuantizedSpectralCoefficients()
761 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrSortCodebookAndNumCodewordInSection() local
812pNumSortedCodewordInSection[j] = pNumCodewordInSection[i]; /* sort NumCodewordInSection */ in HcrSortCodebookAndNumCodewordInSection()
853 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrPrepareSegmentationGrid() local
864 for ( j = *pNumSortedCodewordInSection; j != 0 ; j-- ) { in HcrPrepareSegmentationGrid()
890 pNumSortedCodewordInSection++; in HcrPrepareSegmentationGrid()
918 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrExtendedSectionInfo() local
928 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
946 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()
[all …]
Daacdec_hcr_types.h318 USHORT pNumSortedCodewordInSection[MAX_SFB_HCR]; member