Searched defs:pRemainingBitsInSegment (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp113 SCHAR *pRemainingBitsInSegment,
138 SCHAR *pRemainingBitsInSegment; local
159 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment;
165 numValidSegment = InitSegmentBitfield(pNumSegment, pRemainingBitsInSegment,
360 SCHAR *pRemainingBitsInSegment,
384 if (pRemainingBitsInSegment[r + i] == 0) {
408 if (pRemainingBitsInSegment[r + i] == 0) {
588 SCHAR *pRemainingBitsInSegment; local
597 pRemainingBitsInSegment
359 InitSegmentBitfield(UINT *pNumSegment, SCHAR *pRemainingBitsInSegment, UINT *pSegmentBitfield, UCHAR *pNumWordForBitfield, USHORT *pNumBitValidInLastWord) argument
701 SCHAR *pRemainingBitsInSegment; local
850 SCHAR *pRemainingBitsInSegment; local
954 SCHAR *pRemainingBitsInSegment; local
1117 SCHAR *pRemainingBitsInSegment; local
1288 SCHAR *pRemainingBitsInSegment; local
1393 SCHAR *pRemainingBitsInSegment; local
[all...]
H A Daacdec_hcr.cpp139 SCHAR *pRemainingBitsInSegment,
145 SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits);
151 SCHAR *pRemainingBitsInSegment,
817 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; local
834 *pRemainingBitsInSegment++ = segmentWidth;
843 pRemainingBitsInSegment--;
847 *pRemainingBitsInSegment = lastSegmentWidth;
1023 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; local
1297 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; 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.h379 SCHAR pRemainingBitsInSegment[1024 >> 1]; member in struct:__anon195

Completed in 48 milliseconds