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

box::c2max field

Syntax

int c2min, c2max;

References

LocationReferrerText
jquant2.c:263
int c2min, c2max;
jquant2.c:328update_box()
c2min = boxp->c2min; c2max = boxp->c2max;
jquant2.c:391update_box()
boxp->c2max = c2max = c2;
jquant2.c:446median_cut()
b2->c0max = b1->c0max; b2->c1max = b1->c1max; b2->c2max = b1->c2max;
jquant2.c:454median_cut()
c2 = ((b1->c2max - b1->c2min) << C2_SHIFT) * C2_SCALE;
jquant2.c:485median_cut()
lb = (b1->c2max + b1->c2min) / 2;
jquant2.c:486median_cut()
b1->c2max = lb;
jquant2.c:518compute_color()
c2min = boxp->c2min; c2max = boxp->c2max;
jquant2.c:557select_colors()
boxlist[0].c2max = MAXJSAMPLE >> C2_SHIFT;

Data Use

Functions writing box::c2max
Functions reading box::c2max
box::c2max