HomeSort by relevance Sort by last modified time
    Searched full:hmax (Results 1 - 12 of 12) sorted by null

  /external/opencv3/modules/features2d/src/kaze/
nldiffusion_functions.cpp 216 float hmax = 0.0; local
241 if (modg > hmax) {
242 hmax = modg;
246 hmax = sqrt(hmax);
256 nbin = (int)floor(nbins*(sqrt(modg) / hmax));
279 kperc = hmax*((float)(k) / (float)nbins);
  /external/netperf/src/
hist.h 63 int hmax; member in struct:histogram_struct
netlib.c     [all...]
  /external/dng_sdk/source/
dng_lens_correction.cpp 647 real64 hMax = -FLT_MAX;
665 hMax = Max_real64 (hMax, srcDiff.h);
674 const real64 hGap = hMax - hMin;
1315 const int32 hMax = SafeInt32Sub (SafeInt32Sub (srcArea.r, wCount), 1);
1320 if (hMax < hMin || vMax < vMin)
1374 else if (sInt.h > hMax)
1376 sInt.h = hMax;
    [all...]
  /external/opencv3/modules/videoio/src/
cap_giganetix.cpp 718 INT64 h, hmax, val = (INT64)value; local
720 if((b_ret = m_device->GetIntegerNodeValue ("HeightMax", hmax)))
721 b_ret = m_device->SetIntegerNodeValue ("OffsetY", (val + h) > hmax ? (hmax - h) : val);
  /external/libpng/contrib/gregbook/
rpng2-x.c 1082 int k, hmax, max; local
1869 int k, hmax, max; local
    [all...]
rpng2-win.c 838 int k, hmax, max; local
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 1564 const int hmax = divRoundToZero(max, 2); local
1591 const int hmax = divRoundToZero(max, 2); local
    [all...]
  /external/libjpeg-turbo/
jpeglib.h 157 * downsampled_width = ceil(image_width * Hi/Hmax)
159 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_[h_]scaled_size/DCTSIZE)
    [all...]
  /external/pdfium/third_party/libjpeg/
jpeglib.h 252 * downsampled_width = ceil(image_width * Hi/Hmax)
254 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_scaled_size/DCTSIZE)
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jpeglib.h 160 * downsampled_width = ceil(image_width * Hi/Hmax * DCT_h_scaled_size/DCTSIZE)
    [all...]
  /development/perftests/panorama/input/
test_007.ppm     [all...]

Completed in 697 milliseconds