Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp333 *pNumWordForBitfield = ((*pNumSegment-1) >> THIRTYTWO_LOG_DIV_TWO_LOG) + 1; in InitSegmentBitfield()
343 r = bitfieldWord << THIRTYTWO_LOG_DIV_TWO_LOG; in InitSegmentBitfield()
364 r = bitfieldWord << THIRTYTWO_LOG_DIV_TWO_LOG; in InitSegmentBitfield()
484 numBitfieldWord = offset >> THIRTYTWO_LOG_DIV_TWO_LOG; /* int = wordNr */ in ClearBitFromBitfield()
485 numBitfieldBit = offset - (numBitfieldWord << THIRTYTWO_LOG_DIV_TWO_LOG); /* fract = bitNr */ in ClearBitFromBitfield()
Daacdec_hcr_types.h136 #define THIRTYTWO_LOG_DIV_TWO_LOG 5 macro