Searched refs:mind (Results 1 - 13 of 13) sorted by relevance

/external/opencv/cv/src/
H A Dcvstereobm.cpp304 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 local
[all...]
H A Dcvstereogc.cpp490 int mind = state->minDisparity, nd = state->numberOfDisparities, maxd = mind + nd; local
501 for( d = maxd-1, i = 0; d >= mind; d-- )
/external/speex/libspeex/
H A Darch.h56 #error Make up your mind. What CPU do you have?
/external/llvm/test/MC/SystemZ/
H A Dregs-bad.s202 # Test general register parsing, with no predetermined class in mind.
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Dsparccpuid.S21 ! Keep in mind that this does not excuse us from wiping the stack!
/external/openssl/crypto/
H A Dsparccpuid.S21 ! Keep in mind that this does not excuse us from wiping the stack!
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk116 # Keep in mind however that the shell is responsible for command-line escaping,
/external/openssh/contrib/redhat/
H A Dopenssh.spec457 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/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/libvorbis/doc/
H A D01-introduction.tex86 unusual for a Vorbis developer to keep in mind) is that the entire
/external/dropbear/libtommath/
H A Dbn.tex246 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
/external/libvpx/libvpx/examples/includes/geshi/
H A Dgeshi.php191 be generous here... but keep in mind, that when reaching this limit we
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5346 The entire API was designed with plug and play in mind at the low level. That is you can swap out any cipher, hash, PRNG or bignum library and the dependent API will not
6337 @remark The mapping can be different but keep in mind a

Completed in 454 milliseconds