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()
244 pSegmentBitfield[bitfieldWord] & pCodewordBitfield[bitfieldWord]; in DecodeNonPCWs()
363 UINT *pSegmentBitfield, in InitSegmentBitfield() argument
398 pSegmentBitfield[bitfieldWord] = tempWord; /* store result */ in InitSegmentBitfield()
422 pSegmentBitfield[bitfieldWord] = tempWord; /* store result */ in InitSegmentBitfield()
579 UINT *pSegmentBitfield; in Hcr_State_BODY_ONLY() local
606 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