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

  /external/opencv3/3rdparty/libtiff/
tif_luv.c 697 LogL16toY(int p16) /* compute luminance from 16-bit LogL */
732 *yp++ = (float)LogL16toY(*l16++);
742 double Y = LogL16toY(*l16++);
1060 L = LogL16toY((int)p >> 16);
    [all...]
tiffio.h 487 extern double LogL16toY(int);
  /external/pdfium/third_party/libtiff/
tif_luv.c 711 LogL16toY(int p16) /* compute luminance from 16-bit LogL */
746 *yp++ = (float)LogL16toY(*l16++);
756 double Y = LogL16toY(*l16++);
1074 L = LogL16toY((int)p >> 16);
    [all...]
tiffio.h 494 extern double LogL16toY(int);

Completed in 158 milliseconds