Show / Hide Table of Contents

Enum H264SubMe

Subpixel motion estimation and mode decision

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

Fields

Name Description
FULLPEL

fullpel only (not recommended)

QPEL3

Progressively more qpel

QPEL4

Progressively more qpel

QPEL5

Progressively more qpel

RD_ALL

RD mode decision for all frames

RD_IP

RD mode decision for I/P+frames

RD_REF_ALL

RD refinement for all frames

RD_REF_IP

RD refinement for I/P+frames

SAD

SAD mode decision, one qpel iteration

SATD

SATD mode decision

Back to top Generated by DocFX