Home
last modified time | relevance | path

Searched refs:readDirection (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp173 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT; in DecodeNonPCWs()
340 pHcr->segmentInfo.readDirection = in DecodeNonPCWs()
341 ToggleReadDirection(pHcr->segmentInfo.readDirection); in DecodeNonPCWs()
594 UCHAR readDirection; in Hcr_State_BODY_ONLY() local
605 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_ONLY()
625 &pRightStartOfSegment[segmentOffset], readDirection); in Hcr_State_BODY_ONLY()
709 UCHAR readDirection; in Hcr_State_BODY_SIGN__BODY() local
737 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN__BODY()
759 &pRightStartOfSegment[segmentOffset], readDirection); in Hcr_State_BODY_SIGN__BODY()
858 UCHAR readDirection; in Hcr_State_BODY_SIGN__SIGN() local
[all …]
Daacdec_hcr_bit.cpp113 UCHAR ToggleReadDirection(UCHAR readDirection) { in ToggleReadDirection() argument
114 if (readDirection == FROM_LEFT_TO_RIGHT) { in ToggleReadDirection()
137 INT *pRightStartOfSegment, UCHAR readDirection) { in HcrGetABitFromBitstream() argument
141 if (readDirection == FROM_LEFT_TO_RIGHT) { in HcrGetABitFromBitstream()
Daacdec_hcr_bit.h108 UCHAR ToggleReadDirection(UCHAR readDirection);
112 INT *pRightStartOfSegment, UCHAR readDirection);
Drvlcbit.cpp127 INT *pPosition, UCHAR readDirection) { in rvlcReadBitFromBitstream() argument
135 if (readDirection == FWD) { in rvlcReadBitFromBitstream()
Drvlcbit.h109 INT *pPosition, UCHAR readDirection);
Daacdec_hcr_types.h380 UCHAR readDirection; member