TUT HEVC Encoder
Loading...
Searching...
No Matches
Data Fields
bitstream_t Struct Reference

A stream of bits.

#include <bitstream.h>

Collaboration diagram for bitstream_t:

Data Fields

uint32_t len
 Total number of complete bytes.
 
kvz_data_chunkfirst
 Pointer to the first chunk, or NULL.
 
kvz_data_chunklast
 Pointer to the last chunk, or NULL.
 
uint8_t data
 The incomplete byte.
 
uint8_t cur_bit
 Number of bits in the incomplete byte.
 
uint8_t zerocount
 

Field Documentation

◆ cur_bit

uint8_t bitstream_t::cur_bit

◆ data

uint8_t bitstream_t::data

◆ first

kvz_data_chunk* bitstream_t::first

◆ last

kvz_data_chunk* bitstream_t::last

◆ len

uint32_t bitstream_t::len

◆ zerocount

uint8_t bitstream_t::zerocount

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