/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/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
Makefile | 41 $(RANLIB) $(LIB) || echo Never mind.
|
/external/chromium_org/third_party/openssl/openssl/crypto/poly1305/ |
Makefile | 41 $(RANLIB) $(LIB) || echo Never mind.
|
/external/speex/libspeex/ |
arch.h | 56 #error Make up your mind. What CPU do you have?
|
/external/chromium_org/v8/test/mjsunit/ |
d8-os.js | 80 // Check that mkdirp doesn't mind if the dir is already there.
|
/external/llvm/test/MC/SystemZ/ |
regs-bad.s | 202 # Test general register parsing, with no predetermined class in mind.
|
/external/v8/test/mjsunit/ |
d8-os.js | 80 // Check that mkdirp doesn't mind if the dir is already there.
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
sparccpuid.S | 21 ! Keep in mind that this does not excuse us from wiping the stack!
|
/external/openssl/crypto/ |
sparccpuid.S | 21 ! Keep in mind that this does not excuse us from wiping the stack!
|
/external/chromium_org/native_client_sdk/src/tools/ |
common.mk | 131 # Keep in mind however that the shell is responsible for command-line escaping,
|
/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/libvorbis/doc/ |
01-introduction.tex | 86 unusual for a Vorbis developer to keep in mind) is that the entire
|
/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/dropbear/libtomcrypt/ |
crypt.tex | [all...] |