Searched refs:Ltab (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
167 t = Ltab[i] - l; dist += t*t*Lscale;
186 Ltab + total, Utab + total, Vtab + total);
187 if (no_close_color(Ltab[total], Utab[total], Vtab[total], total-1, f)) {
357 t = Ltab[gray] - pCmap->L;
401 dL = Ltab[i] - L; dL *= dL;
419 dL = Ltab[i] - L; dL *= (dL*Lscale);
633 t = Ltab[ix] - L; d = t * t * Lscale;
666 dL = pCmap->L - Ltab[ix]; dL *= dL;

Completed in 29 milliseconds