my_upsampler::Cr_r_tab is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

my_upsampler::Cr_r_tab field

Syntax

int * Cr_r_tab;

References

LocationReferrerText
jdmerge.c:53
int * Cr_r_tab; /* => table for Cr to R conversion */
jdmerge.c:90build_ycc_rgb_table()
upsample->Cr_r_tab = (int *)
jdmerge.c:107build_ycc_rgb_table()
upsample->Cr_r_tab[i] = (int)
jdmerge.c:238h2v1_merged_upsample()
int * Crrtab = upsample->Cr_r_tab;
jdmerge.c:300h2v2_merged_upsample()
int * Crrtab = upsample->Cr_r_tab;

Data Use

Functions writing my_upsampler::Cr_r_tab
Functions reading my_upsampler::Cr_r_tab
all items filtered out
my_upsampler::Cr_r_tab