Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dbitmath.c87 unsigned FLAC__bitmath_silog2_wide(FLAC__int64 v) in FLAC__bitmath_silog2_wide() function
Dlpc.c549 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()
/external/flac/libFLAC/include/private/
Dbitmath.h184 unsigned FLAC__bitmath_silog2_wide(FLAC__int64 v);