LibJPEG
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
working_state
working_state struct
Syntax
Show:
Summary
Declaration
from
jchuff.c:123
typedef
struct
{
JOCTET
*
next_output_byte
;
size_t
free_in_buffer
;
savable_state
cur
;
j_compress_ptr
cinfo
;
}
working_state
;
Fields
Field
Declared as
working_state::next_output_byte
JOCTET
*
working_state::free_in_buffer
size_t
working_state::cur
savable_state
working_state::cinfo
j_compress_ptr
Related Functions
Found 5 other functions taking a
working_state
argument:
Function
emit_bits_s()
dump_buffer_s()
flush_bits_s()
emit_restart_s()
encode_one_block()
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