Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp146 UINT remainingCodewordsInSet; in DecodeNonPCWs() local
197 …for (remainingCodewordsInSet = codewordInSet; remainingCodewordsInSet < NUMBER_OF_BIT_IN_WORD ; re… in DecodeNonPCWs()
198 …tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD-1-remainingCodewordsInSet)); /* set a zero at … in DecodeNonPCWs()