Class RdOptimizerSettings

RdOptimizerSettings class

RD optimizer settings class

public class RdOptimizerSettings

Constructors

NameDescription
RdOptimizerSettings()Initializes a new instance of the RdOptimizerSettings class.

Properties

NameDescription
BppMax { get; set; }Gets or sets the maximum R value for consideration in in bits per pixel
BppScale { get; set; }Gets or sets the BPP (bits per pixel) scale factor.
DiscretizedBppMax { get; }Gets the maximum R value for consideration.
MaxPixelValue { get; }Gets the maximum pixel value.
MaxQ { get; set; }Gets or sets the maximum quantization value.
MinQ { get; }Gets the minimum allowed quantization value.
PsnrMax { get; }Gets the PSNR maximum expected value.

Methods

NameDescription
static Create()Creates this instance.

See Also