Bitstream Struct Reference

Bitstream. More...

#include <global.h>


Data Fields

int buffer_size
int byte_pos
int bits_to_go
int stored_byte_pos
int stored_bits_to_go
int byte_pos_skip
int bits_to_go_skip
int write_flag
byte byte_buf
byte stored_byte_buf
byte byte_buf_skip
bytestreamBuffer


Detailed Description

Bitstream.

Definition at line 401 of file global.h.


Field Documentation

storage for bitcounter

Definition at line 410 of file global.h.

Referenced by end_macroblock().

Buffer size.

Definition at line 403 of file global.h.

Referenced by create_slice_nalus(), and malloc_slice().

current buffer for last written byte

Definition at line 415 of file global.h.

Referenced by end_macroblock().

int byte_pos

storage for position in bitstream;

Definition at line 409 of file global.h.

Referenced by end_macroblock().

storage for bitcounter

Definition at line 408 of file global.h.

Referenced by end_macroblock(), and start_macroblock().

storage for buffer of last written byte

Definition at line 414 of file global.h.

Referenced by end_macroblock(), and start_macroblock().

storage for position in bitstream;

Definition at line 407 of file global.h.

Referenced by end_macroblock(), and start_macroblock().


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

Documentation generated with DoxyGen