HomeSort by relevance Sort by last modified time
    Searched refs:THIRTYTWO_LOG_DIV_TWO_LOG (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
aacdec_hcr_types.h 149 #define THIRTYTWO_LOG_DIV_TWO_LOG 5
aacdec_hcrs.cpp 373 : ((*pNumSegment - 1) >> THIRTYTWO_LOG_DIV_TWO_LOG) + 1;
385 r = bitfieldWord << THIRTYTWO_LOG_DIV_TWO_LOG;
409 r = bitfieldWord << THIRTYTWO_LOG_DIV_TWO_LOG;
545 numBitfieldWord = offset >> THIRTYTWO_LOG_DIV_TWO_LOG; /* int = wordNr */
547 << THIRTYTWO_LOG_DIV_TWO_LOG); /* fract = bitNr */
    [all...]
  /external/libxaac/decoder/
ixheaacd_channelinfo.h 174 #define THIRTYTWO_LOG_DIV_TWO_LOG 5

Completed in 113 milliseconds