Home
last modified time | relevance | path

Searched refs:set_max_lpc_order (Results 1 – 4 of 4) sorted by relevance

/external/flac/oss-fuzz/
Dfuzz-encoder.cc94 const bool res = encoder.set_max_lpc_order(ds.Get<uint8_t>()); in LLVMFuzzerTestOneInput()
/external/flac/include/FLAC++/
Dencoder.h139 …virtual bool set_max_lpc_order(uint32_t value); ///< See FLAC__stream_encoder_set_…
/external/flac/src/libFLAC++/
Dstream_encoder.cpp138 bool Stream::set_max_lpc_order(uint32_t value) in set_max_lpc_order() function in FLAC::Encoder::Stream
/external/flac/src/test_libFLAC++/
Dencoders.cpp276 if(!encoder->set_max_lpc_order(0)) in test_stream_encoder()