Searched refs:FLAC__bitmath_ilog2_wide (Results 1 – 3 of 3) sorted by relevance
72 return FLAC__bitmath_ilog2_wide(v)+2; in FLAC__bitmath_silog2()
155 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()
172 static inline uint32_t FLAC__bitmath_ilog2_wide(FLAC__uint64 v) in FLAC__bitmath_ilog2_wide() function