HomeSort by relevance Sort by last modified time
    Searched refs:max_residual_partition_order (Results 1 - 2 of 2) sorted by null

  /external/flac/libFLAC/include/protected/
stream_encoder.h 107 unsigned max_residual_partition_order; member in struct:FLAC__StreamEncoderProtected
  /external/flac/libFLAC/
stream_encoder.c 107 unsigned max_residual_partition_order; member in struct:CompressionLevels
728 if(encoder->protected_->max_residual_partition_order > FLAC__SUBSET_MAX_RICE_PARTITION_ORDER)
741 if(encoder->protected_->max_residual_partition_order >= (1u << FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN))
742 encoder->protected_->max_residual_partition_order = (1u << FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE_ORDER_LEN) - 1;
743 if(encoder->protected_->min_residual_partition_order >= encoder->protected_->max_residual_partition_order)
744 encoder->protected_->min_residual_partition_order = encoder->protected_->max_residual_partition_order;
    [all...]

Completed in 49 milliseconds