Enum TransformSkipMode
Enable evaluation of transform skip (bypass DCT but still use quantization) coding for 4x4 TU coded blocks.
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum TransformSkipMode
Fields
| Name | Description |
|---|---|
| FAST | Only evaluate transform skip for NxN intra predictions (4x4 blocks). |
| NONE | No transform skip enabled |
| NORMAL | Enable normal evaluation of transform skip |