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

Defines H.264/AVC direct predition mode. More...

Enumerations

enum  Enum {
  Temporal = 0 ,
  Spatial = 1
}
 

Detailed Description

Defines H.264/AVC direct predition mode.

Note
The constants follow the H.264 spec for the element "direct_spatial_mv_pred_flag"

Enumeration Type Documentation

◆ Enum

enum Enum
Enumerator
Temporal 

Temporal direct mode prediction.

Spatial 

Spatial direct mode prediction.