Searched refs:qx1 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aaline.c | 52 GLfloat qx1, qy1; member 291 const GLfloat fx1 = sx - info->qx1; in compute_coveragef() 351 line->qx1 = x0 + line->yAdj; in segment() 358 line->ex0 = line->qx1 - line->qx0; in segment() 360 line->ex1 = line->qx2 - line->qx1; in segment()
|
/external/opencv3/modules/videostab/src/ |
D | inpainting.cpp | 246 int qx1 = cvRound(qx0 + flowX(qy0,qx0)); in operator ()() local 248 int px1 = qx1 - dx; in operator ()() 251 … if (qx1 >= 0 && qx1 < mask1.cols && qy1 >= 0 && qy1 < mask1.rows && mask1(qy1,qx1) && in operator ()() 294 Point3_<uchar> cp = frame1(py1,px1), cq = frame1(qy1,qx1); in operator ()()
|
/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 240 qx1 = _mm_add_epi32(qx1, _mm_madd_epi16(p, qx)); in operator ()() 249 _mm_store_si128((__m128i*)buf, qx1); in operator ()()
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 249158 qx1 277652 �Wqx1��
|