Lines Matching refs:max_residual_partition_order
129 unsigned max_residual_partition_order; member
756 if(encoder->protected_->max_residual_partition_order > FLAC__SUBSET_MAX_RICE_PARTITION_ORDER) in init_stream_internal_()
769 …if(encoder->protected_->max_residual_partition_order >= (1u << FLAC__ENTROPY_CODING_METHOD_PARTITI… in init_stream_internal_()
770 …encoder->protected_->max_residual_partition_order = (1u << FLAC__ENTROPY_CODING_METHOD_PARTITIONED… in init_stream_internal_()
771 …der->protected_->min_residual_partition_order >= encoder->protected_->max_residual_partition_order) in init_stream_internal_()
772 …oder->protected_->min_residual_partition_order = encoder->protected_->max_residual_partition_order; in init_stream_internal_()
1498 …set_max_residual_partition_order(encoder, compression_levels_[value].max_residual_partition_order); in FLAC__stream_encoder_set_compression_level()
1686 encoder->protected_->max_residual_partition_order = value; in FLAC__stream_encoder_set_max_residual_partition_order()
1960 return encoder->protected_->max_residual_partition_order; in FLAC__stream_encoder_get_max_residual_partition_order()
2147 encoder->protected_->max_residual_partition_order = 0; in set_defaults_()
2943 max_partition_order = min(max_partition_order, encoder->protected_->max_residual_partition_order); in process_subframes_()