Searched refs:Vtab (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c61 static float Ltab[256], Utab[256], Vtab[256]; variable
169 t = Vtab[i] - v; dist += t*t;
186 Ltab + total, Utab + total, Vtab + total);
187 if (no_close_color(Ltab[total], Utab[total], Vtab[total], total-1, f)) {
366 t = Vtab[gray] - pCmap->V;
421 dV = Vtab[i] - V; dV *= dV;
637 t = Vtab[ix] - V; d += t * t;
668 dV = pCmap->V - Vtab[ix]; dV *= dV;

Completed in 37 milliseconds