Searched refs:Utab (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
168 t = Utab[i] - u; dist += t*t;
186 Ltab + total, Utab + total, Vtab + total);
187 if (no_close_color(Ltab[total], Utab[total], Vtab[total], total-1, f)) {
364 t = Utab[gray] - pCmap->U;
420 dU = Utab[i] - U; dU *= dU;
635 t = Utab[ix] - U; d += t * t;
667 dU = pCmap->U - Utab[ix]; dU *= dU;

Completed in 26 milliseconds