Home
last modified time | relevance | path

Searched refs:c1max (Results 1 – 3 of 3) sorted by relevance

/external/jpeg/
Djquant2.c261 int c1min, c1max; member
321 int c0min,c0max,c1min,c1max,c2min,c2max; in update_box() local
326 c1min = boxp->c1min; c1max = boxp->c1max; in update_box()
331 for (c1 = c1min; c1 <= c1max; c1++) { in update_box()
342 for (c1 = c1min; c1 <= c1max; c1++) { in update_box()
351 if (c1max > c1min) in update_box()
352 for (c1 = c1min; c1 <= c1max; c1++) in update_box()
362 if (c1max > c1min) in update_box()
363 for (c1 = c1max; c1 >= c1min; c1--) in update_box()
368 boxp->c1max = c1max = c1; in update_box()
[all …]
/external/bison/m4/
Dstdint.m4112 int_least8_t c1max = INT_LEAST8_MAX;
/external/bison/
Dconfigure14237 int_least8_t c1max = INT_LEAST8_MAX;