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

  /external/flac/libFLAC/include/private/
bitmath.h 38 unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v);
  /external/flac/libFLAC/
bitmath.c 70 unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v)
fixed.c 162 fracbits = (8*sizeof(err)) - (FLAC__bitmath_ilog2_wide(err)+1);
173 bits = FLAC__bitmath_ilog2_wide(err)+1;

Completed in 165 milliseconds