Home
last modified time | relevance | path

Searched refs:pSegmentBitfield (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp114 UINT *pSegmentBitfield,
139 UINT *pSegmentBitfield; in DecodeNonPCWs() local
160 pSegmentBitfield = pHcr->segmentInfo.pSegmentBitfield; in DecodeNonPCWs()
166 pSegmentBitfield, pNumWordForBitfield, in DecodeNonPCWs()
242 pSegmentBitfield[bitfieldWord] & pCodewordBitfield[bitfieldWord]; in DecodeNonPCWs()
361 UINT *pSegmentBitfield, in InitSegmentBitfield() argument
396 pSegmentBitfield[bitfieldWord] = tempWord; /* store result */ in InitSegmentBitfield()
420 pSegmentBitfield[bitfieldWord] = tempWord; /* store result */ in InitSegmentBitfield()
577 UINT *pSegmentBitfield; in Hcr_State_BODY_ONLY() local
604 pSegmentBitfield = pHcr->segmentInfo.pSegmentBitfield; in Hcr_State_BODY_ONLY()
[all …]
Daacdec_hcr_types.h374 UINT pSegmentBitfield[((1024 >> 1) / NUMBER_OF_BIT_IN_WORD + 1)]; member