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

  /external/flac/libFLAC/include/private/
bitmath.h 104 /* An example of what FLAC__bitmath_ilog2() computes:
127 static inline unsigned FLAC__bitmath_ilog2(FLAC__uint32 v)
  /external/flac/libFLAC/
fixed.c 76 fracbits = (8*sizeof(err)) - (FLAC__bitmath_ilog2(err)+1);
87 bits = FLAC__bitmath_ilog2(err)+1;
124 FLAC__ASSERT((int)FLAC__bitmath_ilog2(rbps)+1 <= fracbits + 6);
203 FLAC__ASSERT((int)FLAC__bitmath_ilog2(rbps)+1 <= fracbits + 6);
bitwriter.c 430 k = FLAC__bitmath_ilog2(parameter);
458 k = FLAC__bitmath_ilog2(parameter);
615 k = FLAC__bitmath_ilog2(parameter);
673 k = FLAC__bitmath_ilog2(parameter);
bitreader.c 861 k = FLAC__bitmath_ilog2(parameter);
905 k = FLAC__bitmath_ilog2(parameter);
stream_encoder.c     [all...]
stream_decoder.c     [all...]

Completed in 741 milliseconds