HomeSort by relevance Sort by last modified time
    Searched refs:readDirection (Results 1 - 6 of 6) sorted by null

  /external/aac/libAACdec/src/
aacdec_hcr_bit.h 108 UCHAR ToggleReadDirection(UCHAR readDirection);
112 INT *pRightStartOfSegment, UCHAR readDirection);
rvlcbit.h 109 INT *pPosition, UCHAR readDirection);
aacdec_hcr_bit.cpp 113 UCHAR ToggleReadDirection(UCHAR readDirection) {
114 if (readDirection == FROM_LEFT_TO_RIGHT) {
130 - readDirection
137 INT *pRightStartOfSegment, UCHAR readDirection) {
141 if (readDirection == FROM_LEFT_TO_RIGHT) {
rvlcbit.cpp 120 - readDirection
127 INT *pPosition, UCHAR readDirection) {
135 if (readDirection == FWD) {
aacdec_hcrs.cpp 173 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT;
338 pHcr->segmentInfo.readDirection =
339 ToggleReadDirection(pHcr->segmentInfo.readDirection);
592 UCHAR readDirection;
603 readDirection = pHcr->segmentInfo.readDirection;
623 &pRightStartOfSegment[segmentOffset], readDirection);
707 UCHAR readDirection;
735 readDirection = pHcr->segmentInfo.readDirection;
    [all...]
aacdec_hcr_types.h 380 UCHAR readDirection;

Completed in 114 milliseconds