• Home
  • Raw
  • Download

Lines Matching refs:pSortedCodebook

527   UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook;  in HcrReorderQuantizedSpectralCoefficients()  local
540 << pCbDimShift[*pSortedCodebook]; in HcrReorderQuantizedSpectralCoefficients()
545 if (abs_qsc <= pLargestAbsVal[*pSortedCodebook]) { in HcrReorderQuantizedSpectralCoefficients()
560 pSortedCodebook++; in HcrReorderQuantizedSpectralCoefficients()
710 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrSortCodebookAndNumCodewordInSection() local
725 pDest = pSortedCodebook; in HcrSortCodebookAndNumCodewordInSection()
745 if (pSortedCodebook[i + 1] > pSortedCodebook[i]) { in HcrSortCodebookAndNumCodewordInSection()
746 temp = pSortedCodebook[i]; in HcrSortCodebookAndNumCodewordInSection()
747 pSortedCodebook[i] = pSortedCodebook[i + 1]; in HcrSortCodebookAndNumCodewordInSection()
748 pSortedCodebook[i + 1] = temp; in HcrSortCodebookAndNumCodewordInSection()
766 (pMinOfCbPair[pSortedCodebook[j]] == pCodebook[i] || in HcrSortCodebookAndNumCodewordInSection()
767 pMaxOfCbPair[pSortedCodebook[j]] == pCodebook[i])) { in HcrSortCodebookAndNumCodewordInSection()
769 pSortedCodebook[j] = pCodebook[i]; /* sort codebook */ in HcrSortCodebookAndNumCodewordInSection()
813 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrPrepareSegmentationGrid() local
822 sortedCodebook = *pSortedCodebook++; in HcrPrepareSegmentationGrid()
879 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrExtendedSectionInfo() local
896 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
904 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()
912 pExtendedSortedCoBo[xSrtScCnt] = pSortedCodebook[srtSecCnt]; in HcrExtendedSectionInfo()