Home
last modified time | relevance | path

Searched refs:x_p1 (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/recognition/include/pcl/recognition/impl/ransac_based/
H A Dvoxel_structure.hpp119 const int x_m1 = x-1, x_p1 = x+1; in getNeighbors() local
126 voxel = this->getVoxel (x_p1, y_p1, z_p1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
127 voxel = this->getVoxel (x_p1, y_p1, z ); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
128 voxel = this->getVoxel (x_p1, y_p1, z_m1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
129 voxel = this->getVoxel (x_p1, y , z_p1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
130 voxel = this->getVoxel (x_p1, y , z ); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
131 voxel = this->getVoxel (x_p1, y , z_m1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
132 voxel = this->getVoxel (x_p1, y_m1, z_p1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
133 voxel = this->getVoxel (x_p1, y_m1, z ); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
134 voxel = this->getVoxel (x_p1, y_m1, z_m1); if ( voxel ) neighs[num_neighs++] = voxel; in getNeighbors()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Emboss/src/
H A Dembosselement.cpp98 int x_p1 = x + 1; in iVideoStream() local
103 if (x_p1 >= src.width()) in iVideoStream()
104 x_p1 = src.width() - 1; in iVideoStream()
109 - srcLine[x_p1] in iVideoStream()
111 - srcLine_p1[x_p1] * 2; in iVideoStream()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Edge/src/
H A Dedgeelement.cpp299 int x_p1 = x >= width - 1? x: x + 1; in sobel() local
301 int gradX = grayLine_m1[x_p1] in sobel()
302 + 2 * grayLine[x_p1] in sobel()
303 + grayLine_p1[x_p1] in sobel()
310 + grayLine_m1[x_p1] in sobel()
313 - grayLine_p1[x_p1]; in sobel()
380 int x_p1 = x >= width - 1? x: x + 1; in thinning() local
390 && edgesLine[x] >= edgesLine[x_p1]) in thinning()
397 if (edgesLine[x] >= edgesLine_m1[x_p1] in thinning()
406 && edgesLine[x] >= edgesLine_p1[x_p1]) in thinning()
/dports/astro/kstars/kstars-3.5.6/kstars/fitsviewer/
H A Dfitsgradientdetector.cpp314 int x_p1 = x >= stats.width - 1 ? x : x + 1; in sobel() local
316 … int gradX = grayLine_m1[x_p1] + 2 * grayLine[x_p1] + grayLine_p1[x_p1] - grayLine_m1[x_m1] - in sobel()
319 … int gradY = grayLine_m1[x_m1] + 2 * grayLine_m1[x] + grayLine_m1[x_p1] - grayLine_p1[x_m1] - in sobel()
320 2 * grayLine_p1[x] - grayLine_p1[x_p1]; in sobel()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A DlinearAlg2D.h106 const coord_t x_p1 = vSize2(direction); in getClosestOnLineSegment() local
108 if (x_p1 == 0) in getClosestOnLineSegment()
118 if (projected_x >= x_p1) in getClosestOnLineSegment()
128 return p0 + projected_x * direction / x_p1; in getClosestOnLineSegment()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dvisual_tool_scale.cpp51 Vector2D x_p1(minor_dim_offset, -scale_half_length.Y()); in Draw() local
58 gl.DrawLine(x_p1, x_p2); in Draw()
64 gl.DrawCircle(x_p1, 4); in Draw()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/xbrz/
H A Dxbrz.cpp787 ker.c = s_m1[x_p1]; in scaleImage()
792 ker.g = s_0[x_p1]; in scaleImage()
797 ker.k = s_p1[x_p1]; in scaleImage()
802 ker.o = s_p2[x_p1]; in scaleImage()
849 ker.c = s_m1[x_p1]; in scaleImage()
854 ker.g = s_0[x_p1]; in scaleImage()
859 ker.k = s_p1[x_p1]; in scaleImage()
864 ker.o = s_p2[x_p1]; in scaleImage()
899 ker.c = s_m1[x_p1]; in scaleImage()
903 ker.f = s_0[x_p1]; in scaleImage()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/xBRZ/
H A Dxbrz.cpp819 ker.c = s_m1[x_p1]; in scaleImage()
824 ker.g = s_0[x_p1]; in scaleImage()
829 ker.k = s_p1[x_p1]; in scaleImage()
834 ker.o = s_p2[x_p1]; in scaleImage()
881 ker.c = s_m1[x_p1]; in scaleImage()
886 ker.g = s_0[x_p1]; in scaleImage()
891 ker.k = s_p1[x_p1]; in scaleImage()
896 ker.o = s_p2[x_p1]; in scaleImage()
931 ker.c = s_m1[x_p1]; in scaleImage()
935 ker.f = s_0[x_p1]; in scaleImage()
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/Cartoon/src/
H A Dcartoonelement.cpp251 int x_p1 = x >= src.width() - 1? x: x + 1; in edges() local
253 int s_m1_p1 = qGray(srcLine_m1[x_p1]); in edges()
254 int s_p1_p1 = qGray(srcLine_p1[x_p1]); in edges()
259 + 2 * qGray(srcLine[x_p1]) in edges()
/dports/games/mrboom/MrBoom-src-5.2/sdl2/xBRZ/
H A Dxbrz.cpp538 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
544 ker.c = s_m1[x_p1]; in scaleImage()
549 ker.g = s_0[x_p1]; in scaleImage()
554 ker.k = s_p1[x_p1]; in scaleImage()
559 ker.o = s_p2[x_p1]; in scaleImage()
597 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
604 ker4.c = s_m1[x_p1]; in scaleImage()
609 ker4.g = s_0[x_p1]; in scaleImage()
614 ker4.k = s_p1[x_p1]; in scaleImage()
619 ker4.o = s_p2[x_p1]; in scaleImage()
/dports/math/grace/grace-5.1.25/src/
H A Dfit.c636 double x_m1, x_m2, x_p1, x_p2; in aspline() local
663 x_p1 = x[n-1] + x[n-2] - x[n-3]; in aspline()
664 y_p1 = (2 * m(n-2) - m(n-3)) * (x_p1 - x[n-1]) + y[n-1]; in aspline()
666 m_p1 = (y_p1-y[n-1])/(x_p1-x[n-1]); in aspline()
669 y_p2 = (2 * m_p1 - m(n-2)) * (x_p2 - x_p1) + y_p1; in aspline()
671 m_p2 = (y_p2-y_p1)/(x_p2-x_p1); in aspline()
/dports/games/ivan/ivan-059/xbrzscale/xbrz/
H A Dxbrz.cpp521 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
527 ker.c = s_m1[x_p1]; in scaleImage()
532 ker.g = s_0[x_p1]; in scaleImage()
537 ker.k = s_p1[x_p1]; in scaleImage()
542 ker.o = s_p2[x_p1]; in scaleImage()
580 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
587 ker4.c = s_m1[x_p1]; in scaleImage()
592 ker4.g = s_0[x_p1]; in scaleImage()
597 ker4.k = s_p1[x_p1]; in scaleImage()
602 ker4.o = s_p2[x_p1]; in scaleImage()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/xbrz/
H A Dxbrz.cpp533 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
539 ker.c = s_m1[x_p1]; in scaleImage()
544 ker.g = s_0[x_p1]; in scaleImage()
549 ker.k = s_p1[x_p1]; in scaleImage()
554 ker.o = s_p2[x_p1]; in scaleImage()
592 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
599 ker4.c = s_m1[x_p1]; in scaleImage()
604 ker4.g = s_0[x_p1]; in scaleImage()
609 ker4.k = s_p1[x_p1]; in scaleImage()
614 ker4.o = s_p2[x_p1]; in scaleImage()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/FaceDetect/src/haar/
H A Dhaardetector.cpp534 int x_p1 = x >= width - 1? x: x + 1; in sobel() local
536 int gradX = grayLine_m1[x_p1] in sobel()
537 + 2 * grayLine[x_p1] in sobel()
538 + grayLine_p1[x_p1] in sobel()
545 + grayLine_m1[x_p1] in sobel()
548 - grayLine_p1[x_p1]; in sobel()
733 int x_p1 = x >= width - 1? x: x + 1; in thinning() local
743 && edgesLine[x] >= edgesLine[x_p1]) in thinning()
750 if (edgesLine[x] >= edgesLine_m1[x_p1] in thinning()
759 && edgesLine[x] >= edgesLine_p1[x_p1]) in thinning()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/xbrz/
H A Dxbrz.cpp533 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
539 ker.c = s_m1[x_p1]; in scaleImage()
544 ker.g = s_0[x_p1]; in scaleImage()
549 ker.k = s_p1[x_p1]; in scaleImage()
554 ker.o = s_p2[x_p1]; in scaleImage()
592 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
599 ker4.c = s_m1[x_p1]; in scaleImage()
604 ker4.g = s_0[x_p1]; in scaleImage()
609 ker4.k = s_p1[x_p1]; in scaleImage()
614 ker4.o = s_p2[x_p1]; in scaleImage()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/xBRZ/
H A Dxbrz.cpp478 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
484 ker.c = s_m1[x_p1]; in scaleImage()
489 ker.g = s_0[x_p1]; in scaleImage()
494 ker.k = s_p1[x_p1]; in scaleImage()
499 ker.o = s_p2[x_p1]; in scaleImage()
534 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
541 ker4.c = s_m1[x_p1]; in scaleImage()
546 ker4.g = s_0[x_p1]; in scaleImage()
551 ker4.k = s_p1[x_p1]; in scaleImage()
556 ker4.o = s_p2[x_p1]; in scaleImage()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/xbrz/
H A Dxbrz.cpp533 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
539 ker.c = s_m1[x_p1]; in scaleImage()
544 ker.g = s_0[x_p1]; in scaleImage()
549 ker.k = s_p1[x_p1]; in scaleImage()
554 ker.o = s_p2[x_p1]; in scaleImage()
592 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
599 ker4.c = s_m1[x_p1]; in scaleImage()
604 ker4.g = s_0[x_p1]; in scaleImage()
609 ker4.k = s_p1[x_p1]; in scaleImage()
614 ker4.o = s_p2[x_p1]; in scaleImage()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/filter/
H A Dxbrz.cpp535 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
541 ker.c = s_m1[x_p1]; in scaleImage()
546 ker.g = s_0[x_p1]; in scaleImage()
551 ker.k = s_p1[x_p1]; in scaleImage()
556 ker.o = s_p2[x_p1]; in scaleImage()
596 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
603 ker4.c = s_m1[x_p1]; in scaleImage()
608 ker4.g = s_0[x_p1]; in scaleImage()
613 ker4.k = s_p1[x_p1]; in scaleImage()
618 ker4.o = s_p2[x_p1]; in scaleImage()
/dports/games/libretro-snes9x/snes9x-73aa348/filter/
H A Dxbrz.cpp494 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
500 ker.c = s_m1[x_p1]; in scaleImage()
505 ker.g = s_0[x_p1]; in scaleImage()
510 ker.k = s_p1[x_p1]; in scaleImage()
515 ker.o = s_p2[x_p1]; in scaleImage()
555 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
562 ker4.c = s_m1[x_p1]; in scaleImage()
567 ker4.g = s_0[x_p1]; in scaleImage()
572 ker4.k = s_p1[x_p1]; in scaleImage()
577 ker4.o = s_p2[x_p1]; in scaleImage()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/filters/xBRZ/
H A Dxbrz.cpp527 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
533 ker.c = s_m1[x_p1]; in scaleImage()
538 ker.g = s_0[x_p1]; in scaleImage()
543 ker.k = s_p1[x_p1]; in scaleImage()
548 ker.o = s_p2[x_p1]; in scaleImage()
588 const int x_p1 = std::min(x + 1, srcWidth - 1); in scaleImage() local
595 ker4.c = s_m1[x_p1]; in scaleImage()
600 ker4.g = s_0[x_p1]; in scaleImage()
605 ker4.k = s_p1[x_p1]; in scaleImage()
610 ker4.o = s_p2[x_p1]; in scaleImage()
/dports/emulators/bochs/bochs-2.7/cpu/fpu/
H A Dfyl2x.cc94 float128 x_p1 = float128_add(x, float128_one, status); in poly_l2() local
96 x = float128_div(x_m1, x_p1, status); in poly_l2()
/dports/emulators/mess/mame-mame0226/3rdparty/softfloat/
H A Dfyl2x.c211 float128 x_p1 = float128_add(x, float128_one); in poly_l2() local
213 x = float128_div(x_m1, x_p1); in poly_l2()
/dports/emulators/mame/mame-mame0226/3rdparty/softfloat/
H A Dfyl2x.c211 float128 x_p1 = float128_add(x, float128_one); in poly_l2() local
213 x = float128_div(x_m1, x_p1); in poly_l2()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/math/
H A Dfvi.cpp994 int fvi_check_sphere_sphere(const vec3d *x_p0, const vec3d *x_p1, const vec3d *x_s0, const vec3d *x… in fvi_check_sphere_sphere() argument
1018 vm_vec_sub2(&delta_v, x_p1); in fvi_check_sphere_sphere()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/math/
H A Dfvi.cpp961 int fvi_check_sphere_sphere(vec3d *x_p0, vec3d *x_p1, vec3d *x_s0, vec3d *x_s1, float radius_p, flo… in fvi_check_sphere_sphere() argument
985 vm_vec_sub2(&delta_v, x_p1); in fvi_check_sphere_sphere()

12