| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | soc.h | 37 #define SOC_DOUBLE_S_VALUE(xreg, shift_left, shift_right, xmin, xmax, xsign_bit, xinvert, xautodisa… argument 40 .rshift = shift_right, .min = xmin, .max = xmax, .platform_max = xmax, \ 51 #define SOC_DOUBLE_R_S_VALUE(xlreg, xrreg, xshift, xmin, xmax, xsign_bit, xinvert) \ argument 54 .max = xmax, .min = xmin, .platform_max = xmax, .sign_bit = xsign_bit, \ 56 #define SOC_DOUBLE_R_RANGE_VALUE(xlreg, xrreg, xshift, xmin, xmax, xinvert) \ argument 59 .min = xmin, .max = xmax, .platform_max = xmax, .invert = xinvert}) 65 #define SOC_SINGLE_RANGE(xname, xreg, xshift, xmin, xmax, xinvert) \ argument 71 .rshift = xshift, .min = xmin, .max = xmax, \ 81 #define SOC_SINGLE_SX_TLV(xname, xreg, xshift, xmin, xmax, tlv_array) \ argument 92 .max = xmax, .min = xmin} } [all …]
|
| /OK3568_Linux_fs/kernel/tools/vm/ |
| H A D | slabinfo-gnuplot.sh | 25 xmin=0 53 local range="every ::$xmin" 64 lines=$((xmax-xmin)) 106 local range="every ::$xmin" 196 xmin=${array[0]}
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/ |
| H A D | sweep_context.cpp | 77 double xmax(points_[0]->x), xmin(points_[0]->x); in InitTriangulation() local 85 if (p.x < xmin) in InitTriangulation() 86 xmin = p.x; in InitTriangulation() 93 double dx = kAlpha * (xmax - xmin); 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() 131 xmin = MAX(MIN(MIN(MIN(pos[0], pos[2]), pos[4]), pos[6]), msg->clip.xmin); in dst_ctrl_cal() 204 xmin = MAX(MIN(MIN(MIN(pos[0], pos[2]), pos[4]), pos[6]), msg->clip.xmin); in dst_ctrl_cal() 238 xmin = MIN(MIN(MIN(x00, xoff), x10), x20) - 1; in dst_ctrl_cal() 244 xmin = MAX(xmin, msg->clip.xmin); in dst_ctrl_cal() 253 if ((xmax < xmin) || (ymax < ymin)) { in dst_ctrl_cal() 254 xmin = xmax; 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 | 170 unsigned short xmin; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover_impl.cpp | 16 int32_t xmin, xmax; member 128 xp.xmin = std::min(xp.xmin, static_cast<int32_t>(std::floor(x))); in update_span() 178 return std::tie(a.xmin, a.xmax) < std::tie(b.xmin, b.xmax); in scan_row() 313 auto x_min = xps[0].xmin; in nextRow() 319 if (xp.xmin > x_max && xp.xmax >= x_max) { in nextRow() 321 x_min = xp.xmin; in nextRow()
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/ |
| H A D | test.py | 155 xmin = xcenter - w / 2. variable 160 predictions[0][n][1] = xmin 198 xmin = max(0.0, min(1.0, predictions[0][n][1])) * 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/external/xserver/mi/ |
| H A D | mizerclip.c | 407 miZeroClipLine(int xmin, int ymin, int xmax, int ymax, in miZeroClipLine() argument 463 utmp = xmin - x1_orig; in miZeroClipLine() 473 utmp = x2_orig - xmin; in miZeroClipLine() 481 x1 = xmin; in miZeroClipLine() 601 MIOUTCODES(oc1, x1, y1, xmin, ymin, xmax, ymax); in miZeroClipLine()
|
| H A D | miline.h | 103 #define MIOUTCODES(outcode, x, y, xmin, ymin, xmax, ymax) \ argument 105 if (x < xmin) outcode |= OUT_LEFT;\
|
| H A D | miarc.c | 229 static void newFinalSpan(int y, int xmin, int xmax); 2433 double xmax, ymax, xmin, ymin; in drawZeroArc() local 2454 xmin = w; in drawZeroArc() 2471 if (x < xmin) in drawZeroArc() 2472 xmin = x; in drawZeroArc() 2518 x0 = xmin; in drawZeroArc() 2523 xmin = -l; in drawZeroArc() 2530 if (xmax != xmin && ymax != ymin) { in drawZeroArc() 2534 minx = ICEIL(xmin + w) + tarc->x; in drawZeroArc() 3174 newFinalSpan(int y, int xmin, int xmax) in newFinalSpan() argument [all …]
|
| H A D | miwideline.c | 127 int ymin, ymax, xmin, xmax; in miSubtractSpans() local 161 xmin = subPt->x; in miSubtractSpans() 162 xmax = xmin + *subWid; in miSubtractSpans() 163 if (xmin >= spansPt->x + *spansWid || spansPt->x >= xmax) { in miSubtractSpans() 166 else if (xmin <= spansPt->x) { in miSubtractSpans() 184 *spansWid = xmin - spansPt->x; in miSubtractSpans() 214 *spansWid = xmin - spansPt->x; in miSubtractSpans()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tda7419.c | 251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument 253 {.reg = xreg, .rreg = xreg, .mask = xmask, .min = xmin, \ 256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument 259 {.reg = xregl, .rreg = xregr, .mask = xmask, .min = xmin, \ 262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument 272 .private_value = TDA7419_SINGLE_VALUE(xreg, xmask, xmin, \ 276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ argument 287 xmin, xmax, xthresh, \
|
| /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 135 xmin = min(x00, x10); in convert_coords_to_ispparams() 141 assert(x01 >= xmin); in convert_coords_to_ispparams() 142 assert(x11 >= xmin); in convert_coords_to_ispparams() 148 topleft_x = ((xmin >> DVS_COORD_FRAC_BITS) in convert_coords_to_ispparams()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/ |
| H A D | rga.cpp | 265 request->clip.xmin = 0; in rga_control() 334 request->clip.xmin = 0; in rga_copy() 397 request->clip.xmin = 0; in rga_dup_field()
|
| H A D | rga.h | 72 RK_U16 xmin; member
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | NormalRgaApi.cpp | 363 msg->clip.xmin = clip->xmin; in NormalRgaSetDstVirtualInfo() 404 msg->clip.xmin = clip->xmin; in NormalRgaSetPatVirtualInfo() 1118 clip->xmin = orig_clip->xmin; in NormalRgaCompatModeConvertRga2Rect()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | filters.hpp | 151 const float xmin = ::ceilf(x - 2.0f); in operator ()() local 162 for (float cx = xmin; cx <= xmax; cx += 1.0f) in operator ()()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/ |
| H A D | filters.hpp | 151 const float xmin = ::ceilf(x - 2.0f); in operator ()() local 162 for (float cx = xmin; cx <= xmax; cx += 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 | 151 const float xmin = ::ceilf(x - 2.0f); in operator ()() local 162 for (float cx = xmin; cx <= xmax; cx += 1.0f) in operator ()()
|
| /OK3568_Linux_fs/external/linux-rga/core/hardware/ |
| H A D | rga2_driver.h | 51 unsigned short xmin; member
|
| H A D | rga_ioctl.h | 161 uint16_t xmin; member
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/atom/ |
| H A D | sst-atom-controls.h | 714 xmin, xmax, xpname) \ argument 722 { .stereo = true, .max = xmax, .min = xmin, .type = SST_GAIN_TLV, \ 728 xmin, xmax, xpname) \ argument 733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
|
| /OK3568_Linux_fs/kernel/sound/soc/ti/ |
| H A D | omap-mcbsp-st.c | 462 #define OMAP_MCBSP_SOC_SINGLE_S16_EXT(xname, xmin, xmax, \ argument 468 {.min = xmin, .max = xmax} }
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublematrix4x4.cpp | 929 int xmin = qMin(qMin(tl.x(), tr.x()), qMin(bl.x(), br.x())); in mapRect() local 934 return QRect(xmin, ymin, xmax - xmin, ymax - ymin); in mapRect() 962 double xmin = qMin(qMin(tl.x(), tr.x()), qMin(bl.x(), br.x())); 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 | 241 u32 xmin, xmax; in hdmi_active_area() local 244 xmin = sti_vtg_get_pixel_number(hdmi->mode, 1); in hdmi_active_area() 249 hdmi_write(hdmi, xmin, HDMI_ACTIVE_VID_XMIN); in hdmi_active_area()
|