Searched refs:c1max (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 240 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; c in update_box() 487 int c0min, c0max, c1min, c1max, c2min, c2max; compute_color() local [all...] |
Completed in 2 milliseconds