HomeSort by relevance Sort by last modified time
    Searched defs:smin (Results 1 - 3 of 3) sorted by null

  /external/opencv/cxcore/src/
cxutils.cpp 701 double smin = 0, smax = 0; local
703 cvMinMaxLoc( src, &smin, &smax, 0, 0, mask );
704 scale = (dmax - dmin)*(smax - smin > DBL_EPSILON ? 1./(smax - smin) : 0);
705 shift = dmin - smin*scale;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 63 short smin; /* index of top leftmost field on page */ member in struct:__anon20841
  /external/qemu/audio/
audio.c 1083 int smin; local
1086 smin = audio_pcm_hw_find_min_out (hw, &nb_live1);
1092 int live = smin;
    [all...]

Completed in 268 milliseconds