Skip to main content

Module data

Module data 

Source
Expand description

Slice data access (currently baseline profile - CAVLC only, no MBAFF).

Implements the slice_data() syntax from spec section 7.3.4.

  1. Parse context-free parts of macroblock_layer() — mb_type, mb_pred/sub_mb_pred, coded_block_pattern, mb_qp_delta.
  2. The caller takes over the BitRead stream to parse residual() using CAVLC with decoder-computed nC values.

Structs§

InterPrediction
MacroblockHeader
MacroblockResidual
SliceDataReader
SubMbInfo

Enums§

CavlcContext
CavlcError
MbPrediction
MbTypeInfo
SliceDataError
SliceEvent