Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp528 USHORT *pNumSortedCodewordInSection = in HcrReorderQuantizedSpectralCoefficients() local
529 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrReorderQuantizedSpectralCoefficients()
539 numSpectralValuesInSection = *pNumSortedCodewordInSection++ in HcrReorderQuantizedSpectralCoefficients()
712 USHORT *pNumSortedCodewordInSection = in HcrSortCodebookAndNumCodewordInSection() local
713 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrSortCodebookAndNumCodewordInSection()
770 pNumSortedCodewordInSection[j] = in HcrSortCodebookAndNumCodewordInSection()
814 USHORT *pNumSortedCodewordInSection = in HcrPrepareSegmentationGrid() local
815 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrPrepareSegmentationGrid()
826 for (j = *pNumSortedCodewordInSection; j != 0; j--) { in HcrPrepareSegmentationGrid()
853 pNumSortedCodewordInSection++; in HcrPrepareSegmentationGrid()
[all …]
Daacdec_hcr_types.h389 USHORT pNumSortedCodewordInSection[MAX_SFB_HCR]; member