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

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp103 SCHAR *pRemainingBitsInSegment,
130 SCHAR *pRemainingBitsInSegment; local
151 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment;
158 pRemainingBitsInSegment,
322 SCHAR *pRemainingBitsInSegment,
345 if ( pRemainingBitsInSegment[r + i] == 0 ) {
366 if ( pRemainingBitsInSegment[r + i] == 0 ) {
528 SCHAR *pRemainingBitsInSegment; local
537 pRemainingBitsInSegment
321 InitSegmentBitfield(UINT *pNumSegment, SCHAR *pRemainingBitsInSegment, UINT *pSegmentBitfield, UCHAR *pNumWordForBitfield, USHORT *pNumBitValidInLastWord) argument
628 SCHAR *pRemainingBitsInSegment; local
756 SCHAR *pRemainingBitsInSegment; local
858 SCHAR *pRemainingBitsInSegment; local
1009 SCHAR *pRemainingBitsInSegment; local
1171 SCHAR *pRemainingBitsInSegment; local
1269 SCHAR *pRemainingBitsInSegment; local
[all...]
H A Daacdec_hcr.cpp131 SCHAR *pRemainingBitsInSegment,
141 SCHAR *pRemainingBitsInSegment,
149 SCHAR *pRemainingBitsInSegment,
856 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; local
871 *pRemainingBitsInSegment++ = segmentWidth;
880 pRemainingBitsInSegment--;
884 *pRemainingBitsInSegment = lastSegmentWidth;
1064 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; local
1336 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; local
1376 DecodePCW_Body(HANDLE_FDK_BITSTREAM bs, const UINT *pCurrentTree, const SCHAR *pQuantValBase, USHORT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits ) argument
1431 DecodeEscapeSequence(HANDLE_FDK_BITSTREAM bs, INT quantSpecCoef, USHORT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits ) argument
1493 DecodePCW_Sign(HANDLE_FDK_BITSTREAM bs, UINT codebookDim, const SCHAR *pQuantVal, FIXP_DBL *pQuantSpecCoef, int *quantSpecCoefIdx, USHORT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits ) argument
[all...]
H A Daacdec_hcr_types.h307 SCHAR pRemainingBitsInSegment[1024>>1]; member in struct:__anon17

Completed in 60 milliseconds