LibJPEG
d_derived_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
d_derived_tbl
d_derived_tbl struct
Syntax
Show:
Summary
Declaration
from
jdhuff.c:28
typedef
struct
{
INT32
maxcode
[
18
]
;
INT32
valoffset
[
17
]
;
JHUFF_TBL
*
pub
;
int
look_nbits
[
1
<
<
HUFF_LOOKAHEAD
]
;
UINT8
look_sym
[
1
<
<
HUFF_LOOKAHEAD
]
;
}
d_derived_tbl
;
Fields
Field
Declared as
d_derived_tbl::maxcode
INT32
[
18
]
d_derived_tbl::valoffset
INT32
[
17
]
d_derived_tbl::pub
JHUFF_TBL
*
d_derived_tbl::look_nbits
int
[
1
<
<
HUFF_LOOKAHEAD
]
d_derived_tbl::look_sym
UINT8
[
1
<
<
HUFF_LOOKAHEAD
]
Related Functions
Found 2 other functions taking a
d_derived_tbl
argument:
Function
jpeg_huff_decode()
jpeg_make_d_derived_tbl()
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