Home | History | Annotate | Download | only in src

Lines Matching refs:pNumCodewordInSection

725   USHORT *pNumCodewordInSection =   pHcr->sectionInfo.pNumCodewordInSection;
729 *pNumCodewordInSection = *pNumLineInSection++ >> pCbDimShift[*pCodebook];
731 numCodeword += *pNumCodewordInSection;
733 pNumCodewordInSection++;
760 USHORT *pNumCodewordInSection = pHcr->sectionInfo.pNumCodewordInSection;
812 pNumSortedCodewordInSection[j] = pNumCodewordInSection[i]; /* sort NumCodewordInSection */
816 startOffset += pNumCodewordInSection[k] << pCbDimShift[pCodebook[k]];