Enum MPEG2VideoEncoderCompareFunc
MPEG-2 macroblock compare functions.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum MPEG2VideoEncoderCompareFunc
Fields
| Name | Description |
|---|---|
| Bit | Number of bits needed for the block. |
| Chroma | Chroma. |
| DCTMax | dctmax. |
| Dct | Sum of absolute DCT transformed differences. |
| Dct264 | dct264. |
| 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. |