Searched refs:c2max (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 241 int c2min, c2max; member 300 int c0min, c0max, c1min, c1max, c2min, c2max; in update_box() local 306 c2min = boxp->c2min; c2max = boxp->c2max; in update_box() 312 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 323 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 334 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 345 for (c2 = c2min; c2 <= c2max; c2++) in update_box() 352 if (c2max > c2min) in update_box() 353 for (c2 = c2min; c2 <= c2max; c in update_box() 487 int c0min, c0max, c1min, c1max, c2min, c2max; compute_color() local [all...] |
Completed in 3 milliseconds