Enum MPEG4EncoderComparisonFunc
Enumeration for MPEG-4 encoder comparison functions.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum MPEG4EncoderComparisonFunc
Fields
Name | Description |
---|---|
Bit | Number of bits needed for the block. |
Chroma | Chroma. |
Dct | Sum of absolute DCT transformed differences. |
Dct264 | DCT 264. |
DctMax | DCT maximum. |
Msad | Sum of absolute differences, median predicted. |
Nsse | Noise preserving sum of squared differences. |
Psnr | Sum of squared quantization errors, low quality. |
Rd | Rate distortion optimal, slow. |
Sad | Sum of absolute differences, fast. |
Satd | Sum of absolute Hadamard transformed differences. |
Sse | Sum of squared errors. |
Vsad | Sum of absolute vertical differences. |
Vsse | Sum of squared vertical differences. |
Zero | Zero. |