Searched refs:readDirection (Results 1 – 6 of 6) sorted by relevance
168 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT; in DecodeNonPCWs()302 pHcr->segmentInfo.readDirection = ToggleReadDirection(pHcr->segmentInfo.readDirection); in DecodeNonPCWs()529 UCHAR readDirection; in Hcr_State_BODY_ONLY() local540 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_ONLY()562 readDirection); in Hcr_State_BODY_ONLY()631 UCHAR readDirection; in Hcr_State_BODY_SIGN__BODY() local659 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN__BODY()683 readDirection); in Hcr_State_BODY_SIGN__BODY()759 UCHAR readDirection; in Hcr_State_BODY_SIGN__SIGN() local775 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN__SIGN()[all …]
101 UCHAR ToggleReadDirection(UCHAR readDirection) in ToggleReadDirection() argument103 if ( readDirection == FROM_LEFT_TO_RIGHT ) { in ToggleReadDirection()127 UCHAR readDirection) in HcrGetABitFromBitstream() argument132 if (readDirection == FROM_LEFT_TO_RIGHT) { in HcrGetABitFromBitstream()
98 UCHAR ToggleReadDirection(UCHAR readDirection);103 UCHAR readDirection);
108 UCHAR readDirection) in rvlcReadBitFromBitstream() argument117 if (readDirection == FWD) { in rvlcReadBitFromBitstream()
100 UCHAR readDirection);
308 UCHAR readDirection; member