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

  /external/flac/libFLAC/include/private/
bitmath.h 37 unsigned FLAC__bitmath_ilog2(FLAC__uint32 v);
  /external/flac/libFLAC/
bitmath.c 39 /* An example of what FLAC__bitmath_ilog2() computes:
61 unsigned FLAC__bitmath_ilog2(FLAC__uint32 v)
fixed.c 83 fracbits = (8*sizeof(err)) - (FLAC__bitmath_ilog2(err)+1);
94 bits = FLAC__bitmath_ilog2(err)+1;
131 FLAC__ASSERT((int)FLAC__bitmath_ilog2(rbps)+1 <= fracbits + 6);
210 FLAC__ASSERT((int)FLAC__bitmath_ilog2(rbps)+1 <= fracbits + 6);
bitwriter.c 465 k = FLAC__bitmath_ilog2(parameter);
493 k = FLAC__bitmath_ilog2(parameter);
673 k = FLAC__bitmath_ilog2(parameter);
731 k = FLAC__bitmath_ilog2(parameter);
bitreader.c     [all...]
stream_encoder.c     [all...]
stream_decoder.c     [all...]

Completed in 1230 milliseconds