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

box::c1max field

Syntax

int c1min, c1max;

References

LocationReferrerText
jquant2.c:262
int c1min, c1max;
jquant2.c:327update_box()
c1min = boxp->c1min; c1max = boxp->c1max;
jquant2.c:369update_box()
boxp->c1max = c1max = c1;
jquant2.c:446median_cut()
b2->c0max = b1->c0max; b2->c1max = b1->c1max; b2->c2max = b1->c2max;
jquant2.c:453median_cut()
c1 = ((b1->c1max - b1->c1min) << C1_SHIFT) * C1_SCALE;
jquant2.c:480median_cut()
lb = (b1->c1max + b1->c1min) / 2;
jquant2.c:481median_cut()
b1->c1max = lb;
jquant2.c:517compute_color()
c1min = boxp->c1min; c1max = boxp->c1max;
jquant2.c:555select_colors()
boxlist[0].c1max = MAXJSAMPLE >> C1_SHIFT;

Data Use

Functions writing box::c1max
Functions reading box::c1max
box::c1max