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

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgmt.c 510 double amax, double amin,
531 if (Lab -> a < amin || Lab->a > amax||
571 // clip by amin
572 Lab -> a = amin;
573 Lab -> b = amin * slope;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/drawing/
nx_pylab.py 601 minx = numpy.amin(numpy.ravel(edge_pos[:,:,0]))
603 miny = numpy.amin(numpy.ravel(edge_pos[:,:,1]))
  /external/webp/src/enc/
quant.c 306 const double amin = 0.30; local
310 const double slope = (exp_min - exp_max) / (amax - amin);
312 // in the [amin, amax] range.
314 : (alpha < amin) ? exp_max
315 : exp_max + slope * (alpha - amin);
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 280 milliseconds