Searched refs:FLAC__bitmath_ilog2_wide (Results 1 – 2 of 2) sorted by relevance
146 static inline unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v) in FLAC__bitmath_ilog2_wide() function
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()