Home
last modified time | relevance | path

Searched refs:mind (Results 1 – 25 of 120) sorted by relevance

12345

/external/opencv/cv/src/
Dcvstereobm.cpp304 int minsad = INT_MAX, mind = -1; in icvFindStereoCorrespondenceBM_SSE2() local
341 mind = (short)_mm_cvtsi128_si32(mind8); in icvFindStereoCorrespondenceBM_SSE2()
342 minsad = sad[mind]; in icvFindStereoCorrespondenceBM_SSE2()
354 __m128i d1 = _mm_set1_epi16((short)(mind-1)), d2 = _mm_set1_epi16((short)(mind+1)); in icvFindStereoCorrespondenceBM_SSE2()
376 int p = sad[mind+1], n = sad[mind-1], d = p + n - 2*sad[mind]; in icvFindStereoCorrespondenceBM_SSE2()
377 …dptr[y*dstep] = (short)(((ndisp - mind - 1 + mindisp)*256 + (d != 0 ? (p-n)*128/d : 0) + 15) >> 4); in icvFindStereoCorrespondenceBM_SSE2()
500 int minsad = INT_MAX, mind = -1; in icvFindStereoCorrespondenceBM() local
511 mind = d; in icvFindStereoCorrespondenceBM()
526 if( sad[d] <= thresh && (d < mind-1 || d > mind+1)) in icvFindStereoCorrespondenceBM()
539 int p = sad[mind+1], n = sad[mind-1], d = p + n - 2*sad[mind]; in icvFindStereoCorrespondenceBM()
[all …]
Dcvstereogc.cpp490 int mind = state->minDisparity, nd = state->numberOfDisparities, maxd = mind + nd; in icvComputeK() local
501 for( d = maxd-1, i = 0; d >= mind; d-- ) in icvComputeK()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_destroy/
Dcoverage.txt7 4 YES ** Keeping in mind it 'may' fail and not 'shall' fail,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_destroy/
Dcoverage.txt7 4 YES ** Keeping in mind it 'may' fail and not 'shall' fail,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/
Dcoverage.txt9 6 NO ** Keeping in mind it 'may' fail and not 'shall' fail,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedparam/
Dcoverage.txt6 3 YES ** Keeping in mind it 'may' fail and not 'shall' fail,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
Dcoverage.txt7 4 NO ** Keeping in mind it 'may' fail and not 'shall' fail,
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
Dcoverage.txt10 * Keeping in mind it 'may' fail and not 'shall' fail,
/external/dnsmasq/contrib/try-all-ns/
DREADME-2.473 mind (sending a copy of this mail to him too).
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cancel/
Dcoverage.txt9 5 YES ** Keeping in mind it 'may' fail and not 'shall' fail,
/external/curl/tests/data/
Dtest58120 Content-Type: changed/my/mind
/external/ltp/utils/ffsb-6.0-rc2/
Dregistration-description1 …using pthreads), written entirely in C with cross-platform portability in mind. It differs from o…
/external/curl/packages/Symbian/
Dreadme.txt13 message passing idioms in mind. However, it may be possible to use libcurl
22 Following are some things to keep in mind when using this port.
/external/syslinux/com32/lua/doc/
Dsyslinux.asc237 for mind,mode in pairs(modes) do
276 -- keep in mind: background change will not erase text!
/external/autotest/client/tests/ffsb/
DREADME9 portability in mind. It differs from other filesystem benchmarks in that
/external/libxml2/
DHACKING20 Please keep in mind that a large part of my user base is on Windows, so
/external/ipsec-tools/src/racoon/doc/
DREADME.plainrsa18 With this in mind, it should be relatively straightforward to set up
97 the "path certificate" directive. Keep in mind that privilege
/external/libnetfilter_conntrack/
DREADME21 packets can be dropped (e.g., under memory exhaustion). So keep in mind that
/external/speex/libspeex/
Darch.h56 #error Make up your mind. What CPU do you have?
/external/kmod/testsuite/
DREADME36 the expected output. Bear in mind the same file is used for all
/external/ltp/testscripts/build/
DREADME64 anything that you don't mind parting with, or you are begging for trouble!
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt3 LLVM has been designed with two primary goals in mind. First we strive to
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt3 LLVM has been designed with two primary goals in mind. First we strive to
/external/llvm/test/CodeGen/Thumb2/
Daligned-spill.ll35 ; and would probably blow MFI's mind.
/external/google-breakpad/
DREADME.ANDROID76 3/ Keep in mind that there is no /tmp directory on Android.

12345