Home
last modified time | relevance | path

Searched refs:_dy0 (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvstereobm.cpp179 uchar* buf, int _dy0, int _dy1 ) in icvFindStereoCorrespondenceBM_SSE2() argument
183 int dy0 = MIN(_dy0, wsz2+1), dy1 = MIN(_dy1, wsz2+1); in icvFindStereoCorrespondenceBM_SSE2()
387 uchar* buf, int _dy0, int _dy1 ) in icvFindStereoCorrespondenceBM() argument
391 int dy0 = MIN(_dy0, wsz2+1), dy1 = MIN(_dy1, wsz2+1); in icvFindStereoCorrespondenceBM()
/external/opencv3/modules/calib3d/src/
Dstereobm.cpp321 uchar* buf, int _dy0, int _dy1 ) in findStereoCorrespondenceBM_SSE2() argument
326 int dy0 = MIN(_dy0, wsz2+1), dy1 = MIN(_dy1, wsz2+1); in findStereoCorrespondenceBM_SSE2()
570 uchar* buf, int _dy0, int _dy1 ) in findStereoCorrespondenceBM() argument
576 int dy0 = MIN(_dy0, wsz2+1), dy1 = MIN(_dy1, wsz2+1); in findStereoCorrespondenceBM()
/external/opencv3/modules/objdetect/src/
Dhog.cpp349 …__m128 _dy0 = _mm_sub_ps(_mm_set_ps(lut[nextPtr[x3]], lut[nextPtr[x2]], lut[nextPtr[x1]], lut[next… in computeGradient() local
356 __m128 _mag0 = _mm_add_ps(_mm_mul_ps(_dx0, _dx0), _mm_mul_ps(_dy0, _dy0)); in computeGradient()
366 _dy2 = _mm_or_ps(_mm_and_ps(_dy2, mask), _mm_andnot_ps(mask, _dy0)); in computeGradient()