Home
last modified time | relevance | path

Searched refs:ymin (Results 1 – 25 of 55) sorted by relevance

123

/external/opencv3/modules/imgproc/src/
Dgabor.cpp57 int xmin, xmax, ymin, ymax; in getGaborKernel() local
71 ymin = -ymax; in getGaborKernel()
75 Mat kernel(ymax - ymin + 1, xmax - xmin + 1, ktype); in getGaborKernel()
81 for( int y = ymin; y <= ymax; y++ ) in getGaborKernel()
Dshapedescr.cpp489 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i; in pointSetBoundingRect() local
513 ymin = _mm_cvtsi128_si32(_mm_srli_si128(minval, 4)); in pointSetBoundingRect()
534 ymin = cvFloor(xyminf[1]); in pointSetBoundingRect()
545 ymin = ymax = pt.y; in pointSetBoundingRect()
557 if( ymin > pt.y ) in pointSetBoundingRect()
558 ymin = pt.y; in pointSetBoundingRect()
569 ymin = ymax = CV_TOGGLE_FLT(pt.y); in pointSetBoundingRect()
583 if( ymin > pt.y ) in pointSetBoundingRect()
584 ymin = pt.y; in pointSetBoundingRect()
591 v.i = CV_TOGGLE_FLT(ymin); ymin = cvFloor(v.f); in pointSetBoundingRect()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_points.c195 GLint xmin, xmax, ymin, ymax, iy; in sprite_point() local
206 ymin = (GLint) (y - iRadius); in sprite_point()
214 ymin = (GLint) (y + 0.501) - iRadius; in sprite_point()
215 ymax = ymin + iSize - 1; in sprite_point()
219 for (iy = ymin; iy <= ymax; iy++) { in sprite_point()
314 const GLint ymin = (GLint) (y - radius); in smooth_point() local
318 for (iy = ymin; iy <= ymax; iy++) { in smooth_point()
411 GLint xmin, xmax, ymin, ymax, ix, iy; in large_point() local
421 ymin = (GLint) (y - iRadius); in large_point()
429 ymin = (GLint) (y + 0.501) - iRadius; in large_point()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_scissor_state.c65 scissor->ymin = 1; in gen6_upload_scissor_state()
71 scissor->ymin = ctx->DrawBuffer->_Ymin; in gen6_upload_scissor_state()
78 scissor->ymin = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymax; in gen6_upload_scissor_state()
Dbrw_sf_state.c96 sfv->scissor.ymin = 1; in upload_sf_vp()
102 sfv->scissor.ymin = ctx->DrawBuffer->_Ymin; in upload_sf_vp()
109 sfv->scissor.ymin = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymax; in upload_sf_vp()
Dgen7_viewport_state.c49 vp->guardband.ymin = -1.0; in gen7_upload_sf_clip_viewport()
Dgen6_viewport_state.c52 vp->ymin = -1.0; in gen6_upload_clip_vp()
/external/pdfium/third_party/agg23/
Dagg_renderer_base.h72 int ymin() const in ymin() function
115 if(y < ymin()) { in blend_hline()
139 if(y < ymin()) { in blend_solid_hspan()
Dagg_renderer_scanline.h49 if(y >= m_ren->ymin() && y <= m_ren->ymax()) { in render()
/external/llvm/test/Transforms/SLPVectorizer/AArch64/
Dcommute.ll7 define void @test1(%structA* nocapture readonly %J, i32 %xmin, i32 %ymin) {
24 %conv5 = sitofp i32 %ymin to float
42 define void @test2(%structA* nocapture readonly %J, i32 %xmin, i32 %ymin) {
59 %conv5 = sitofp i32 %ymin to float
/external/opencv/cv/src/
Dcvshapedescr.cpp1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; in cvBoundingRect() local
1187 ymin = -1; in cvBoundingRect()
1264 if( ymin < 0 ) in cvBoundingRect()
1265 ymin = i; in cvBoundingRect()
1271 xmin = ymin = 0; in cvBoundingRect()
1284 ymin = ymax = pt.y; in cvBoundingRect()
1296 if( ymin > pt.y ) in cvBoundingRect()
1297 ymin = pt.y; in cvBoundingRect()
1310 ymin = ymax = CV_TOGGLE_FLT(pt.y); in cvBoundingRect()
1324 if( ymin > pt.y ) in cvBoundingRect()
[all …]
/external/libvncserver/examples/android/jni/
Dfbvncserver.c59 static int ymin, ymax; variable
162 ymin = info.minimum; in init_touch()
313 if (xmin != 0 && xmax != 0 && ymin != 0 && ymax != 0) in injectTouchEvent()
316 y = ymin + (y * (ymax - ymin)) / (scrinfo.yres); in injectTouchEvent()
/external/webp/src/enc/
Dfilter.c126 const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL; in VP8SSIMAccumulate() local
131 src1 += ymin * stride1; in VP8SSIMAccumulate()
132 src2 += ymin * stride2; in VP8SSIMAccumulate()
133 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in VP8SSIMAccumulate()
/external/opencv3/doc/pattern_tools/
Dsvgfig.py702 def window(xmin, xmax, ymin, ymax, x=0, y=0, width=100, height=100, argument
733 iy1 = ymin
897 def __init__(self, xmin, xmax, ymin, ymax, *d, **kwds): argument
898 self.xmin, self.xmax, self.ymin, self.ymax = xmin, xmax, ymin, ymax
943 self.last_window = window(self.xmin, self.xmax, self.ymin, self.ymax,
948 d = ([Axes(self.xmin, self.xmax, self.ymin, self.ymax, self.atx, self.aty,
971 def __init__(self, xmin, xmax, ymin, ymax, *d, **kwds): argument
1002 self.xmin, self.xmax, self.ymin, self.ymax = xmin, xmax, ymin, ymax
1047 self.last_window = window(self.xmin, self.xmax, self.ymin, self.ymax,
1052 …left = YAxis(self.ymin, self.ymax, self.xmin, self.yticks, self.yminiticks, self.ylabels, self.ylo…
[all …]
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c585 float ymin = bez->y1; in bezier_bounds() local
601 if (bez->y2 < ymin) in bezier_bounds()
602 ymin = bez->y2; in bezier_bounds()
605 if (bez->y3 < ymin) in bezier_bounds()
606 ymin = bez->y3; in bezier_bounds()
609 if (bez->y4 < ymin) in bezier_bounds()
610 ymin = bez->y4; in bezier_bounds()
615 bounds[1] = ymin; /* y */ in bezier_bounds()
617 bounds[3] = ymax - ymin; /* height */ in bezier_bounds()
/external/opencv3/modules/features2d/src/
Dmser.cpp216 int xmin = INT_MAX, ymin = INT_MAX, xmax = INT_MIN, ymax = INT_MIN, j = 0; in checkAndCapture() local
230 ymin = std::min(ymin, y); in checkAndCapture()
236 wp.bboxvec->push_back(Rect(xmin, ymin, xmax - xmin + 1, ymax - ymin + 1)); in checkAndCapture()
996 int xmin = INT_MAX, ymin = INT_MAX, xmax = INT_MIN, ymax = INT_MIN; in extractMSER_8uC3() local
1007 ymin = std::min(ymin, pt.y); in extractMSER_8uC3()
1013 bboxvec.push_back(Rect(xmin, ymin, xmax - xmin + 1, ymax - ymin + 1)); in extractMSER_8uC3()
/external/opencv3/modules/cudawarping/test/
Dinterpolation.hpp109 const float ymin = ceilf(y - 2.0f); in getValue() local
115 for (float cy = ymin; cy <= ymax; cy += 1.0f) in getValue()
/external/opencv3/3rdparty/libwebp/enc/
Dfilter.c254 const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL; in VP8SSIMAccumulate() local
259 src1 += ymin * stride1; in VP8SSIMAccumulate()
260 src2 += ymin * stride2; in VP8SSIMAccumulate()
261 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in VP8SSIMAccumulate()
/external/opencv3/modules/cudastereo/src/cuda/
Ddisparity_bilateral_filter.cu97 const int ymin = ::max(0, y - cradius); in disp_bilateral_filter() local
106 for(int yi = ymin; yi <= ymax; yi++) in disp_bilateral_filter()
/external/libvncserver/libvncserver/
Drfbregion.c588 int xmin=((unsigned int)(int)-1)>>1,ymin=xmin,xmax=1-xmin,ymax=xmax; in sraRgnBBox() local
596 if(vcurr->start<ymin) in sraRgnBBox()
597 ymin=vcurr->start; in sraRgnBBox()
613 if(xmax<xmin || ymax<ymin) in sraRgnBBox()
616 return sraRgnCreateRect(xmin,ymin,xmax,ymax); in sraRgnBBox()
/external/autotest/tko/
Dnightly.py392 ymin = 0.8
394 ymin = None
406 graph.plot(cgi_header=True, ymin=ymin, dark=dark)
418 graph.plot(cgi_header=True, dark=dark, ymin=0.8)
/external/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.cc197 void FontHeaderTable::Builder::SetYMin(int32_t ymin) { in SetYMin() argument
198 InternalWriteData()->WriteShort(Offset::kYMin, ymin); in SetYMin()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfilters.hpp154 const float ymin = ::ceilf(y - 2.0f); in operator ()() local
160 for (float cy = ymin; cy <= ymax; cy += 1.0f) in operator ()()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c92 GLint xmin, ymin, xmax, ymax; member
567 cache->ymin = 1000000; in reset_cache()
735 if (y < cache->ymin) in accum_bitmap()
736 cache->ymin = y; in accum_bitmap()
/external/mesa3d/src/mesa/main/
Dimage.c740 _mesa_clip_to_region(GLint xmin, GLint ymin, in _mesa_clip_to_region() argument
759 if (*y < ymin) { in _mesa_clip_to_region()
760 *height -= (ymin - *y); in _mesa_clip_to_region()
761 *y = ymin; in _mesa_clip_to_region()

123