Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:max_residual_partition_order

129 	unsigned max_residual_partition_order;
756 if(encoder->protected_->max_residual_partition_order > FLAC__SUBSET_MAX_RICE_PARTITION_ORDER)
769 if(encoder->protected_->max_residual_partition_order >= (1u << FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN))
770 encoder->protected_->max_residual_partition_order = (1u << FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN) - 1;
771 if(encoder->protected_->min_residual_partition_order >= encoder->protected_->max_residual_partition_order)
772 encoder->protected_->min_residual_partition_order = encoder->protected_->max_residual_partition_order;
1498 ok &= FLAC__stream_encoder_set_max_residual_partition_order(encoder, compression_levels_[value].max_residual_partition_order);
1686 encoder->protected_->max_residual_partition_order = value;
1960 return encoder->protected_->max_residual_partition_order;
2147 encoder->protected_->max_residual_partition_order = 0;
2943 max_partition_order = min(max_partition_order, encoder->protected_->max_residual_partition_order);