box::c0max is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

box::c0max field

Syntax

int c0min, c0max;

References

LocationReferrerText
jquant2.c:261
int c0min, c0max;
jquant2.c:326update_box()
c0min = boxp->c0min; c0max = boxp->c0max;
jquant2.c:347update_box()
boxp->c0max = c0max = c0;
jquant2.c:446median_cut()
b2->c0max = b1->c0max; b2->c1max = b1->c1max; b2->c2max = b1->c2max;
jquant2.c:452median_cut()
c0 = ((b1->c0max - b1->c0min) << C0_SHIFT) * C0_SCALE;
jquant2.c:475median_cut()
lb = (b1->c0max + b1->c0min) / 2;
jquant2.c:476median_cut()
b1->c0max = lb;
jquant2.c:516compute_color()
c0min = boxp->c0min; c0max = boxp->c0max;
jquant2.c:553select_colors()
boxlist[0].c0max = MAXJSAMPLE >> C0_SHIFT;

Data Use

Functions writing box::c0max
Functions reading box::c0max
box::c0max