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

  /external/opencv3/3rdparty/libtiff/
tif_pixarlog.c 109 static float LogK1, LogK2;
510 LogK1 = (float)(1./c); /* if (v >= 2) token = k1*log(v*k2) */
927 : LogK1*log(v*LogK2) + 0.5 )
    [all...]
  /external/pdfium/third_party/libtiff/
tif_pixarlog.c 109 static float LogK1, LogK2;
510 LogK1 = (float)(1./c); /* if (v >= 2) token = k1*log(v*k2) */
943 : LogK1*log(v*LogK2) + 0.5 )
    [all...]

Completed in 263 milliseconds