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

/external/flac/libFLAC/include/private/
H A Dfloat.h78 * FLAC__fixedpoint_log2()
94 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision);
/external/flac/libFLAC/
H A Dfloat.c269 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision) function
H A Dfixed.c99 /* FLAC__fixedpoint_log2 requires fracbits%4 to be 0 */
108 rbps = FLAC__fixedpoint_log2(rbps, fracbits, (unsigned)(-1));
178 /* FLAC__fixedpoint_log2 requires fracbits%4 to be 0 */
187 rbps = FLAC__fixedpoint_log2(rbps, fracbits, (unsigned)(-1));

Completed in 724 milliseconds