LibJPEG
bitread_working_state
is only used within LibJPEG.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LibJPEG
bitread_working_state
bitread_working_state struct
Syntax
Show:
Summary
Declaration
from
jdhuff.c:84
typedef
struct
{
const
JOCTET
*
next_input_byte
;
size_t
bytes_in_buffer
;
bit_buf_type
get_buffer
;
int
bits_left
;
j_decompress_ptr
cinfo
;
}
bitread_working_state
;
Fields
Field
Declared as
bitread_working_state::next_input_byte
const
JOCTET
*
bitread_working_state::bytes_in_buffer
size_t
bitread_working_state::get_buffer
bit_buf_type
bitread_working_state::bits_left
int
bitread_working_state::cinfo
j_decompress_ptr
Related Functions
Found 2 other functions taking a
bitread_working_state
argument:
Function
jpeg_fill_bit_buffer()
jpeg_huff_decode()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out