HomeSort by relevance Sort by last modified time
    Searched refs:cielab (Results 1 - 4 of 4) sorted by null

  /external/pdfium/third_party/libtiff/
tif_color.c 46 TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab, uint32 l, int32 a, int32 b,
53 *Y = (L * cielab->Y0) / 903.292F;
54 cby = 7.787F * (*Y / cielab->Y0) + 16.0F / 116.0F;
57 *Y = cielab->Y0 * cby * cby * cby;
62 *X = cielab->X0 * (tmp - 0.13793F) / 7.787F;
64 *X = cielab->X0 * tmp * tmp * tmp;
68 *Z = cielab->Z0 * (tmp - 0.13793F) / 7.787F;
70 *Z = cielab->Z0 * tmp * tmp * tmp;
78 TIFFXYZToRGB(TIFFCIELabToRGB *cielab, float X, float Y, float Z,
83 float *matrix = &cielab->display.d_mat[0][0]
    [all...]
tif_getimage.c 225 if (img->cielab)
226 _TIFFfree(img->cielab), img->cielab = NULL;
275 img->cielab = NULL;
    [all...]
tiffio.h 226 TIFFCIELabToRGB* cielab; /* CIE L*a*b conversion state */ member in struct:_TIFFRGBAImage
  /external/pdfium/third_party/libopenjpeg20/
jp2.c 1418 OPJ_UINT32 *cielab; local
    [all...]

Completed in 137 milliseconds