• Home
  • Raw
  • Download

Lines Matching refs:sectionInfo

498                                              pHcr->sectionInfo.pNumExtendedSortedCodewordInSection,  in HcrDecoder()
499 … pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx, in HcrDecoder()
500 pHcr->sectionInfo.pNumExtendedSortedSectionsInSets, in HcrDecoder()
501 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx); in HcrDecoder()
504 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in HcrDecoder()
505 pTmp2 = pHcr->sectionInfo.extendedSortedCodebookIdx; in HcrDecoder()
506 pTmp3 = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx; in HcrDecoder()
509 pTmp5 = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx; in HcrDecoder()
526 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1; in HcrDecoder()
527 pHcr->sectionInfo.extendedSortedCodebookIdx = pTmp2; in HcrDecoder()
528 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = pTmp3; in HcrDecoder()
531 pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx = pTmp5; in HcrDecoder()
578 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrReorderQuantizedSpectralCoefficients()
579 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrReorderQuantizedSpectralCoefficients()
580 USHORT *pReorderOffset = pHcr->sectionInfo.pReorderOffset; in HcrReorderQuantizedSpectralCoefficients()
725 USHORT *pNumCodewordInSection = pHcr->sectionInfo.pNumCodewordInSection; in HcrCalcNumCodeword()
736 pHcr->sectionInfo.numCodeword = numCodeword; in HcrCalcNumCodeword()
759 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrSortCodebookAndNumCodewordInSection()
760 USHORT *pNumCodewordInSection = pHcr->sectionInfo.pNumCodewordInSection; in HcrSortCodebookAndNumCodewordInSection()
761 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrSortCodebookAndNumCodewordInSection()
762 UCHAR *pCodebookSwitch = pHcr->sectionInfo.pCodebookSwitch; in HcrSortCodebookAndNumCodewordInSection()
763 USHORT *pReorderOffset = pHcr->sectionInfo.pReorderOffset; in HcrSortCodebookAndNumCodewordInSection()
780 …pHcr->sectionInfo.numSortedSection = numSection - numZeroSection; /* numSortedSection contains … in HcrSortCodebookAndNumCodewordInSection()
804 pCodebookSwitch = pHcr->sectionInfo.pCodebookSwitch; in HcrSortCodebookAndNumCodewordInSection()
851 UINT numSortedSection = pHcr->sectionInfo.numSortedSection; in HcrPrepareSegmentationGrid()
852 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrPrepareSegmentationGrid()
853 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrPrepareSegmentationGrid()
916 UINT numSortedSection = pHcr->sectionInfo.numSortedSection; in HcrExtendedSectionInfo()
917 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrExtendedSectionInfo()
918 USHORT *pNumSortedCodewordInSection = pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrExtendedSectionInfo()
919 UCHAR *pExtendedSortedCoBo = pHcr->sectionInfo.pExtendedSortedCodebook; in HcrExtendedSectionInfo()
920 USHORT *pNumExtSortCwInSect = pHcr->sectionInfo.pNumExtendedSortedCodewordInSection; in HcrExtendedSectionInfo()
923 UCHAR *pMaxLenOfCbInExtSrtSec = pHcr->sectionInfo.pMaxLenOfCbInExtSrtSec; in HcrExtendedSectionInfo()
1055 …USHORT *pNumExtendedSortedCodewordInSection = pHcr->sectionInfo.pNumExtendedSortedCodewordInS… in DecodePCWs()
1056 …int numExtendedSortedCodewordInSectionIdx = pHcr->sectionInfo.numExtendedSortedCodewordIn… in DecodePCWs()
1057 UCHAR *pExtendedSortedCodebook = pHcr->sectionInfo.pExtendedSortedCodebook; in DecodePCWs()
1058 int extendedSortedCodebookIdx = pHcr->sectionInfo.extendedSortedCodebookIdx; in DecodePCWs()
1059 …USHORT *pNumExtendedSortedSectionsInSets = pHcr->sectionInfo.pNumExtendedSortedSectionsInS… in DecodePCWs()
1060 …int numExtendedSortedSectionsInSetsIdx = pHcr->sectionInfo.numExtendedSortedSectionsInSe… in DecodePCWs()
1066 UCHAR *pMaxLenOfCbInExtSrtSec = pHcr->sectionInfo.pMaxLenOfCbInExtSrtSec; in DecodePCWs()
1067 int maxLenOfCbInExtSrtSecIdx = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx; in DecodePCWs()
1280 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx; in DecodePCWs()
1281 pHcr->sectionInfo.extendedSortedCodebookIdx = extendedSortedCodebookIdx; in DecodePCWs()
1282 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = numExtendedSortedSectionsInSetsIdx; in DecodePCWs()
1284 pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx = maxLenOfCbInExtSrtSecIdx; in DecodePCWs()