HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
SyntaxElementWriter.h File Reference

CAVLC encoder class (header) More...

#include "TLibCommon/CommonDef.h"
#include "TLibCommon/TComBitStream.h"
#include "TLibCommon/TComRom.h"
Include dependency graph for SyntaxElementWriter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SyntaxElementWriter
 

Macros

#define WRITE_SCODE(value, length, name)   xWriteSCode ( value, length )
 
#define WRITE_CODE(value, length, name)   xWriteCode ( value, length )
 
#define WRITE_UVLC(value,name)   xWriteUvlc ( value )
 
#define WRITE_SVLC(value,name)   xWriteSvlc ( value )
 
#define WRITE_FLAG(value,name)   xWriteFlag ( value )
 

Detailed Description

CAVLC encoder class (header)

Definition in file SyntaxElementWriter.h.