Searched refs:FLAC__bitmath_silog2_wide (Results 1 – 3 of 3) sorted by relevance
87 unsigned FLAC__bitmath_silog2_wide(FLAC__int64 v) in FLAC__bitmath_silog2_wide() function
549 if(FLAC__bitmath_silog2_wide(sum >> lp_quantization) > 32) { in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()553 if(FLAC__bitmath_silog2_wide((FLAC__int64)(*data) - (sum >> lp_quantization)) > 32) { in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()1066 if(FLAC__bitmath_silog2_wide(sum >> lp_quantization) > 32) { in FLAC__lpc_restore_signal_wide()1070 if(FLAC__bitmath_silog2_wide((FLAC__int64)(*r) + (sum >> lp_quantization)) > 32) { in FLAC__lpc_restore_signal_wide()
184 unsigned FLAC__bitmath_silog2_wide(FLAC__int64 v);