| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipoly.c | 187 ET->ymin = MAXINT; in miCreateETandAET() 230 ET->ymin = min(ET->ymin, PrevPt->y); in miCreateETandAET() 354 int ymin, ymax; in getPolyYBounds() local 358 ymin = ymax = (pts++)->y; in getPolyYBounds() 361 if (pts->y < ymin) { in getPolyYBounds() 363 ymin = pts->y; in getPolyYBounds() 371 *by = ymin; in getPolyYBounds() 403 int ymin; /* y-extents of polygon */ in miFillConvexPoly() local 410 imin = getPolyYBounds(ptsIn, count, &ymin, &ymax); in miFillConvexPoly() 412 dy = ymax - ymin + 1; in miFillConvexPoly() [all …]
|
| H A D | mizerclip.c | 407 miZeroClipLine(int xmin, int ymin, int xmax, int ymax, in miZeroClipLine() argument 485 utmp = ymin - y1_orig; in miZeroClipLine() 495 utmp = y2_orig - ymin; in miZeroClipLine() 503 y1 = ymin; in miZeroClipLine() 601 MIOUTCODES(oc1, x1, y1, xmin, ymin, xmax, ymax); in miZeroClipLine()
|
| H A D | miwideline.c | 94 int ymin, ymax; /* Min, max y values encountered */ member 116 spanGroup->ymin = MAXSHORT; in miInitSpanGroup() 127 int ymin, ymax, xmin, xmax; in miSubtractSpans() local 133 ymin = YMIN(sub); in miSubtractSpans() 137 if (YMIN(spans) <= ymax && ymin <= YMAX(spans)) { in miSubtractSpans() 233 int ymin, ymax; in miAppendSpans() local 246 ymin = spans->points[0].y; in miAppendSpans() 247 if (ymin < spanGroup->ymin) in miAppendSpans() 248 spanGroup->ymin = ymin; in miAppendSpans() 252 if (otherGroup && otherGroup->ymin < ymax && ymin < otherGroup->ymax) { in miAppendSpans() [all …]
|
| H A D | miline.h | 103 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \ argument 107 if (y < ymin) outcode |= OUT_ABOVE;\
|
| H A D | mipoly.h | 104 int ymin; /* ymin for the polygon */ member
|
| H A D | miarc.c | 1126 double ymin, ymax; in GetFPolyYBounds() local 1130 ymin = ymax = (pts++)->y; in GetFPolyYBounds() 1133 if (pts->y < ymin) { in GetFPolyYBounds() 1135 ymin = pts->y; in GetFPolyYBounds() 1143 *by = ICEIL(ymin + yFtrans); in GetFPolyYBounds() 1179 ymin, /* y-extents of polygon */ in miFillSppPoly() local 1191 imin = GetFPolyYBounds(ptsIn, count, yFtrans, &ymin, &ymax); in miFillSppPoly() 1193 y = ymax - ymin + 1; in miFillSppPoly() 2433 double xmax, ymax, xmin, ymin; in drawZeroArc() local 2456 ymin = h; in drawZeroArc() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | sweep_context.cpp | 78 double ymax(points_[0]->y), ymin(points_[0]->y); in InitTriangulation() local 89 if (p.y < ymin) in InitTriangulation() 90 ymin = p.y; in InitTriangulation() 94 double dy = kAlpha * (ymax - ymin); in InitTriangulation() 95 head_ = new Point(xmax + dx, ymin - dy); in InitTriangulation() 96 tail_ = new Point(xmin - dx, ymin - dy); in InitTriangulation()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_reg_info.c | 109 s32 xmax, xmin, ymax, ymin; in dst_ctrl_cal() local 114 xmax = xmin = ymax = ymin = 0; in dst_ctrl_cal() 134 ymin = MAX(MIN(MIN(MIN(pos[1], pos[3]), pos[5]), pos[7]), msg->clip.ymin); in dst_ctrl_cal() 207 ymin = MAX(MIN(MIN(MIN(pos[1], pos[3]), pos[5]), pos[7]), msg->clip.ymin); in dst_ctrl_cal() 241 ymin = MIN(MIN(MIN(y00, yoff), y10), y20) - 1; in dst_ctrl_cal() 247 ymin = MAX(ymin, msg->clip.ymin); 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 D | rga.h | 172 unsigned short ymin; member
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/ |
| H A D | test.py | 154 ymin = ycenter - h / 2. variable 159 predictions[0][n][0] = ymin 199 ymin = max(0.0, min(1.0, predictions[0][n][0])) * 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/kernel/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
| H A D | ia_css_dvs.host.c | 75 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local 137 ymin = min(y00, y01); in convert_coords_to_ispparams() 144 assert(y10 >= ymin); in convert_coords_to_ispparams() 145 assert(y11 >= ymin); in convert_coords_to_ispparams() 147 topleft_y = ymin >> DVS_COORD_FRAC_BITS; in convert_coords_to_ispparams()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover.cpp | 37 static void scanSpans(edge e0, edge e1, int32_t ymin, int32_t ymax, ScanLine scanLine) { in scanSpans() argument 38 double y0 = ::fmax(ymin, std::floor(e1.y0)); in scanSpans() 61 …Point<double>& a, const Point<double>& b, const Point<double>& c, int32_t ymin, int32_t ymax, Scan… 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/external/mpp/mpp/vproc/rga/ |
| H A D | rga.cpp | 267 request->clip.ymin = 0; in rga_control() 336 request->clip.ymin = 0; in rga_copy() 399 request->clip.ymin = 0; in rga_dup_field()
|
| H A D | rga.h | 74 RK_U16 ymin; member
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | NormalRgaApi.cpp | 365 msg->clip.ymin = clip->ymin; in NormalRgaSetDstVirtualInfo() 406 msg->clip.ymin = clip->ymin; in NormalRgaSetPatVirtualInfo() 1119 clip->ymin = orig_clip->ymin; in NormalRgaCompatModeConvertRga2Rect()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | filters.hpp | 154 const float ymin = ::ceilf(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 D | filters.hpp | 154 const float ymin = ::ceilf(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 D | filters.hpp | 154 const float ymin = ::ceilf(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 D | rga2_driver.h | 53 unsigned short ymin; member
|
| H A D | rga_ioctl.h | 163 uint16_t ymin; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublematrix4x4.cpp | 931 int ymin = qMin(qMin(tl.y(), tr.y()), qMin(bl.y(), br.y())); in mapRect() local 934 return QRect(xmin, ymin, xmax - xmin, ymax - ymin); in mapRect() 964 double ymin = qMin(qMin(tl.y(), tr.y()), qMin(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 D | sti_hdmi.c | 242 u32 ymin, ymax; in hdmi_active_area() local 246 ymin = sti_vtg_get_line_number(hdmi->mode, 0); in hdmi_active_area() 251 hdmi_write(hdmi, ymin, HDMI_ACTIVE_VID_YMIN); in hdmi_active_area()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/ |
| H A D | rga.h | 223 unsigned short ymin; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/rga/RV110X/include/ |
| H A D | rga.h | 274 uint16_t ymin; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2.h | 276 unsigned short ymin; member
|