Show / Hide Table of Contents

Enum RateDistortionPenaltyMode

Penalty for 32x32 intra transfer units in non-I slices.

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

Fields

Name Description
DISABLED

Rate distortion penalty disabled.

MAXIMUM

Transform units of size 32x32 are not even attempted, unless otherwise required by the maximum recursion depth.

NORMAL

Transform units of size 32x32 are given a 4x bit cost penalty compared to smaller transform units, in intra coded CUs in P or B slices.

Back to top Generated by DocFX