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

/external/aac/libAACdec/src/
H A Daacdec_hcr_bit.cpp129 - pRightStartOfSegment
136 INT *pRightStartOfSegment, UCHAR readDirection) {
150 readBitOffset = *pRightStartOfSegment - FDKgetBitCnt(bs);
159 *pRightStartOfSegment -= 1;
135 HcrGetABitFromBitstream(HANDLE_FDK_BITSTREAM bs, INT *pLeftStartOfSegment, INT *pRightStartOfSegment, UCHAR readDirection) argument
H A Daacdec_hcrs.cpp587 INT *pRightStartOfSegment; local
599 pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment;
619 &pRightStartOfSegment[segmentOffset],
703 INT *pRightStartOfSegment; local
731 pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment;
753 &pRightStartOfSegment[segmentOffset],
852 INT *pRightStartOfSegment; local
869 pRightStartOfSegment
956 INT *pRightStartOfSegment; local
1119 INT *pRightStartOfSegment; local
1290 INT *pRightStartOfSegment; local
1395 INT *pRightStartOfSegment; local
[all...]
H A Daacdec_hcr.cpp816 INT *pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment; local
833 *pRightStartOfSegment++ = intermediateResult + segmentWidth - 1;
842 pRightStartOfSegment--;
848 *pRightStartOfSegment =
H A Daacdec_hcr_types.h378 INT pRightStartOfSegment[1024 >> 1]; member in struct:__anon195

Completed in 158 milliseconds