Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp137 UINT tempWord; in DecodeNonPCWs() local
186 tempWord = 0xFFFFFFFF; in DecodeNonPCWs()
192 *pCodewordBitfield++ = tempWord; in DecodeNonPCWs()
198tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD-1-remainingCodewordsInSet)); /* set a zero at … in DecodeNonPCWs()
200 *pCodewordBitfield++ = tempWord; in DecodeNonPCWs()
201 tempWord = 0x00000000; in DecodeNonPCWs()
226 tempWord = pSegmentBitfield[bitfieldWord] & pCodewordBitfield[bitfieldWord]; in DecodeNonPCWs()
229 if ( tempWord != 0 ) { in DecodeNonPCWs()
236 if ( ( tempWord & interMediateWord ) == interMediateWord ) { in DecodeNonPCWs()
330 UINT tempWord; in InitSegmentBitfield() local
[all …]