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

  /external/opencv/cv/src/
cvstereobm.cpp 304 int minsad = INT_MAX, mind = -1; local
341 mind = (short)_mm_cvtsi128_si32(mind8);
342 minsad = sad[mind];
354 __m128i d1 = _mm_set1_epi16((short)(mind-1)), d2 = _mm_set1_epi16((short)(mind+1));
376 int p = sad[mind+1], n = sad[mind-1], d = p + n - 2*sad[mind];
377 dptr[y*dstep] = (short)(((ndisp - mind - 1 + mindisp)*256 + (d != 0 ? (p-n)*128/d : 0) + 15) >> 4);
500 int minsad = INT_MAX, mind = -1 local
    [all...]
cvstereogc.cpp 490 int mind = state->minDisparity, nd = state->numberOfDisparities, maxd = mind + nd; local
501 for( d = maxd-1, i = 0; d >= mind; d-- )
  /external/speex/libspeex/
arch.h 56 #error Make up your mind. What CPU do you have?
  /external/v8/test/mjsunit/
d8-os.js 80 // Check that mkdirp doesn't mind if the dir is already there.
  /external/openssl/crypto/
sparccpuid.S 21 ! Keep in mind that this does not excuse us from wiping the stack!
  /external/openssh/contrib/redhat/
openssh.spec 457 anything to be warned about, gss patches won't apply, I don't mind)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/dropbear/libtommath/
bn.tex 246 bleeding edge performance in mind. First and foremost LibTomMath was written to be entirely open. Not only is the
281 However, LibTomMath was written with cryptography in mind. It provides essentially all of the functions a cryptosystem
    [all...]
  /external/openssl/ssl/
Makefile 60 $(RANLIB) $(LIB) || echo Never mind.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 336 milliseconds