Searched defs:readDirection (Results 1 - 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
H A Drvlcbit.cpp101 - readDirection
108 UCHAR readDirection)
117 if (readDirection == FWD) {
106 rvlcReadBitFromBitstream(HANDLE_FDK_BITSTREAM bs, USHORT *pPosition, UCHAR readDirection) argument
H A Daacdec_hcr_bit.cpp101 UCHAR ToggleReadDirection(UCHAR readDirection) argument
103 if ( readDirection == FROM_LEFT_TO_RIGHT ) {
120 - readDirection
127 UCHAR readDirection)
132 if (readDirection == FROM_LEFT_TO_RIGHT) {
124 HcrGetABitFromBitstream(HANDLE_FDK_BITSTREAM bs, USHORT *pLeftStartOfSegment, USHORT *pRightStartOfSegment, UCHAR readDirection) argument
H A Daacdec_hcrs.cpp168 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT;
302 pHcr->segmentInfo.readDirection = ToggleReadDirection(pHcr->segmentInfo.readDirection);
529 UCHAR readDirection; local
540 readDirection = pHcr->segmentInfo.readDirection;
562 readDirection);
631 UCHAR readDirection; local
659 readDirection = pHcr->segmentInfo.readDirection;
759 UCHAR readDirection; local
861 UCHAR readDirection; local
1012 UCHAR readDirection; local
1174 UCHAR readDirection; local
1272 UCHAR readDirection; local
[all...]
H A Daacdec_hcr_types.h308 UCHAR readDirection; member in struct:__anon17

Completed in 330 milliseconds