Searched refs:pNumSortedCodewordInSection (Results 1 – 2 of 2) sorted by relevance
579 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrReorderQuantizedSpectralCoefficients() local588 numSpectralValuesInSection = *pNumSortedCodewordInSection++ << pCbDimShift[*pSortedCodebook]; in HcrReorderQuantizedSpectralCoefficients()761 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrSortCodebookAndNumCodewordInSection() local812 … pNumSortedCodewordInSection[j] = pNumCodewordInSection[i]; /* sort NumCodewordInSection */ in HcrSortCodebookAndNumCodewordInSection()853 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrPrepareSegmentationGrid() local864 for ( j = *pNumSortedCodewordInSection; j != 0 ; j-- ) { in HcrPrepareSegmentationGrid()890 pNumSortedCodewordInSection++; in HcrPrepareSegmentationGrid()918 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrExtendedSectionInfo() local928 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()946 remainNumCwInSortSec = pNumSortedCodewordInSection[srtSecCnt]; in HcrExtendedSectionInfo()[all …]
318 USHORT pNumSortedCodewordInSection[MAX_SFB_HCR]; member