| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | soc.h | 32 #define SOC_DOUBLE_VALUE(xreg, shift_left, shift_right, xmax, xinvert, xautodisable) \ argument 35 .rshift = shift_right, .max = xmax, .platform_max = xmax, \ 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, \ 42 #define SOC_SINGLE_VALUE(xreg, xshift, xmax, xinvert, xautodisable) \ argument 43 SOC_DOUBLE_VALUE(xreg, xshift, xshift, xmax, xinvert, xautodisable) 44 #define SOC_SINGLE_VALUE_EXT(xreg, xmax, xinvert) \ argument 46 {.reg = xreg, .max = xmax, .platform_max = xmax, .invert = xinvert}) 47 #define SOC_DOUBLE_R_VALUE(xlreg, xrreg, xshift, xmax, xinvert) \ argument 50 .max = xmax, .platform_max = xmax, .invert = xinvert}) [all …]
|
| /OK3568_Linux_fs/kernel/tools/vm/ |
| H A D | slabinfo-gnuplot.sh | 26 xmax=0 62 if [ $xmax -ne 0 ]; then 63 range="$range::$xmax" 64 lines=$((xmax-xmin)) 109 if [ $xmax -ne 0 ]; then 110 range="$range::$xmax" 197 xmax=${array[1]}
|
| /OK3568_Linux_fs/kernel/sound/soc/tegra/ |
| H A D | tegra210_ahub.h | 43 #define SOC_VALUE_ENUM_WIDE(xreg, shift, xmax, xtexts, xvalues) \ argument 48 .items = xmax, \ 51 .mask = xmax ? roundup_pow_of_two(xmax) - 1 : 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 83 if (p.x > xmax) in InitTriangulation() 84 xmax = p.x; in InitTriangulation() 93 double dx = kAlpha * (xmax - xmin); in InitTriangulation() 95 head_ = new Point(xmax + dx, ymin - dy); in InitTriangulation()
|
| /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 129 xp.xmax = std::max(xp.xmax, static_cast<int32_t>(std::ceil(x))); in update_span() 178 return std::tie(a.xmin, a.xmax) < std::tie(b.xmin, b.xmax); in scan_row() 314 auto x_max = xps[0].xmax; in nextRow() 319 if (xp.xmin > x_max && xp.xmax >= x_max) { in nextRow() 325 x_max = std::max(x_min, xp.xmax); in nextRow()
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/tensorflow/ssd_mobilenet_v1/ |
| H A D | test.py | 157 xmax = xcenter + w / 2. variable 162 predictions[0][n][3] = xmax 200 xmax = max(0.0, min(1.0, predictions[0][n][3])) * 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 507 utmp = x1_orig - xmax; in miZeroClipLine() 524 utmp = xmax - x2_orig; in miZeroClipLine() 532 x1 = xmax; 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 106 if (x > xmax) outcode |= OUT_RIGHT;\
|
| H A D | miarc.c | 229 static void newFinalSpan(int y, int xmin, int xmax); 2433 double xmax, ymax, xmin, ymin; in drawZeroArc() local 2453 xmax = -w; in drawZeroArc() 2469 if (x > xmax) in drawZeroArc() 2470 xmax = x; in drawZeroArc() 2519 x1 = xmax; in drawZeroArc() 2524 xmax = l; in drawZeroArc() 2530 if (xmax != xmin && ymax != ymin) { in drawZeroArc() 2535 maxx = ICEIL(xmax + w) + tarc->x; in drawZeroArc() 3174 newFinalSpan(int y, int xmin, int xmax) in newFinalSpan() argument [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tda7419.c | 251 #define TDA7419_SINGLE_VALUE(xreg, xmask, xmin, xmax, xthresh, xinvert) \ argument 254 .max = xmax, .thresh = xthresh, .invert = xinvert}) 256 #define TDA7419_DOUBLE_R_VALUE(xregl, xregr, xmask, xmin, xmax, xthresh, \ argument 260 .max = xmax, .thresh = xthresh, .invert = xinvert}) 262 #define TDA7419_SINGLE_TLV(xname, xreg, xmask, xmin, xmax, xthresh, \ argument 273 xmax, xthresh, xinvert), \ 276 #define TDA7419_DOUBLE_R_TLV(xname, xregl, xregr, xmask, xmin, xmax, \ argument 287 xmin, xmax, xthresh, \
|
| /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() 130 xmax = MIN(MAX(MAX(MAX(pos[0], pos[2]), pos[4]), pos[6]), msg->clip.xmax); in dst_ctrl_cal() 203 xmax = MIN(MAX(MAX(MAX(pos[0], pos[2]), pos[4]), pos[6]), msg->clip.xmax); in dst_ctrl_cal() 237 xmax = MAX(MAX(MAX(x00, xoff), x10), x20) + 2; in dst_ctrl_cal() 243 xmax = MIN(xmax, msg->clip.xmax); 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 …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/drmDsp/ |
| H A D | bo.c | 25 uint32_t i, j, xmax = x + width, ymax = y + height; in draw_rect() local 27 if (xmax > bo->width) in draw_rect() 28 xmax = bo->width; in draw_rect() 35 for (j = x; j < xmax; j++) { in draw_rect()
|
| /OK3568_Linux_fs/kernel/arch/m68k/atari/ |
| H A D | atakeyb.c | 365 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 D | ia_css_dvs.host.c | 75 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local 136 xmax = max(x01, x11); in convert_coords_to_ispparams() 158 bottom_x = CEIL_DIV(xmax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | wincursor.c | 203 int x, y, xmax = bits_to_bytes(nCX); in winLoadCursor() local 206 for (x = 0; x < xmax; ++x) { in winLoadCursor() 218 int x, y, xmax = bits_to_bytes(nCX); in winLoadCursor() local 221 for (x = 0; x < xmax; ++x) { in winLoadCursor()
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/rga/ |
| H A D | rga.cpp | 266 request->clip.xmax = width - 1; in rga_control() 335 request->clip.xmax = dst_w - 1; in rga_copy() 398 request->clip.xmax = h_str * 2 - 1; in rga_dup_field()
|
| H A D | rga.h | 73 RK_U16 xmax; member
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | atarikb.h | 21 void ikbd_mouse_abs_pos(int xmax, int ymax);
|
| /OK3568_Linux_fs/external/linux-rga/core/ |
| H A D | NormalRgaApi.cpp | 364 msg->clip.xmax = clip->xmax; in NormalRgaSetDstVirtualInfo() 405 msg->clip.xmax = clip->xmax; in NormalRgaSetPatVirtualInfo() 1116 clip->xmax = orig_clip->xmax; in NormalRgaCompatModeConvertRga2Rect()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/ |
| H A D | filters.hpp | 152 const float xmax = ::floorf(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 | 152 const float xmax = ::floorf(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 | 152 const float xmax = ::floorf(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 | 52 unsigned short xmax; // width - 1 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} }
|