ReactOS 0.4.15-dev-7934-g1dc8d80
bitread_working_state Struct Reference
Collaboration diagram for bitread_working_state:

Public Attributes

const JOCTETnext_input_byte
 
size_t bytes_in_buffer
 
bit_buf_type get_buffer
 
int bits_left
 
j_decompress_ptr cinfo
 

Detailed Description

Definition at line 84 of file jdhuff.c.

Member Data Documentation

◆ bits_left

int bitread_working_state::bits_left

Definition at line 93 of file jdhuff.c.

◆ bytes_in_buffer

size_t bitread_working_state::bytes_in_buffer

Definition at line 88 of file jdhuff.c.

◆ cinfo

j_decompress_ptr bitread_working_state::cinfo

Definition at line 95 of file jdhuff.c.

◆ get_buffer

bit_buf_type bitread_working_state::get_buffer

Definition at line 92 of file jdhuff.c.

◆ next_input_byte

const JOCTET* bitread_working_state::next_input_byte

Definition at line 87 of file jdhuff.c.


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