Home
last modified time | relevance | path

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

1234567

/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 …]
/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_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_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/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/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/python/cpython2/Demo/curses/
DREADME10 I wouldn't mind someone else making an effort in that direction, of
/external/scapy/scapy/
Dplist.py380 mind, maxd = minmax(six.itervalues(dl))
393 n = dl[d]; n = n = 1+float(n-mind)/(maxd-mind)
/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/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/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Where.pbtxt12 represents the coordinates of the true elements. Keep in mind, the shape of
/external/python/cpython2/Doc/library/
Dtk.rst43 .. Other sections I have in mind are
/external/python/cpython3/Doc/library/
Dtk.rst42 .. Other sections I have in mind are
/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/autotest/client/tests/ffsb/
DREADME9 portability in mind. It differs from other filesystem benchmarks in that
/external/python/cpython2/Demo/
DREADME13 in case I change my mind about them.
/external/mesa3d/m4/
Dax_gcc_builtin.m416 # If BUILTIN is supported define HAVE_<BUILTIN>. Keep in mind that since
/external/libxkbcommon/xkbcommon/m4/
Dax_gcc_builtin.m416 # If BUILTIN is supported define HAVE_<BUILTIN>. Keep in mind that since
/external/libnetfilter_conntrack/
DREADME21 packets can be dropped (e.g., under memory exhaustion). So keep in mind that
/external/ltp/testscripts/build/
DREADME64 anything that you don't mind parting with, or you are begging for trouble!
/external/kmod/testsuite/
DREADME36 the expected output. Bear in mind the same file is used for all

1234567