Home
last modified time | relevance | path

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

/aosp_15_r20/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp138 SCHAR *pRemainingBitsInSegment; in DecodeNonPCWs() local
362 SCHAR *pRemainingBitsInSegment, in InitSegmentBitfield()
593 SCHAR *pRemainingBitsInSegment; in Hcr_State_BODY_ONLY() local
706 SCHAR *pRemainingBitsInSegment; in Hcr_State_BODY_SIGN__BODY() local
855 SCHAR *pRemainingBitsInSegment; in Hcr_State_BODY_SIGN__SIGN() local
959 SCHAR *pRemainingBitsInSegment; in Hcr_State_BODY_SIGN_ESC__BODY() local
1122 SCHAR *pRemainingBitsInSegment; in Hcr_State_BODY_SIGN_ESC__SIGN() local
1293 SCHAR *pRemainingBitsInSegment; in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX() local
1402 SCHAR *pRemainingBitsInSegment; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local
H A Daacdec_hcr.cpp818 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in HcrPrepareSegmentationGrid() local
1022 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodePCWs() local
1296 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in errDetectWithinSegmentationFinal() local
1337 SCHAR *pRemainingBitsInSegment, in DecodePCW_Body()
1388 SCHAR *pRemainingBitsInSegment, in DecodeEscapeSequence()
1457 SCHAR *pRemainingBitsInSegment, in DecodePCW_Sign()
H A Daacdec_hcr_types.h379 SCHAR pRemainingBitsInSegment[1024 >> 1]; member