Searched refs:segmentInfo (Results 1 – 3 of 3) sorted by relevance
150 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()151 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodeNonPCWs()152 pSegmentBitfield = pHcr->segmentInfo.pSegmentBitfield; in DecodeNonPCWs()153 pNumWordForBitfield = &(pHcr->segmentInfo.numWordForBitfield); in DecodeNonPCWs()154 pNumBitValidInLastWord = &(pHcr->segmentInfo.pNumBitValidInLastWord); in DecodeNonPCWs()168 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT; in DecodeNonPCWs()187 pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield; in DecodeNonPCWs()204 pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield; in DecodeNonPCWs()219 pHcr->segmentInfo.segmentOffset = segmentOffset; /* store in structure for states */ in DecodeNonPCWs()253 pHcr->segmentInfo.segmentOffset = segmentOffset; in DecodeNonPCWs()[all …]
497 DeriveNumberOfExtendedSortedSectionsInSets(pHcr->segmentInfo.numSegment, in HcrDecoder()581 FIXP_DBL *pTempValues = pHcr->segmentInfo.pTempValues; in HcrReorderQuantizedSpectralCoefficients()582 FIXP_DBL *pBak = pHcr->segmentInfo.pTempValues; in HcrReorderQuantizedSpectralCoefficients()641 pBak = pHcr->segmentInfo.pTempValues; in HcrReorderQuantizedSpectralCoefficients()854 USHORT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in HcrPrepareSegmentationGrid()855 USHORT *pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment; in HcrPrepareSegmentationGrid()856 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in HcrPrepareSegmentationGrid()895 pHcr->segmentInfo.numSegment = numSegment; in HcrPrepareSegmentationGrid()921 UINT numSegment = pHcr->segmentInfo.numSegment; in HcrExtendedSectionInfo()1063 USHORT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in DecodePCWs()[all …]
355 HCR_SEGMENT_INFO segmentInfo; member