Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp168 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() local
540 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() local
659 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() local
775 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN__SIGN()
[all …]
Daacdec_hcr_bit.cpp101 UCHAR ToggleReadDirection(UCHAR readDirection) in ToggleReadDirection() argument
103 if ( readDirection == FROM_LEFT_TO_RIGHT ) { in ToggleReadDirection()
127 UCHAR readDirection) in HcrGetABitFromBitstream() argument
132 if (readDirection == FROM_LEFT_TO_RIGHT) { in HcrGetABitFromBitstream()
Daacdec_hcr_bit.h98 UCHAR ToggleReadDirection(UCHAR readDirection);
103 UCHAR readDirection);
Drvlcbit.cpp108 UCHAR readDirection) in rvlcReadBitFromBitstream() argument
117 if (readDirection == FWD) { in rvlcReadBitFromBitstream()
Drvlcbit.h100 UCHAR readDirection);
Daacdec_hcr_types.h308 UCHAR readDirection; member