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