LibJPEG
JHUFF_TBL
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
JHUFF_TBL
JHUFF_TBL struct
Syntax
Show:
Summary
Declaration
from
jpeglib.h:109
typedef
struct
{
UINT8
bits
[
17
]
;
UINT8
huffval
[
256
]
;
boolean
sent_table
;
}
JHUFF_TBL
;
Fields
Field
Declared as
JHUFF_TBL::bits
UINT8
[
17
]
JHUFF_TBL::huffval
UINT8
[
256
]
JHUFF_TBL::sent_table
boolean
Related Functions
Found 2 other functions taking a
JHUFF_TBL
argument:
Function
add_huff_table()
jpeg_gen_optimal_table()
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