TUT HEVC Encoder
|
A stream of bits.
#include <bitstream.h>
Data Fields | |
uint32_t | len |
Total number of complete bytes. | |
kvz_data_chunk * | first |
Pointer to the first chunk, or NULL. | |
kvz_data_chunk * | last |
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 |
uint8_t bitstream_t::cur_bit |
uint8_t bitstream_t::data |
kvz_data_chunk* bitstream_t::first |
kvz_data_chunk* bitstream_t::last |
uint32_t bitstream_t::len |
uint8_t bitstream_t::zerocount |