Searched refs:pRemainingBitsInSegment (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_hcrs.cpp | 113 SCHAR *pRemainingBitsInSegment, 138 SCHAR *pRemainingBitsInSegment; in DecodeNonPCWs() local 159 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodeNonPCWs() 165 numValidSegment = InitSegmentBitfield(pNumSegment, pRemainingBitsInSegment, in DecodeNonPCWs() 360 SCHAR *pRemainingBitsInSegment, in InitSegmentBitfield() argument 387 if (pRemainingBitsInSegment[r + i] == 0) { in InitSegmentBitfield() 411 if (pRemainingBitsInSegment[r + i] == 0) { in InitSegmentBitfield() 591 SCHAR *pRemainingBitsInSegment; in Hcr_State_BODY_ONLY() local 600 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in Hcr_State_BODY_ONLY() 619 for (; pRemainingBitsInSegment[segmentOffset] > 0; in Hcr_State_BODY_ONLY() [all …]
|
D | aacdec_hcr.cpp | 139 SCHAR *pRemainingBitsInSegment, 146 SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits); 152 SCHAR *pRemainingBitsInSegment, 818 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in HcrPrepareSegmentationGrid() local 834 *pRemainingBitsInSegment++ = segmentWidth; in HcrPrepareSegmentationGrid() 843 pRemainingBitsInSegment--; in HcrPrepareSegmentationGrid() 847 *pRemainingBitsInSegment = lastSegmentWidth; in HcrPrepareSegmentationGrid() 1022 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodePCWs() local 1075 pLeftStartOfSegment, pRemainingBitsInSegment, &numDecodedBits); in DecodePCWs() 1095 *pRemainingBitsInSegment - ERROR_PCW_BODY, pHcr, PCW_BODY, in DecodePCWs() [all …]
|
D | aacdec_hcr_types.h | 379 SCHAR pRemainingBitsInSegment[1024 >> 1]; member
|