Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dbitmath.c72 return FLAC__bitmath_ilog2_wide(v)+2; in FLAC__bitmath_silog2()
Dfixed.c155 fracbits = (8*sizeof(err)) - (FLAC__bitmath_ilog2_wide(err)+1); in local__compute_rbps_wide_integerized()
166 bits = FLAC__bitmath_ilog2_wide(err)+1; in local__compute_rbps_wide_integerized()
/external/flac/src/libFLAC/include/private/
Dbitmath.h172 static inline uint32_t FLAC__bitmath_ilog2_wide(FLAC__uint64 v) in FLAC__bitmath_ilog2_wide() function