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

/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dport.h69 #define LogL10toY pdf_LogL10toY macro
H A Dtiffio.h329 extern double LogL10toY(int);
H A Dtif_luv.c754 LogL10toY(int p10) /* compute luminance from 10-bit LogL */ function
895 L = LogL10toY(p>>14 & 0x3ff);
/haiku-fatelf/headers/libs/tiff/
H A Dtiffio.h483 extern double LogL10toY(int);
/haiku-fatelf/src/libs/tiff/
H A Dtif_luv.c732 LogL10toY(int p10) /* compute luminance from 10-bit LogL */ function
873 L = LogL10toY(p>>14 & 0x3ff);

Completed in 63 milliseconds