Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp106 USHORT *pNumBitValidInLastWord);
133 USHORT *pNumBitValidInLastWord; in DecodeNonPCWs() local
154 pNumBitValidInLastWord = &(pHcr->segmentInfo.pNumBitValidInLastWord); in DecodeNonPCWs()
161 pNumBitValidInLastWord); in DecodeNonPCWs()
275 …odewordBitfield[*pNumWordForBitfield-1] & (1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()
276 tempBit = tempBit >> (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord); in DecodeNonPCWs()
279 …dewordBitfield[*pNumWordForBitfield-1] & ~(1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()
325 USHORT *pNumBitValidInLastWord) in InitSegmentBitfield() argument
338 *pNumBitValidInLastWord = *pNumSegment; in InitSegmentBitfield()
353 …*pNumBitValidInLastWord -= NUMBER_OF_BIT_IN_WORD; /* calculate number of zer… in InitSegmentBitfield()
[all …]
Daacdec_hcr_types.h310 USHORT pNumBitValidInLastWord; member