Searched refs:FLAC__bitmath_ilog2_wide (Results 1 - 3 of 3) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dbitmath.h38 unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v);
/external/flac/libFLAC/
H A Dbitmath.c70 unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v) function
H A Dfixed.c162 fracbits = (8*sizeof(err)) - (FLAC__bitmath_ilog2_wide(err)+1);
173 bits = FLAC__bitmath_ilog2_wide(err)+1;

Completed in 185 milliseconds