my_decomp_master is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

my_decomp_master struct

Syntax

typedef struct {   struct jpeg_decomp_master pub;    int pass_number;           boolean using_merged_upsample;    struct jpeg_color_quantizer * quantizer_1pass;   struct jpeg_color_quantizer * quantizer_2pass; } my_decomp_master;

Fields

pub

No summary provided. Read more...

pass_number

No summary provided. Read more...

using_merged_upsample

No summary provided. Read more...

quantizer_1pass

No summary provided. Read more...

quantizer_2pass

No summary provided. Read more...

Type Use

Variables of my_decomp_master type
master_selection()::master
prepare_for_output_pass()::master
finish_output_pass()::master
jinit_master_decompress()::master
all items filtered out
my_decomp_master
all items filtered out
my_decomp_master
all items filtered out