Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:FLAC__FP_ZERO

3224 			fixed_residual_bits_per_sample[1] == FLAC__FP_ZERO
3264 rice_parameter = (fixed_residual_bits_per_sample[fixed_order] > FLAC__FP_ZERO)? (unsigned)FLAC__fixedpoint_trunc(fixed_residual_bits_per_sample[fixed_order]+FLAC__FP_ONE_HALF) : 0; /* 0.5 is for rounding */