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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
HydraulicErodeFilter.java 107 float amax = 0; local
115 if (a - at > a - amax) {
117 amax = at;
129 float dwj = Math.min(wt[idx], a - aa) * (a - amax) / dtotal;
  /external/opencv/cv/src/
cvdominants.cpp 56 CvSeq ** corners, int dmin2, int dmax2, int dneigh2, float amax )
71 float mincos = (float) cos( 3.14159265359 * amax / 180 );
86 if( (amax < 0) || (amax > 180) )
383 int amax = cvRound(parameter4); local
385 if( amax == 0 )
386 amax = 150;
395 dmin*dmin, dmax*dmax, dneigh*dneigh, (float)amax ));
  /external/eigen/blas/
level1_impl.h 97 Scalar amax = aa>ab ? a : b; local
98 r = amax>0 ? r : -r;
  /external/chromium_org/third_party/libwebp/enc/
quant.c 249 const double amax = 0.85; local
252 const double slope = (exp_min - exp_max) / (amax - amin);
254 // in the [amin, amax] range.
255 const double expn = (alpha > amax) ? exp_min
    [all...]
  /external/webp/src/enc/
quant.c 249 const double amax = 0.85; local
252 const double slope = (exp_min - exp_max) / (amax - amin);
254 // in the [amin, amax] range.
255 const double expn = (alpha > amax) ? exp_min
    [all...]
  /external/qemu/
console.h 133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
console.c     [all...]
  /external/qemu/hw/
goldfish_fb.c 178 pf->abits, pf->amask, pf->ashift, pf->amax);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 379 milliseconds