Searched refs:FLAC__bitmath_ilog2 (Results 1 – 9 of 9) sorted by relevance
76 fracbits = (8*sizeof(err)) - (FLAC__bitmath_ilog2(err)+1); in local__compute_rbps_integerized()87 bits = FLAC__bitmath_ilog2(err)+1; in local__compute_rbps_integerized()124 FLAC__ASSERT((int)FLAC__bitmath_ilog2(rbps)+1 <= fracbits + 6); in local__compute_rbps_integerized()203 FLAC__ASSERT((int)FLAC__bitmath_ilog2(rbps)+1 <= fracbits + 6); in local__compute_rbps_wide_integerized()
464 k = FLAC__bitmath_ilog2(parameter);492 k = FLAC__bitmath_ilog2(parameter);652 k = FLAC__bitmath_ilog2(parameter);710 k = FLAC__bitmath_ilog2(parameter);
60 const uint32_t threshold = 32 - FLAC__bitmath_ilog2(default_partition_samples); in FLAC__precompute_partition_info_sums_intrin_ssse3()
60 const uint32_t threshold = 32 - FLAC__bitmath_ilog2(default_partition_samples); in FLAC__precompute_partition_info_sums_intrin_avx2()
71 const uint32_t threshold = 32 - FLAC__bitmath_ilog2(default_partition_samples); in FLAC__precompute_partition_info_sums_intrin_sse2()
900 k = FLAC__bitmath_ilog2(parameter);944 k = FLAC__bitmath_ilog2(parameter);
3435 …if(subframe_bps + 4 + FLAC__bitmath_ilog2((frame_header->blocksize-FLAC__MAX_FIXED_ORDER)|1) <= 32) in process_subframe_()3570 …max_qlp_coeff_precision = flac_min(32 - subframe_bps - FLAC__bitmath_ilog2(lpc_order), FLAC__MAX_Q… in process_subframe_()3815 …qlp_coeff_precision = flac_min(qlp_coeff_precision, 32 - subframe_bps - FLAC__bitmath_ilog2(order)… in evaluate_lpc_subframe_()3822 if(subframe_bps + qlp_coeff_precision + FLAC__bitmath_ilog2(order) <= 32) in evaluate_lpc_subframe_()4010 const uint32_t threshold = 32 - FLAC__bitmath_ilog2(default_partition_samples); in precompute_partition_info_sums_()4087 raw_bits_per_partition[partition] = rmax? FLAC__bitmath_ilog2(rmax) + 2 : 1; in precompute_partition_info_escapes_()
2714 if(bps + subframe->qlp_coeff_precision + FLAC__bitmath_ilog2(order) <= 32) in read_subframe_lpc_()
156 static inline uint32_t FLAC__bitmath_ilog2(FLAC__uint32 v) in FLAC__bitmath_ilog2() function