/external/opencv/cvaux/src/ |
D | decomppoly.cpp | 151 int ix0, iy0, ix1, iy1, ix2, iy2; 202 iy1 = y3 - y1; 217 det = ix2 * iy1 - ix1 * iy2; 224 det2 = ix1 * iy0 - ix0 * iy1;
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | cascadedetect.cl | 267 int ix1 = idxval & 255, iy1 = idxval >> 8; 269 __local const int* psum = ibuf + mad24(iy1, SUM_BUF_STEP, ix1); 271 __global const int* psum = psum0 + mad24(iy1, sumstep, ix1); 592 int ix1 = idxval & 255, iy1 = idxval >> 8; 594 __local const int* p = ibuf + mad24(iy1, SUM_BUF_STEP, ix1); 596 __global const int* p = psum0 + mad24(iy1, sumstep, ix1);
|
/external/skia/src/core/ |
D | SkScan_Hairline.cpp | 130 int iy1 = SkFDot6Round(y1); in HairLineRgn() local 131 if (iy0 == iy1) { // too short to draw in HairLineRgn() 138 vertline(iy0, iy1, startX, slope, blitter); in HairLineRgn()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 668 int iy1 = trimmed_box.y1 / TILE_SIZE; in lp_setup_bin_triangle() local 691 for (y = iy0; y <= iy1; y++) in lp_setup_bin_triangle()
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 684 int iy1 = deCeilFloatToInt32(sy1 - 0.5f); in computeVertexReference() local 697 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()
|
/external/opencv3/doc/pattern_tools/ |
D | svgfig.py | 733 iy1 = ymin 740 if ylogbase is not None and (iy1 <= 0. or iy2 <= 0.): 741 raise ValueError, "y range incompatible with log scaling: (%g, %g)" % (iy1, iy2) 758 yfunc = lambda y: oy1 + 1.*(y - iy1)/(iy2 - iy1) * (oy2 - oy1) 760 yfunc = lambda y: maybelog(y, iy1, iy2, oy1, oy2, ylogbase) 766 ix1, ix2, iy1, iy2, ox1, ox2, oy1, oy2, xlogstr, ylogstr))
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 343 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); in setPixelColors() local 345 for (int iy = iy0; iy < iy1; iy++) in setPixelColors()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1788 const int iy1 = deCeilFloatToInt32(sy1 - 0.5f); in computeVertexReference() local 1801 for (int iy = iy0; iy < iy1; iy++) in computeVertexReference()
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 4315 __m128i iy1 = _mm_cvtps_epi32(fy1); in operator ()() local 4317 iy0 = _mm_packs_epi32(iy0, iy1); in operator ()() 4319 iy1 = _mm_unpackhi_epi16(ix0, iy0); in operator ()() 4321 _mm_storeu_si128((__m128i*)(XY + x1*2 + 8), iy1); in operator ()() 4383 __m128i iy1 = _mm_cvtps_epi32(_mm_mul_ps(fy1, scale)); in operator ()() local 4387 __m128i my1 = _mm_and_si128(iy1, mask); in operator ()() 4396 iy1 = _mm_srai_epi32(iy1, INTER_BITS); in operator ()() 4398 iy0 = _mm_packs_epi32(iy0, iy1); in operator ()() 4400 iy1 = _mm_unpackhi_epi16(ix0, iy0); in operator ()() 4402 _mm_storeu_si128((__m128i*)(XY + x1*2 + 8), iy1); in operator ()()
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 439 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f); in setPixelColors() local 441 for (int iy = iy0; iy < iy1; iy++) in setPixelColors()
|