Home
last modified time | relevance | path

Searched refs:FLAC__bitmath_silog2 (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/
Dbitmath.c63 unsigned FLAC__bitmath_silog2(FLAC__int64 v) in FLAC__bitmath_silog2() function
Dlpc.c548 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()
/external/flac/libFLAC/include/private/
Dbitmath.h208 unsigned FLAC__bitmath_silog2(FLAC__int64 v);