LibJPEG
jpeg_scan_info
is only used within LibJPEG.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LibJPEG
jpeg_scan_info
jpeg_scan_info struct
Syntax
Show:
Summary
Declaration
from
jpeglib.h:193
typedef
struct
{
int
comps_in_scan
;
int
component_index
[
MAX_COMPS_IN_SCAN
]
;
int
Ss
,
Se
;
int
Ah
,
Al
;
}
jpeg_scan_info
;
Fields
Field
Declared as
jpeg_scan_info::comps_in_scan
int
jpeg_scan_info::component_index
int
[
MAX_COMPS_IN_SCAN
]
jpeg_scan_info::Ss
int
jpeg_scan_info::Se
int
Ss
,
jpeg_scan_info::Ah
int
jpeg_scan_info::Al
int
Ah
,
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