syntaxelement Struct Reference

Syntaxelement. More...

#include <global.h>


Data Fields

int type
int value1
int value2
int len
int inf
unsigned int bitpattern
int context
int k
void(* mapping )(int len, int info, int *value1, int *value2)
void(* reading )(Macroblock *currMB, struct syntaxelement *, DecodingEnvironmentPtr)


Detailed Description

Syntaxelement.

Definition at line 275 of file global.h.


Field Documentation

unsigned int bitpattern

CAVLC bitpattern.

Definition at line 282 of file global.h.

int context

int inf

int k

CABAC context for coeff_count,uv.

Definition at line 284 of file global.h.

int len

void(* mapping)(int len, int info, int *value1, int *value2)

int type

int value1

int value2


The documentation for this struct was generated from the following file:

Documentation generated with DoxyGen