Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipoly.c186 ET->ymax = MININT; in miCreateETandAET()
216 pETEs->ymax = bottom->y - 1; /* -1 so we don't get last scanline */ in miCreateETandAET()
229 ET->ymax = max(ET->ymax, PrevPt->y); in miCreateETandAET()
354 int ymin, ymax; in getPolyYBounds() local
358 ymin = ymax = (pts++)->y; in getPolyYBounds()
365 if (pts->y > ymax) in getPolyYBounds()
366 ymax = pts->y; in getPolyYBounds()
372 *ty = ymax; in getPolyYBounds()
404 int ymax; in miFillConvexPoly() local
410 imin = getPolyYBounds(ptsIn, count, &ymin, &ymax); in miFillConvexPoly()
[all …]
H A Dmipoly.h88 int ymax; /* ycoord at which we exit this edge. */ member
103 int ymax; /* ymax for the polygon */ member
140 if (pAET->ymax == y) { /* leaving this edge */ \
162 if (pAET->ymax == y) { /* leaving this edge */ \
H A Dmizerclip.c407 miZeroClipLine(int xmin, int ymin, int xmax, int ymax, in miZeroClipLine() argument
536 utmp = y1_orig - ymax; in miZeroClipLine()
553 utmp = ymax - y2_orig; in miZeroClipLine()
561 y1 = ymax; in miZeroClipLine()
601 MIOUTCODES(oc1, x1, y1, xmin, ymin, xmax, ymax); in miZeroClipLine()
H A Dmiwideline.c94 int ymin, ymax; /* Min, max y values encountered */ member
117 spanGroup->ymax = MINSHORT; in miInitSpanGroup()
127 int ymin, ymax, xmin, xmax; in miSubtractSpans() local
134 ymax = YMAX(sub); in miSubtractSpans()
137 if (YMIN(spans) <= ymax && ymin <= YMAX(spans)) { in miSubtractSpans()
233 int ymin, ymax; in miAppendSpans() local
249 ymax = spans->points[spansCount - 1].y; in miAppendSpans()
250 if (ymax > spanGroup->ymax) in miAppendSpans()
251 spanGroup->ymax = ymax; in miAppendSpans()
252 if (otherGroup && otherGroup->ymin < ymax && ymin < otherGroup->ymax) { in miAppendSpans()
[all …]
H A Dmiline.h103 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \ argument
108 if (y > ymax) outcode |= OUT_BELOW;\
H A Dmiarc.c1126 double ymin, ymax; in GetFPolyYBounds() local
1130 ymin = ymax = (pts++)->y; in GetFPolyYBounds()
1137 if (pts->y > ymax) in GetFPolyYBounds()
1138 ymax = pts->y; in GetFPolyYBounds()
1144 *ty = ICEIL(ymax + yFtrans - 1); in GetFPolyYBounds()
1180 ymax, *width, *FirstWidth, /* output buffer */ in miFillSppPoly() local
1191 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax); in miFillSppPoly()
1193 y = ymax - ymin + 1; in miFillSppPoly()
1300 } while (y <= ymax); in miFillSppPoly()
2433 double xmax, ymax, xmin, ymin; in drawZeroArc() local
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/
H A Dtest.py156 ymax = ycenter + h / 2. variable
161 predictions[0][n][2] = ymax
201 ymax = max(0.0, min(1.0, predictions[0][n][2])) * INPUT_SIZE variable
203 …print("%d @ (%d, %d) (%d, %d) score=%f" % (candidateBox[1][i], xmin, ymin, xmax, ymax, classScore[…
204 cv2.rectangle(orig_img, (int(xmin), int(ymin)), (int(xmax), int(ymax)),
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep_context.cpp78 double ymax(points_[0]->y), ymin(points_[0]->y); in InitTriangulation() local
87 if (p.y > ymax) in InitTriangulation()
88 ymax = p.y; in InitTriangulation()
94 double dy = kAlpha * (ymax - ymin); in InitTriangulation()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_reg_info.c109 s32 xmax, xmin, ymax, ymin; in dst_ctrl_cal() local
114 xmax = xmin = ymax = ymin = 0; in dst_ctrl_cal()
133 ymax = MIN(MAX(MAX(MAX(pos[1], pos[3]), pos[5]), pos[7]), msg->clip.ymax); in dst_ctrl_cal()
206 ymax = MIN(MAX(MAX(MAX(pos[1], pos[3]), pos[5]), pos[7]), msg->clip.ymax); in dst_ctrl_cal()
240 ymax = MAX(MAX(MAX(y00, yoff), y10), y20) + 2; in dst_ctrl_cal()
246 ymax = MIN(ymax, msg->clip.ymax); in dst_ctrl_cal()
253 if ((xmax < xmin) || (ymax < ymin)) { in dst_ctrl_cal()
255 ymin = ymax; in dst_ctrl_cal()
258 if ((xmin >= msg->dst.vir_w)||(xmax < 0)||(ymin >= msg->dst.vir_h)||(ymax < 0)) { in dst_ctrl_cal()
259 xmin = xmax = ymin = ymax = 0; in dst_ctrl_cal()
[all …]
H A Drga.h173 unsigned short ymax; // height - 1 member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/
H A Dbo.c25 uint32_t i, j, xmax = x + width, ymax = y + height; in draw_rect() local
29 if (ymax > bo->height) in draw_rect()
30 ymax = bo->height; in draw_rect()
32 for (i = y; i < ymax; i++) { in draw_rect()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.cpp37 static void scanSpans(edge e0, edge e1, int32_t ymin, int32_t ymax, ScanLine scanLine) { in scanSpans() argument
39 double y1 = ::fmin(ymax, std::ceil(e1.y1)); in scanSpans()
61 … a, const Point<double>& b, const Point<double>& c, int32_t ymin, int32_t ymax, ScanLine& scanLine… in scanTriangle() argument
72 if (ab.dy) scanSpans(ca, ab, ymin, ymax, scanLine); in scanTriangle()
73 if (bc.dy) scanSpans(ca, bc, ymin, ymax, scanLine); in scanTriangle()
/OK3568_Linux_fs/kernel/arch/m68k/atari/
H A Datakeyb.c365 void ikbd_mouse_abs_pos(int xmax, int ymax) in ikbd_mouse_abs_pos() argument
367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/
H A Dia_css_dvs.host.c75 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local
138 ymax = max(y10, y11); in convert_coords_to_ispparams()
155 bottom_y = CEIL_DIV(ymax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
/OK3568_Linux_fs/external/mpp/mpp/vproc/rga/
H A Drga.cpp268 request->clip.ymax = height - 1; in rga_control()
337 request->clip.ymax = dst_h - 1; in rga_copy()
400 request->clip.ymax = v_str / 2 - 1; in rga_dup_field()
H A Drga.h75 RK_U16 ymax; member
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Datarikb.h21 void ikbd_mouse_abs_pos(int xmax, int ymax);
/OK3568_Linux_fs/external/linux-rga/core/
H A DNormalRgaApi.cpp366 msg->clip.ymax = clip->ymax; in NormalRgaSetDstVirtualInfo()
407 msg->clip.ymax = clip->ymax; in NormalRgaSetPatVirtualInfo()
1117 clip->ymax = orig_clip->ymax; in NormalRgaCompatModeConvertRga2Rect()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dfilters.hpp155 const float ymax = ::floorf(y + 2.0f); in operator ()() local
160 for (float cy = ymin; cy <= ymax; cy += 1.0f) in operator ()()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dfilters.hpp155 const float ymax = ::floorf(y + 2.0f); in operator ()() local
160 for (float cy = ymin; cy <= ymax; cy += 1.0f) in operator ()()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dfilters.hpp155 const float ymax = ::floorf(y + 2.0f); in operator ()() local
160 for (float cy = ymin; cy <= ymax; cy += 1.0f) in operator ()()
/OK3568_Linux_fs/external/linux-rga/core/hardware/
H A Drga2_driver.h54 unsigned short ymax; // height - 1 member
H A Drga_ioctl.h164 uint16_t ymax; // height - 1 member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublematrix4x4.cpp932 int ymax = qMax(qMax(tl.y(), tr.y()), qMax(bl.y(), br.y())); in mapRect() local
934 return QRect(xmin, ymin, xmax - xmin, ymax - ymin); in mapRect()
965 double ymax = qMax(qMax(tl.y(), tr.y()), qMax(bl.y(), br.y())); in mapRect() local
967 return QRectF(QPointF(xmin, ymin), QPointF(xmax, ymax)); in mapRect()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_hdmi.c242 u32 ymin, ymax; in hdmi_active_area() local
247 ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); in hdmi_active_area()
252 hdmi_write(hdmi, ymax, HDMI_ACTIVE_VID_YMAX); in hdmi_active_area()

12