OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__fixedpoint_log2
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
float.h
78
*
FLAC__fixedpoint_log2
()
94
FLAC__uint32
FLAC__fixedpoint_log2
(FLAC__uint32 x, unsigned fracbits, unsigned precision);
/external/flac/libFLAC/
float.c
269
FLAC__uint32
FLAC__fixedpoint_log2
(FLAC__uint32 x, unsigned fracbits, unsigned precision)
fixed.c
99
/*
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 321 milliseconds