Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c239 int c0min, c0max; member
300 int c0min,c0max,c1min,c1max,c2min,c2max; in update_box() local
304 c0min = boxp->c0min; c0max = boxp->c0max; in update_box()
308 if (c0max > c0min) in update_box()
309 for (c0 = c0min; c0 <= c0max; c0++) in update_box()
319 if (c0max > c0min) in update_box()
320 for (c0 = c0max; c0 >= c0min; c0--) in update_box()
325 boxp->c0max = c0max = c0; in update_box()
332 for (c0 = c0min; c0 <= c0max; c0++) { in update_box()
343 for (c0 = c0min; c0 <= c0max; c0++) { in update_box()
[all …]