AVBlocks for C++  3.0
Audio and Video Software Development Kit
Loading...
Searching...
No Matches
primo::codecs::H264MeMethod Namespace Reference

Defines the motion estimation methods used when encoding H.264/AVC. More...

Enumerations

enum  Enum {
  Full = 0 ,
  ClassicLog = 1 ,
  Log = 2 ,
  EPZS = 3 ,
  FullOrthogonal = 4 ,
  LogOrthogonal = 5 ,
  UMH = 8
}
 H264MeMethod::Enum. More...
 

Detailed Description

Defines the motion estimation methods used when encoding H.264/AVC.

Enumeration Type Documentation

◆ Enum

enum Enum

H264MeMethod::Enum.

Enumerator
Full 

Full (slowest)

ClassicLog 

TDL (Two Dimensional Logarithmic Search)

Log 

Log.

EPZS 

EPZS (Enhanced Predictive Zonal Search)

FullOrthogonal 

OSA (Full orthogonal)

LogOrthogonal 

Log orthogonal.

UMH 

UMH (Uneven Multi-Hexagon Search)