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

/external/flac/libFLAC/include/private/
H A Dfloat.h77 * FLAC__fixedpoint_log2()
93 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision);
/external/flac/libFLAC/
H A Dfloat.c275 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision) function
H A Dfixed.c106 /* FLAC__fixedpoint_log2 requires fracbits%4 to be 0 */
115 rbps = FLAC__fixedpoint_log2(rbps, fracbits, (unsigned)(-1));
185 /* FLAC__fixedpoint_log2 requires fracbits%4 to be 0 */
194 rbps = FLAC__fixedpoint_log2(rbps, fracbits, (unsigned)(-1));

Completed in 89 milliseconds