Searched refs:FLAC__bitmath_ilog2 (Results 1 - 7 of 7) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dbitmath.h37 unsigned FLAC__bitmath_ilog2(FLAC__uint32 v);
/external/flac/libFLAC/
H A Dbitmath.c39 /* An example of what FLAC__bitmath_ilog2() computes:
61 unsigned FLAC__bitmath_ilog2(FLAC__uint32 v) function
H A Dfixed.c83 fracbits = (8*sizeof(err)) - (FLAC__bitmath_ilog2(err)+1);
94 bits = FLAC__bitmath_ilog2(err)+1;
131 FLAC__ASSERT((int)FLAC__bitmath_ilog2(rbps)+1 <= fracbits + 6);
210 FLAC__ASSERT((int)FLAC__bitmath_ilog2(rbps)+1 <= fracbits + 6);
H A Dbitwriter.c465 k = FLAC__bitmath_ilog2(parameter);
493 k = FLAC__bitmath_ilog2(parameter);
673 k = FLAC__bitmath_ilog2(parameter);
731 k = FLAC__bitmath_ilog2(parameter);
H A Dbitreader.c1189 k = FLAC__bitmath_ilog2(parameter);
1233 k = FLAC__bitmath_ilog2(parameter);
H A Dstream_encoder.c900 encoder->private_->use_wide_by_block = (encoder->protected_->bits_per_sample + FLAC__bitmath_ilog2(encoder->protected_->blocksize)+1 > 30);
901 encoder->private_->use_wide_by_order = (encoder->protected_->bits_per_sample + FLAC__bitmath_ilog2(max(encoder->protected_->max_lpc_order, FLAC__MAX_FIXED_ORDER))+1 > 30); /*@@@ need to use this? */
3594 qlp_coeff_precision = min(qlp_coeff_precision, 32 - subframe_bps - FLAC__bitmath_ilog2(order));
3601 if(subframe_bps + qlp_coeff_precision + FLAC__bitmath_ilog2(order) <= 32)
3801 if(FLAC__bitmath_ilog2(default_partition_samples) + bps < 32) {
3812 if(FLAC__bitmath_ilog2(default_partition_samples) + bps < 32) {
3890 raw_bits_per_partition[partition] = rmax? FLAC__bitmath_ilog2(rmax) + 2 : 1;
H A Dstream_decoder.c2681 if(bps + subframe->qlp_coeff_precision + FLAC__bitmath_ilog2(order) <= 32)

Completed in 2008 milliseconds