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

/external/aac/libAACdec/src/
H A Daacdec_hcr_bit.cpp128 - pLeftStartOfSegment
135 UINT HcrGetABitFromBitstream(HANDLE_FDK_BITSTREAM bs, INT *pLeftStartOfSegment, argument
141 readBitOffset = *pLeftStartOfSegment - FDKgetBitCnt(bs);
148 *pLeftStartOfSegment += 1;
H A Daacdec_hcrs.cpp586 INT *pLeftStartOfSegment; local
598 pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment;
618 carryBit = HcrGetABitFromBitstream(bs, &pLeftStartOfSegment[segmentOffset],
702 INT *pLeftStartOfSegment; local
730 pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment;
752 carryBit = HcrGetABitFromBitstream(bs, &pLeftStartOfSegment[segmentOffset],
851 INT *pLeftStartOfSegment; local
868 pLeftStartOfSegment
955 INT *pLeftStartOfSegment; local
1118 INT *pLeftStartOfSegment; local
1289 INT *pLeftStartOfSegment; local
1394 INT *pLeftStartOfSegment; local
[all...]
H A Daacdec_hcr.cpp138 INT *pLeftStartOfSegment,
144 int *quantSpecCoefIdx, INT *pLeftStartOfSegment,
150 INT *pLeftStartOfSegment,
815 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; local
832 *pLeftStartOfSegment++ = intermediateResult;
841 pLeftStartOfSegment--;
844 segmentStart = *pLeftStartOfSegment - bitstreamIndex;
1022 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; local
1334 DecodePCW_Body(HANDLE_FDK_BITSTREAM bs, const UINT *pCurrentTree, const SCHAR *pQuantValBase, INT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits) argument
1387 DecodeEscapeSequence(HANDLE_FDK_BITSTREAM bs, INT quantSpecCoef, INT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits) argument
1444 DecodePCW_Sign(HANDLE_FDK_BITSTREAM bs, UINT codebookDim, const SCHAR *pQuantVal, FIXP_DBL *pQuantSpecCoef, int *quantSpecCoefIdx, INT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits) argument
[all...]
H A Daacdec_hcr_types.h377 INT pLeftStartOfSegment[1024 >> 1]; member in struct:__anon195

Completed in 131 milliseconds