PrimoBurner(tm) for C++  4.4
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
primo::codecs::H264EntropyCodingMode Namespace Reference

Defines H.264/AVC entropy coding modes. More...

Enumerations

enum  Enum {
  CAVLC = 0,
  CABAC = 1
}
 H264EntropyCodingMode::Enum. More...
 

Detailed Description

Defines H.264/AVC entropy coding modes.

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

Enumeration Type Documentation

enum Enum

H264EntropyCodingMode::Enum.

Enumerator
CAVLC 

Context-Adaptive Variable-Length Coding (CAVLC)

CABAC 

Context-Adaptive Binary Arithmetic Coding (CABAC)