Searched defs:cielab (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pdfium/third_party/libtiff/ |
H A D | tif_color.c | 43 void TIFFCIELabToXYZ(TIFFCIELabToRGB *cielab, uint32_t l, int32_t a, int32_t b, in TIFFCIELabToXYZ() 55 void TIFFCIELab16ToXYZ(TIFFCIELabToRGB *cielab, uint32_t l, int32_t a, in TIFFCIELab16ToXYZ() 89 void TIFFXYZToRGB(TIFFCIELabToRGB *cielab, float X, float Y, float Z, in TIFFXYZToRGB() 135 int TIFFCIELabToRGBInit(TIFFCIELabToRGB *cielab, const TIFFDisplay *display, in TIFFCIELabToRGBInit()
|
H A D | tiffio.h | 233 TIFFCIELabToRGB *cielab; /* CIE L*a*b conversion state */ member
|
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/ |
H A D | jp2.c | 1534 OPJ_UINT32 *cielab; in opj_jp2_read_colr() local
|