Home
last modified time | relevance | path

Searched refs:ymax (Results 1 – 25 of 62) sorted by relevance

123

/external/opencv3/modules/imgproc/src/
Dgabor.cpp57 int xmin, xmax, ymin, ymax; in getGaborKernel() local
66 ymax = ksize.height/2; in getGaborKernel()
68 ymax = cvRound(std::max(fabs(nstds*sigma_x*s), fabs(nstds*sigma_y*c))); in getGaborKernel()
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()
89 kernel.at<float>(ymax - y, xmax - x) = (float)v; in getGaborKernel()
91 kernel.at<double>(ymax - y, xmax - x) = v; in getGaborKernel()
Dshapedescr.cpp489 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i; in pointSetBoundingRect() local
515 ymax = _mm_cvtsi128_si32(_mm_srli_si128(maxval, 4)); in pointSetBoundingRect()
536 ymax = cvFloor(xymaxf[1]); in pointSetBoundingRect()
545 ymin = ymax = pt.y; in pointSetBoundingRect()
560 if( ymax < pt.y ) in pointSetBoundingRect()
561 ymax = pt.y; in pointSetBoundingRect()
569 ymin = ymax = CV_TOGGLE_FLT(pt.y); in pointSetBoundingRect()
586 if( ymax < pt.y ) in pointSetBoundingRect()
587 ymax = pt.y; in pointSetBoundingRect()
595 v.i = CV_TOGGLE_FLT(ymax); ymax = cvFloor(v.f); in pointSetBoundingRect()
[all …]
/external/libdrm/tests/planetest/
Dbo.c26 uint32_t i, j, xmax = x + width, ymax = y + height; in draw_rect_yuv() local
30 if (ymax > bo->height) in draw_rect_yuv()
31 ymax = bo->height; in draw_rect_yuv()
33 for (i = y; i < ymax; i++) { in draw_rect_yuv()
40 for (i = y; i < ymax / 2; i++) { in draw_rect_yuv()
61 uint32_t i, j, xmax = x + width, ymax = y + height; in draw_rect() local
65 if (ymax > bo->height) in draw_rect()
66 ymax = bo->height; in draw_rect()
68 for (i = y; i < ymax; i++) { in draw_rect()
/external/regex-re2/benchlog/
Dmktable43 $ymax = 0;
52 if($val > $ymax) {
53 $ymax = $val;
69 while(10*$y <= $ymax) {
73 if($i*$y > $ymax) {
/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen6_scissor_state.c66 scissor->ymax = 0; in gen6_upload_scissor_state()
72 scissor->ymax = ctx->DrawBuffer->_Ymax - 1; in gen6_upload_scissor_state()
79 scissor->ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1; in gen6_upload_scissor_state()
Dbrw_sf_state.c97 sfv->scissor.ymax = 0; in upload_sf_vp()
103 sfv->scissor.ymax = ctx->DrawBuffer->_Ymax - 1; in upload_sf_vp()
110 sfv->scissor.ymax = ctx->DrawBuffer->Height - ctx->DrawBuffer->_Ymin - 1; in upload_sf_vp()
Dgen7_viewport_state.c50 vp->guardband.ymax = 1.0; in gen7_upload_sf_clip_viewport()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c59 GLint ymax = MAX2(0, ctx->Scissor.Y + ctx->Scissor.Height); in update_scissor() local
68 if (ymax < (GLint) scissor.maxy) in update_scissor()
69 scissor.maxy = ymax; in update_scissor()
/external/mesa3d/src/mesa/swrast/
Ds_points.c195 GLint xmin, xmax, ymin, ymax, iy; in sprite_point() local
207 ymax = (GLint) (y + iRadius); in sprite_point()
215 ymax = ymin + iSize - 1; in sprite_point()
219 for (iy = ymin; iy <= ymax; iy++) { in sprite_point()
315 const GLint ymax = (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
422 ymax = (GLint) (y + iRadius); in large_point()
430 ymax = ymin + iSize - 1; in large_point()
435 for (iy = ymin; iy <= ymax; iy++) { in large_point()
/external/pdfium/third_party/agg23/
Dagg_renderer_base.h80 int ymax() const in ymax() function
112 if(y > ymax()) { in blend_hline()
136 if(y > ymax()) { in blend_solid_hspan()
Dagg_renderer_scanline.h49 if(y >= m_ren->ymin() && y <= m_ren->ymax()) { in render()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h111 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) argument
220 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) \ argument
224 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, \
283 double ymax,
Dbwe_test_logging.cc166 double ymax, in PlotLimitErrorBar() argument
175 name.c_str(), flow_id, value, ylow, yhigh, error_title.c_str(), ymax, in PlotLimitErrorBar()
/external/opencv3/doc/pattern_tools/
Dsvgfig.py702 def window(xmin, xmax, ymin, ymax, x=0, y=0, width=100, height=100, argument
735 iy2 = ymax
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/opencv/cv/src/
Dcvshapedescr.cpp1141 int xmin = 0, ymin = 0, xmax = -1, ymax = -1, i, j, k; in cvBoundingRect() local
1266 ymax = i; in cvBoundingRect()
1284 ymin = ymax = pt.y; in cvBoundingRect()
1299 if( ymax < pt.y ) in cvBoundingRect()
1300 ymax = pt.y; in cvBoundingRect()
1310 ymin = ymax = CV_TOGGLE_FLT(pt.y); in cvBoundingRect()
1327 if( ymax < pt.y ) in cvBoundingRect()
1328 ymax = pt.y; in cvBoundingRect()
1338 v.i = CV_TOGGLE_FLT(ymax); ymax = cvFloor(v.f); in cvBoundingRect()
1345 rect.height = ymax - ymin + 1; in cvBoundingRect()
/external/mesa3d/src/gallium/state_trackers/vega/
Dbezier.c586 float ymax = bez->y1; in bezier_bounds() local
603 else if (bez->y2 > ymax) in bezier_bounds()
604 ymax = bez->y2; in bezier_bounds()
607 else if (bez->y3 > ymax) in bezier_bounds()
608 ymax = bez->y3; in bezier_bounds()
611 else if (bez->y4 > ymax) in bezier_bounds()
612 ymax = bez->y4; in bezier_bounds()
617 bounds[3] = ymax - ymin; /* height */ in bezier_bounds()
/external/libvncserver/examples/android/jni/
Dfbvncserver.c59 static int ymin, ymax; variable
163 ymax = info.maximum; 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/opencv3/modules/cudawarping/test/
Dinterpolation.hpp110 const float ymax = floorf(y + 2.0f); in getValue() local
115 for (float cy = ymin; cy <= ymax; cy += 1.0f) in getValue()
/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
231 ymax = std::max(ymax, 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
1008 ymax = std::max(ymax, pt.y); in extractMSER_8uC3()
1013 bboxvec.push_back(Rect(xmin, ymin, xmax - xmin + 1, ymax - ymin + 1)); in extractMSER_8uC3()
/external/opencv3/modules/cudastereo/src/cuda/
Ddisparity_bilateral_filter.cu99 const int ymax = ::min(h - 1, 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
598 if(vcurr->end>ymax) in sraRgnBBox()
599 ymax=vcurr->end; in sraRgnBBox()
613 if(xmax<xmin || ymax<ymin) in sraRgnBBox()
616 return sraRgnCreateRect(xmin,ymin,xmax,ymax); in sraRgnBBox()
/external/sfntly/cpp/src/sfntly/table/core/
Dfont_header_table.cc213 void FontHeaderTable::Builder::SetYMax(int32_t ymax) { in SetYMax() argument
214 InternalWriteData()->WriteShort(Offset::kYMax, ymax); in SetYMax()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dfilters.hpp155 const float ymax = ::floorf(y + 2.0f); in operator ()() local
160 for (float cy = ymin; cy <= ymax; cy += 1.0f) in operator ()()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c719 GLfloat xmin, xmax, ymin, ymax; in gluPerspective() local
721 ymax = zNear * (GLfloat)tan(fovy * PI / 360); in gluPerspective()
722 ymin = -ymax; in gluPerspective()
724 xmax = ymax * aspect; in gluPerspective()
726 glFrustum(xmin, xmax, ymin, ymax, zNear, zFar); in gluPerspective()
/external/webp/src/enc/
Dfilter.c127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + KERNEL; in VP8SSIMAccumulate() local
133 for (y = ymin; y <= ymax; ++y, src1 += stride1, src2 += stride2) { in VP8SSIMAccumulate()

123