Home
last modified time | relevance | path

Searched refs:get_max_residual_partition_order (Results 1 – 3 of 3) sorted by relevance

/external/flac/src/test_libFLAC++/
Dencoders.cpp481 if(encoder->get_max_residual_partition_order() != 0) { in test_stream_encoder()
482 printf("FAILED, expected %d, got %u\n", 0, encoder->get_max_residual_partition_order()); in test_stream_encoder()
/external/flac/include/FLAC++/
Dencoder.h169 …virtual uint32_t get_max_residual_partition_order() const; ///< See FLAC__stream_encoder_get_max_r…
/external/flac/src/libFLAC++/
Dstream_encoder.cpp325 uint32_t Stream::get_max_residual_partition_order() const in get_max_residual_partition_order() function in FLAC::Encoder::Stream