AVBlocks for C++  2.1
Audio and Video Software Development Kit
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)