Searched refs:get_max_residual_partition_order (Results 1 – 3 of 3) sorted by relevance
481 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()
169 …virtual uint32_t get_max_residual_partition_order() const; ///< See FLAC__stream_encoder_get_max_r…
325 uint32_t Stream::get_max_residual_partition_order() const in get_max_residual_partition_order() function in FLAC::Encoder::Stream