OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THIRTYTWO_LOG_DIV_TWO_LOG
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
aacdec_hcr_types.h
136
#define
THIRTYTWO_LOG_DIV_TWO_LOG
5
aacdec_hcrs.cpp
333
*pNumWordForBitfield = ((*pNumSegment-1) >>
THIRTYTWO_LOG_DIV_TWO_LOG
) + 1;
343
r = bitfieldWord <<
THIRTYTWO_LOG_DIV_TWO_LOG
;
364
r = bitfieldWord <<
THIRTYTWO_LOG_DIV_TWO_LOG
;
484
numBitfieldWord = offset >>
THIRTYTWO_LOG_DIV_TWO_LOG
; /* int = wordNr */
485
numBitfieldBit = offset - (numBitfieldWord <<
THIRTYTWO_LOG_DIV_TWO_LOG
); /* fract = bitNr */
[
all
...]
Completed in 26 milliseconds