Lines Matching refs:pSortedCodebook

578   UCHAR    *pSortedCodebook                    = pHcr->sectionInfo.pSortedCodebook;  in HcrReorderQuantizedSpectralCoefficients()  local
588 numSpectralValuesInSection = *pNumSortedCodewordInSection++ << pCbDimShift[*pSortedCodebook]; in HcrReorderQuantizedSpectralCoefficients()
594 if ( abs_qsc <= pLargestAbsVal[*pSortedCodebook] ) { in HcrReorderQuantizedSpectralCoefficients()
607 if ( abs_qsc <= pLargestAbsVal[*pSortedCodebook] ) { in HcrReorderQuantizedSpectralCoefficients()
616 pSortedCodebook++; in HcrReorderQuantizedSpectralCoefficients()
759 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrSortCodebookAndNumCodewordInSection() local
772 pDest = pSortedCodebook; in HcrSortCodebookAndNumCodewordInSection()
790 if ( pSortedCodebook[i+1] > pSortedCodebook[i] ) { in HcrSortCodebookAndNumCodewordInSection()
791 temp = pSortedCodebook[i]; in HcrSortCodebookAndNumCodewordInSection()
792 pSortedCodebook[i] = pSortedCodebook[i+1]; in HcrSortCodebookAndNumCodewordInSection()
793 pSortedCodebook[i+1] = temp; in HcrSortCodebookAndNumCodewordInSection()
809 …pCodebookSwitch[i] == 0 && ( pMinOfCbPair[pSortedCodebook[j]] == pCodebook[i] || pMaxOfCbPair[pS… in HcrSortCodebookAndNumCodewordInSection()
811 pSortedCodebook[j] = pCodebook[i]; /* sort codebook */ in HcrSortCodebookAndNumCodewordInSection()
852 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrPrepareSegmentationGrid() local
861 sortedCodebook = *pSortedCodebook++; in HcrPrepareSegmentationGrid()
917 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrExtendedSectionInfo() local
935 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
943 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
952 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()