Show / Hide Table of Contents

Enum LimitReferences

LimitReferences

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

Fields

Name Description
CU

The rectangular and asymmetrical partitions will only use references selected by the 2Nx2N motion search.

DEPTH

Will limit the references analyzed at the current depth based on the references used to code the 4 sub-blocks at the next depth.

DEPTH_AND_CU

The 2Nx2N motion search at each depth will only use references from the split CUs and the rect/amp motion searches at that depth will only use the reference(s) selected by 2Nx2N.

DISABLED

Disables limiting references

Back to top Generated by DocFX