Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c240 int c1min, c1max; member
300 int c0min,c0max,c1min,c1max,c2min,c2max; in update_box() local
305 c1min = boxp->c1min; c1max = boxp->c1max; in update_box()
310 for (c1 = c1min; c1 <= c1max; c1++) { in update_box()
321 for (c1 = c1min; c1 <= c1max; c1++) { in update_box()
330 if (c1max > c1min) in update_box()
331 for (c1 = c1min; c1 <= c1max; c1++) in update_box()
341 if (c1max > c1min) in update_box()
342 for (c1 = c1max; c1 >= c1min; c1--) in update_box()
347 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;