[][src]Function flac_sys::FLAC__stream_encoder_set_do_qlp_coeff_prec_search

pub unsafe extern "C" fn FLAC__stream_encoder_set_do_qlp_coeff_prec_search(
    encoder: *mut FLAC__StreamEncoder,
    value: FLAC__bool
) -> FLAC__bool

Set to \c false to use only the specified quantized linear predictor coefficient precision, or \c true to search neighboring precision values and use the best one.

\default \c false \param encoder An encoder instance to set. \param value See above. \assert \code encoder != NULL \endcode \retval FLAC__bool \c false if the encoder is already initialized, else \c true.