Searched refs:pRightStartOfSegment (Results 1 - 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcr_bit.h102 USHORT *pRightStartOfSegment,
H A Daacdec_hcr_bit.cpp119 - pRightStartOfSegment
126 USHORT *pRightStartOfSegment,
143 readBitOffset = *pRightStartOfSegment-FDKgetBitCnt(bs);
152 *pRightStartOfSegment -= 1;
124 HcrGetABitFromBitstream(HANDLE_FDK_BITSTREAM bs, USHORT *pLeftStartOfSegment, USHORT *pRightStartOfSegment, UCHAR readDirection) argument
H A Daacdec_hcrs.cpp527 USHORT *pRightStartOfSegment; local
539 pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment;
561 &pRightStartOfSegment[segmentOffset],
630 USHORT *pRightStartOfSegment; local
658 pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment;
682 &pRightStartOfSegment[segmentOffset],
758 USHORT *pRightStartOfSegment; local
774 pRightStartOfSegment
860 USHORT *pRightStartOfSegment; local
1011 USHORT *pRightStartOfSegment; local
1173 USHORT *pRightStartOfSegment; local
1271 USHORT *pRightStartOfSegment; local
[all...]
H A Daacdec_hcr_types.h306 USHORT pRightStartOfSegment[1024>>1]; member in struct:__anon17
H A Daacdec_hcr.cpp855 USHORT *pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment; local
870 *pRightStartOfSegment++ = intermediateResult + segmentWidth - 1;
879 pRightStartOfSegment--;
885 *pRightStartOfSegment = bitstreamIndex + segmentStart + lastSegmentWidth - 1;

Completed in 99 milliseconds