Searched refs:readDirection (Results 1 – 6 of 6) sorted by relevance
173 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT; in DecodeNonPCWs()338 pHcr->segmentInfo.readDirection = in DecodeNonPCWs()339 ToggleReadDirection(pHcr->segmentInfo.readDirection); in DecodeNonPCWs()592 UCHAR readDirection; in Hcr_State_BODY_ONLY() local603 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_ONLY()623 &pRightStartOfSegment[segmentOffset], readDirection); in Hcr_State_BODY_ONLY()707 UCHAR readDirection; in Hcr_State_BODY_SIGN__BODY() local735 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN__BODY()757 &pRightStartOfSegment[segmentOffset], readDirection); in Hcr_State_BODY_SIGN__BODY()856 UCHAR readDirection; in Hcr_State_BODY_SIGN__SIGN() local[all …]
113 UCHAR ToggleReadDirection(UCHAR readDirection) { in ToggleReadDirection() argument114 if (readDirection == FROM_LEFT_TO_RIGHT) { in ToggleReadDirection()137 INT *pRightStartOfSegment, UCHAR readDirection) { in HcrGetABitFromBitstream() argument141 if (readDirection == FROM_LEFT_TO_RIGHT) { in HcrGetABitFromBitstream()
108 UCHAR ToggleReadDirection(UCHAR readDirection);112 INT *pRightStartOfSegment, UCHAR readDirection);
127 INT *pPosition, UCHAR readDirection) { in rvlcReadBitFromBitstream() argument135 if (readDirection == FWD) { in rvlcReadBitFromBitstream()
109 INT *pPosition, UCHAR readDirection);
380 UCHAR readDirection; member