Searched refs:FLAC__FP_ZERO (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/include/private/
H A Dfloat.h64 extern const FLAC__fixedpoint FLAC__FP_ZERO;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dfloat.c49 const FLAC__fixedpoint FLAC__FP_ZERO = 0; variable
H A Dstream_encoder.c3224 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 */

Completed in 65 milliseconds