HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__fixedpoint_log2 (Results 1 - 3 of 3) sorted by null

  /external/flac/libFLAC/include/private/
float.h 77 * FLAC__fixedpoint_log2()
93 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision);
  /external/flac/libFLAC/
float.c 275 FLAC__uint32 FLAC__fixedpoint_log2(FLAC__uint32 x, unsigned fracbits, unsigned precision)
fixed.c 106 /* 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 723 milliseconds