LibJPEG
my_upsampler
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_upsampler
my_upsampler struct
Syntax
Show:
Summary
Declaration
from
jdmerge.c:44
typedef
struct
{
struct
jpeg_upsampler
pub
;
JMETHOD
(
void
,
upmethod
,
(
j_decompress_ptr
cinfo
,
JSAMPIMAGE
input_buf
,
JDIMENSION
in_row_group_ctr
,
JSAMPARRAY
output_buf
)
)
;
int
*
Cr_r_tab
;
int
*
Cb_b_tab
;
INT32
*
Cr_g_tab
;
INT32
*
Cb_g_tab
;
JSAMPROW
spare_row
;
boolean
spare_full
;
JDIMENSION
out_row_width
;
JDIMENSION
rows_to_go
;
}
my_upsampler
;
Fields
Field
Declared as
my_upsampler::pub
struct
jpeg_upsampler
my_upsampler::upmethod
void
,
,
(
j_decompress_ptr
cinfo
,
JSAMPIMAGE
input_buf
,
JDIMENSION
in_row_group_ctr
,
JSAMPARRAY
output_buf
)
my_upsampler::Cr_r_tab
int
*
my_upsampler::Cb_b_tab
int
*
my_upsampler::Cr_g_tab
INT32
*
my_upsampler::Cb_g_tab
INT32
*
my_upsampler::spare_row
JSAMPROW
my_upsampler::spare_full
boolean
my_upsampler::out_row_width
JDIMENSION
my_upsampler::rows_to_go
JDIMENSION
my_upsampler::color_buf
JSAMPARRAY
[
MAX_COMPONENTS
]
my_upsampler::methods
upsample1_ptr
[
MAX_COMPONENTS
]
my_upsampler::next_row_out
int
my_upsampler::rowgroup_height
int
[
MAX_COMPONENTS
]
my_upsampler::h_expand
UINT8
[
MAX_COMPONENTS
]
my_upsampler::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