Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:FLAC__bitmath_silog2_wide

549 		if(FLAC__bitmath_silog2_wide(sum >> lp_quantization) > 32) {
553 if(FLAC__bitmath_silog2_wide((FLAC__int64)(*data) - (sum >> lp_quantization)) > 32) {
1066 if(FLAC__bitmath_silog2_wide(sum >> lp_quantization) > 32) {
1070 if(FLAC__bitmath_silog2_wide((FLAC__int64)(*r) + (sum >> lp_quantization)) > 32) {