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

  /external/opencv3/3rdparty/libtiff/
tiffio.h 488 extern double LogL10toY(int);
tif_luv.c 779 LogL10toY(int p10) /* compute luminance from 10-bit LogL */
920 L = LogL10toY(p>>14 & 0x3ff);
    [all...]
  /external/pdfium/third_party/libtiff/
tiffio.h 495 extern double LogL10toY(int);
tif_luv.c 793 LogL10toY(int p10) /* compute luminance from 10-bit LogL */
934 L = LogL10toY(p>>14 & 0x3ff);
    [all...]

Completed in 114 milliseconds