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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dbitmath.h38 unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dbitmath.c70 unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v) function
H A Dfixed.c162 fracbits = (8*sizeof(err)) - (FLAC__bitmath_ilog2_wide(err)+1);
173 bits = FLAC__bitmath_ilog2_wide(err)+1;

Completed in 126 milliseconds