Home
last modified time | relevance | path

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

/external/flac/libFLAC/include/private/
Dfloat.h94 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision);
/external/flac/libFLAC/
Dfloat.c269 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision) in FLAC__fixedpoint_log2() function
Dfixed.c108 rbps = FLAC__fixedpoint_log2(rbps, fracbits, (unsigned)(-1)); in local__compute_rbps_integerized()
187 rbps = FLAC__fixedpoint_log2(rbps, fracbits, (unsigned)(-1)); in local__compute_rbps_wide_integerized()