Class RdOptimizerSettings
RdOptimizerSettings class
RD optimizer settings class
public class RdOptimizerSettings
Constructors
Properties
Name | Description |
---|
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
Name | Description |
---|
static Create() | Creates this instance. |
See Also