Searched refs:FLAC__stream_encoder_set_max_residual_partition_order (Results 1 – 8 of 8) sorted by relevance
109 FLAC__stream_encoder_set_max_residual_partition_order(encoder, 0); in file_utils__generate_flacfile()
165 FLAC__stream_encoder_set_max_residual_partition_order(mFlacStreamEncoder, in initEncoder()
83 | `FLAC__stream_encoder_set_max_residual_partition_order` | - |`0 ` `1 ` | bit 0 of 17th byte of…
1092 FLAC_API FLAC__bool FLAC__stream_encoder_set_max_residual_partition_order(FLAC__StreamEncoder *enco…
259 if(!FLAC__stream_encoder_set_max_residual_partition_order(encoder, 0)) in test_stream_encoder()
177 …return static_cast<bool>(::FLAC__stream_encoder_set_max_residual_partition_order(encoder_, value)); in set_max_residual_partition_order()
1651 …ok &= FLAC__stream_encoder_set_max_residual_partition_order(encoder, compression_levels_[value].ma… in FLAC__stream_encoder_set_compression_level()1874 FLAC_API FLAC__bool FLAC__stream_encoder_set_max_residual_partition_order(FLAC__StreamEncoder *enco… in FLAC__stream_encoder_set_max_residual_partition_order() function
2139 …FLAC__stream_encoder_set_max_residual_partition_order(e->encoder, options.compression_settings[ic]… in EncoderSession_init_encoder()