Lines Matching refs:sectionInfo
458 pHcr->sectionInfo.pNumExtendedSortedCodewordInSection, in HcrDecoder()
459 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx, in HcrDecoder()
460 pHcr->sectionInfo.pNumExtendedSortedSectionsInSets, in HcrDecoder()
461 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx); in HcrDecoder()
464 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in HcrDecoder()
465 pTmp2 = pHcr->sectionInfo.extendedSortedCodebookIdx; in HcrDecoder()
466 pTmp3 = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx; in HcrDecoder()
468 pTmp5 = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx; in HcrDecoder()
481 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1; in HcrDecoder()
482 pHcr->sectionInfo.extendedSortedCodebookIdx = pTmp2; in HcrDecoder()
483 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = pTmp3; in HcrDecoder()
485 pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx = pTmp5; in HcrDecoder()
527 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrReorderQuantizedSpectralCoefficients()
529 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrReorderQuantizedSpectralCoefficients()
530 USHORT *pReorderOffset = pHcr->sectionInfo.pReorderOffset; in HcrReorderQuantizedSpectralCoefficients()
678 USHORT *pNumCodewordInSection = pHcr->sectionInfo.pNumCodewordInSection; in HcrCalcNumCodeword()
689 pHcr->sectionInfo.numCodeword = numCodeword; in HcrCalcNumCodeword()
710 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrSortCodebookAndNumCodewordInSection()
711 USHORT *pNumCodewordInSection = pHcr->sectionInfo.pNumCodewordInSection; in HcrSortCodebookAndNumCodewordInSection()
713 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrSortCodebookAndNumCodewordInSection()
714 UCHAR *pCodebookSwitch = pHcr->sectionInfo.pCodebookSwitch; in HcrSortCodebookAndNumCodewordInSection()
715 USHORT *pReorderOffset = pHcr->sectionInfo.pReorderOffset; in HcrSortCodebookAndNumCodewordInSection()
733 pHcr->sectionInfo.numSortedSection = in HcrSortCodebookAndNumCodewordInSection()
759 pCodebookSwitch = pHcr->sectionInfo.pCodebookSwitch; in HcrSortCodebookAndNumCodewordInSection()
812 UINT numSortedSection = pHcr->sectionInfo.numSortedSection; in HcrPrepareSegmentationGrid()
813 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrPrepareSegmentationGrid()
815 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrPrepareSegmentationGrid()
878 UINT numSortedSection = pHcr->sectionInfo.numSortedSection; in HcrExtendedSectionInfo()
879 UCHAR *pSortedCodebook = pHcr->sectionInfo.pSortedCodebook; in HcrExtendedSectionInfo()
881 pHcr->sectionInfo.pNumSortedCodewordInSection; in HcrExtendedSectionInfo()
882 UCHAR *pExtendedSortedCoBo = pHcr->sectionInfo.pExtendedSortedCodebook; in HcrExtendedSectionInfo()
884 pHcr->sectionInfo.pNumExtendedSortedCodewordInSection; in HcrExtendedSectionInfo()
886 UCHAR *pMaxLenOfCbInExtSrtSec = pHcr->sectionInfo.pMaxLenOfCbInExtSrtSec; in HcrExtendedSectionInfo()
1008 pHcr->sectionInfo.pNumExtendedSortedCodewordInSection; in DecodePCWs()
1010 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx; in DecodePCWs()
1011 UCHAR *pExtendedSortedCodebook = pHcr->sectionInfo.pExtendedSortedCodebook; in DecodePCWs()
1012 int extendedSortedCodebookIdx = pHcr->sectionInfo.extendedSortedCodebookIdx; in DecodePCWs()
1014 pHcr->sectionInfo.pNumExtendedSortedSectionsInSets; in DecodePCWs()
1016 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx; in DecodePCWs()
1023 UCHAR *pMaxLenOfCbInExtSrtSec = pHcr->sectionInfo.pMaxLenOfCbInExtSrtSec; in DecodePCWs()
1024 int maxLenOfCbInExtSrtSecIdx = pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx; in DecodePCWs()
1241 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = in DecodePCWs()
1243 pHcr->sectionInfo.extendedSortedCodebookIdx = extendedSortedCodebookIdx; in DecodePCWs()
1244 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = in DecodePCWs()
1248 pHcr->sectionInfo.maxLenOfCbInExtSrtSecIdx = maxLenOfCbInExtSrtSecIdx; in DecodePCWs()