Searched defs:dist2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant2.c326 INT32 dist0,dist1,dist2; local
410 dist2 = ((c2max - c2min) << C2_SHIFT) * C2_SCALE;
411 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
793 register INT32 dist2; /* current distance in inner loop */ local
836 dist2 = dist1;
839 if (dist2 < *bptr) {
840 *bptr = dist2;
843 dist2 += xx2;

Completed in 33 milliseconds