Home | History | Annotate | Download | only in src

Lines Matching refs:sectionInfo

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