GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
bitstream.cpp File Reference
#include "bitstream.h"
#include "quant_matrix.h"
+ Include dependency graph for bitstream.cpp:

Macros

#define VIDOBJ_START_CODE_MASK   0x0000001f
 
#define VIDOBJLAY_START_CODE_MASK   0x0000000f
 

Functions

 dword ((dword a)=((dword a)<< 24)|(((dword a)&0xff00)<< 8)|(((dword a) >> 8)&0xff00)|(((dword a) >> 24)&0xff))
 

Variables

static const dword intra_dc_threshold_table []
 

Macro Definition Documentation

#define VIDOBJ_START_CODE_MASK   0x0000001f
#define VIDOBJLAY_START_CODE_MASK   0x0000000f

Function Documentation

dword ( (dword a)  = (( dword a ) << 24) | ((( dword a ) & 0xff00) << 8) | ((( dword a ) >> 8) & 0xff00) | ((( dword a ) >> 24) & 0xff))

Variable Documentation

const dword intra_dc_threshold_table[]
static
Initial value:
= {
32,
13,
15,
17,
19,
21,
23,
1,
}