Searched refs:set_qlp_coeff_precision (Results 1 – 4 of 4) sorted by relevance
98 const bool res = encoder.set_qlp_coeff_precision(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput()
140 …virtual bool set_qlp_coeff_precision(uint32_t value); ///< See FLAC__stream_encoder_set_…
144 bool Stream::set_qlp_coeff_precision(uint32_t value) in set_qlp_coeff_precision() function in FLAC::Encoder::Stream
281 if(!encoder->set_qlp_coeff_precision(0)) in test_stream_encoder()