Show / Hide Table of Contents

Enum RateDistortionLevelForQuantization

RateDistortionLevelForQuantization

Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum RateDistortionLevelForQuantization

Fields

Name Description
DISABLED

Rate-distortion cost is not considered in quantization.

LEVELS

Rate-distortion cost is used to find optimal rounding values for each level.

LEVELS_AND_CODING_GROUPS

Rate-distortion cost is used to make decimate decisions on each 4x4 coding group.

Back to top Generated by DocFX