Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp103 SCHAR *pRemainingBitsInSegment,
130 SCHAR *pRemainingBitsInSegment; in DecodeNonPCWs() local
151 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodeNonPCWs()
158 pRemainingBitsInSegment, in DecodeNonPCWs()
322 SCHAR *pRemainingBitsInSegment, in InitSegmentBitfield() argument
345 if ( pRemainingBitsInSegment[r + i] == 0 ) { in InitSegmentBitfield()
366 if ( pRemainingBitsInSegment[r + i] == 0 ) { in InitSegmentBitfield()
528 SCHAR *pRemainingBitsInSegment; in Hcr_State_BODY_ONLY() local
537 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in Hcr_State_BODY_ONLY()
557 …for ( ; pRemainingBitsInSegment[segmentOffset] > 0 ; pRemainingBitsInSegment[segmentOffset] -= 1 )… in Hcr_State_BODY_ONLY()
[all …]
Daacdec_hcr.cpp131 SCHAR *pRemainingBitsInSegment,
141 SCHAR *pRemainingBitsInSegment,
149 SCHAR *pRemainingBitsInSegment,
856 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in HcrPrepareSegmentationGrid() local
871 *pRemainingBitsInSegment++ = segmentWidth; in HcrPrepareSegmentationGrid()
880 pRemainingBitsInSegment--; in HcrPrepareSegmentationGrid()
884 *pRemainingBitsInSegment = lastSegmentWidth; in HcrPrepareSegmentationGrid()
1064 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodePCWs() local
1112 pRemainingBitsInSegment, in DecodePCWs()
1134 …if (1 == errDetectPcwSegmentation(*pRemainingBitsInSegment-ERROR_PCW_BODY,pHcr,PCW_BODY,pQuantized… in DecodePCWs()
[all …]
Daacdec_hcr_types.h307 SCHAR pRemainingBitsInSegment[1024>>1]; member