Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp116 USHORT *pNumBitValidInLastWord);
141 USHORT *pNumBitValidInLastWord; in DecodeNonPCWs() local
162 pNumBitValidInLastWord = &(pHcr->segmentInfo.pNumBitValidInLastWord); in DecodeNonPCWs()
167 pNumBitValidInLastWord); in DecodeNonPCWs()
303 (1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()
304 tempBit = tempBit >> (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord); in DecodeNonPCWs()
309 ~(1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()
365 USHORT *pNumBitValidInLastWord) { in InitSegmentBitfield() argument
381 *pNumBitValidInLastWord = *pNumSegment; in InitSegmentBitfield()
399 *pNumBitValidInLastWord -= NUMBER_OF_BIT_IN_WORD; /* calculate number of in InitSegmentBitfield()
[all …]
Daacdec_hcr_types.h382 USHORT pNumBitValidInLastWord; member