Searched refs:qx0 (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/videostab/src/ |
D | inpainting.cpp | 241 int qx0 = x + dx; in operator ()() local 244 if (qy0 >= 0 && qy0 < mask0.rows && qx0 >= 0 && qx0 < mask0.cols && mask0(qy0,qx0)) in operator ()() 246 int qx1 = cvRound(qx0 + flowX(qy0,qx0)); in operator ()() 247 int qy1 = cvRound(qy0 + flowY(qy0,qx0)); in operator ()() 256 if (qx0 > 0 && mask0(qy0,qx0-1)) in operator ()() 258 if (qx0+1 < mask0.cols && mask0(qy0,qx0+1)) in operator ()() 260 dudx = (flowX(qy0,qx0+1) - flowX(qy0,qx0-1)) * 0.5f; in operator ()() 261 dvdx = (flowY(qy0,qx0+1) - flowY(qy0,qx0-1)) * 0.5f; in operator ()() 265 dudx = flowX(qy0,qx0) - flowX(qy0,qx0-1); in operator ()() 266 dvdx = flowY(qy0,qx0) - flowY(qy0,qx0-1); in operator ()() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 51 GLfloat qx0, qy0; /* quad vertices */ member 289 const GLfloat fx0 = sx - info->qx0; in compute_coveragef() 349 line->qx0 = x0 - line->yAdj; in segment() 358 line->ex0 = line->qx1 - line->qx0; in segment() 364 line->ex3 = line->qx0 - line->qx3; in segment()
|
/external/opencv3/modules/imgproc/src/ |
D | moments.cpp | 232 __m128i z = _mm_setzero_si128(), qx0 = z, qx1 = z, qx2 = z, qx3 = z, qx = qx_init; in operator ()() local 239 qx0 = _mm_add_epi32(qx0, _mm_sad_epu8(p, z)); in operator ()() 247 _mm_store_si128((__m128i*)buf, qx0); in operator ()()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 249025 I� qx0 522505 0܃qx0O�#�
|