LibJPEG
jpeg_compress_struct::cconvert
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_compress_struct::cconvert
jpeg_compress_struct::cconvert field
Syntax
Show:
Summary
Declaration
from
jpeglib.h:431
struct
jpeg_color_converter
*
cconvert
;
Examples
References
from
examples
Code
Location
Referrer
struct
jpeg_color_converter
*
cconvert
;
jpeglib.h:431
my_cconvert_ptr
cconvert
=
(
my_cconvert_ptr
)
cinfo
->
cconvert
;
jccolor.c:89
rgb_ycc_start()
my_cconvert_ptr
cconvert
=
(
my_cconvert_ptr
)
cinfo
->
cconvert
;
jccolor.c:135
rgb_ycc_convert()
my_cconvert_ptr
cconvert
=
(
my_cconvert_ptr
)
cinfo
->
cconvert
;
jccolor.c:191
rgb_gray_convert()
my_cconvert_ptr
cconvert
=
(
my_cconvert_ptr
)
cinfo
->
cconvert
;
jccolor.c:230
cmyk_ycck_convert()
cinfo
->
cconvert
=
(
struct
jpeg_color_converter
*
)
cconvert
;
jccolor.c:393
jinit_color_converter()
(
*
cinfo
->
cconvert
->
start_pass
)
(
cinfo
)
;
jcmaster.c:677
prepare_for_pass()
(
*
cinfo
->
cconvert
->
color_convert
)
(
cinfo
,
input_buf
+
*
in_row_ctr
,
jcprepct.c:145
pre_process_data()
(
*
cinfo
->
cconvert
->
color_convert
)
(
cinfo
,
input_buf
+
*
in_row_ctr
,
jcprepct.c:214
pre_process_context()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
jpeg_compress_struct::cconvert
is written by 1 function and is read by 7 functions:
jinit_color_converter()
All items filtered out
jpeg_compress_struct::cconvert
rgb_ycc_start()
rgb_ycc_convert()
rgb_gray_convert()
cmyk_ycck_convert()
prepare_for_pass()
pre_process_data()
pre_process_context()
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