LibJPEG
my_downsampler
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
my_downsampler
my_downsampler struct
Syntax
Show:
Summary
Declaration
from
jcsample.c:60
typedef
struct
{
struct
jpeg_downsampler
pub
;
downsample1_ptr
methods
[
MAX_COMPONENTS
]
;
int
rowgroup_height
[
MAX_COMPONENTS
]
;
UINT8
h_expand
[
MAX_COMPONENTS
]
;
UINT8
v_expand
[
MAX_COMPONENTS
]
;
}
my_downsampler
;
Fields
Field
Declared as
my_downsampler::pub
struct
jpeg_downsampler
my_downsampler::methods
downsample1_ptr
[
MAX_COMPONENTS
]
my_downsampler::rowgroup_height
int
[
MAX_COMPONENTS
]
my_downsampler::h_expand
UINT8
[
MAX_COMPONENTS
]
my_downsampler::v_expand
UINT8
[
MAX_COMPONENTS
]
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