Home
last modified time | relevance | path

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

/external/jpeg/
Djquant2.c260 int c0min, c0max; member
321 int c0min,c0max,c1min,c1max,c2min,c2max; in update_box() local
325 c0min = boxp->c0min; c0max = boxp->c0max; in update_box()
329 if (c0max > c0min) in update_box()
330 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
340 if (c0max > c0min) in update_box()
341 for (c0 = c0max; c0 >= c0min; c0--) in update_box()
346 boxp->c0max = c0max = c0; in update_box()
353 for (c0 = c0min; c0 <= c0max; c0++) { in update_box()
364 for (c0 = c0min; c0 <= c0max; c0++) { in update_box()
[all …]