Searched refs:FLAC__bitmath_silog2 (Results 1 – 3 of 3) sorted by relevance
63 unsigned FLAC__bitmath_silog2(FLAC__int64 v) in FLAC__bitmath_silog2() function
548 if(FLAC__bitmath_silog2(sum >> lp_quantization) > 32) { in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()552 if(FLAC__bitmath_silog2((FLAC__int64)(*data) - (sum >> lp_quantization)) > 32) { in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()1065 if(FLAC__bitmath_silog2(sum >> lp_quantization) > 32) { in FLAC__lpc_restore_signal_wide()1069 if(FLAC__bitmath_silog2((FLAC__int64)(*r) + (sum >> lp_quantization)) > 32) { in FLAC__lpc_restore_signal_wide()
208 unsigned FLAC__bitmath_silog2(FLAC__int64 v);