Home
last modified time | relevance | path

Searched refs:bDistance (Results 1 – 14 of 14) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_points/
H A Dsnap_points_to_features.cpp157 bool bDistance = Distance > 0.0; in On_Execute() local
159 if( !bDistance ) in On_Execute()
175 …if( !bDistance || pFeatures->Select(CSG_Rect(Point.x - Distance, Point.y - Distance, Point.x + Dis… in On_Execute()
177 …for(int i=0, n=bDistance?pFeatures->Get_Selection_Count():pFeatures->Get_Count(); i<n && 0.<snap_D… in On_Execute()
179 CSG_Shape *pFeature = bDistance ? pFeatures->Get_Selection(i) : pFeatures->Get_Shape(i); in On_Execute()
206 if( bDistance ) in On_Execute()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Dmotion.cpp217 bDistance = dist; \
254 COPY4_IF_LT(bcost, costs[0], bmv, MV(m0x, m0y), bPointNr, p0, bDistance, d0); \
255 COPY4_IF_LT(bcost, costs[1], bmv, MV(m1x, m1y), bPointNr, p1, bDistance, d1); \
256 COPY4_IF_LT(bcost, costs[2], bmv, MV(m2x, m2y), bPointNr, p2, bDistance, d2); \
332 int & bDistance, in StarPatternSearch() argument
930 int bDistance = 0; in motionEstimate() local
934 if (bDistance == 1) in motionEstimate()
965 if (bDistance > RasterDistance) in motionEstimate()
1000 while (bDistance > 0) in motionEstimate()
1003 bDistance = 0; in motionEstimate()
[all …]
H A Dmotion.h104 int & bDistance,
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dmotion.cpp234 bDistance = dist; \
271 COPY4_IF_LT(bcost, costs[0], bmv, MV(m0x, m0y), bPointNr, p0, bDistance, d0); \
272 COPY4_IF_LT(bcost, costs[1], bmv, MV(m1x, m1y), bPointNr, p1, bDistance, d1); \
273 COPY4_IF_LT(bcost, costs[2], bmv, MV(m2x, m2y), bPointNr, p2, bDistance, d2); \
368 int & bDistance, in StarPatternSearch() argument
1135 int bDistance = 0; in motionEstimate() local
1139 if (bDistance == 1) in motionEstimate()
1170 if (bDistance > RasterDistance) in motionEstimate()
1205 while (bDistance > 0) in motionEstimate()
1208 bDistance = 0; in motionEstimate()
[all …]
H A Dmotion.h110 int & bDistance,
/dports/multimedia/x265/source/encoder/
H A Dmotion.cpp234 bDistance = dist; \
271 COPY4_IF_LT(bcost, costs[0], bmv, MV(m0x, m0y), bPointNr, p0, bDistance, d0); \
272 COPY4_IF_LT(bcost, costs[1], bmv, MV(m1x, m1y), bPointNr, p1, bDistance, d1); \
273 COPY4_IF_LT(bcost, costs[2], bmv, MV(m2x, m2y), bPointNr, p2, bDistance, d2); \
368 int & bDistance, in StarPatternSearch() argument
1135 int bDistance = 0; in motionEstimate() local
1139 if (bDistance == 1) in motionEstimate()
1170 if (bDistance > RasterDistance) in motionEstimate()
1205 while (bDistance > 0) in motionEstimate()
1208 bDistance = 0; in motionEstimate()
[all …]
H A Dmotion.h110 int & bDistance,
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/
H A Dhash_set.h386 const difference_type bDistance = eastl::distance(bRange.first, bRange.second); variable
388 if(aDistance != bDistance)
H A Dhash_map.h504 const difference_type bDistance = eastl::distance(bRange.first, bRange.second); variable
506 if(aDistance != bDistance)
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometryutils.cpp890 double bDistance = std::sqrt( ( b.x() - centerX ) * ( b.x() - centerX ) + in pointContinuesArc() local
893 double diff = std::fabs( radius - bDistance ); in pointContinuesArc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dsubsequent_filters-test.cxx1227 sal_uInt16 bDistance; member
1238 bDistance(bDist), in Border()
1299 CPPUNIT_ASSERT_EQUAL(borders[temp].bDistance, pBottom->GetDistance()); in testBordersOoo33()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeometryutils.cpp907 const double bDistance = std::sqrt( ( b.x() - centerX ) * ( b.x() - centerX ) + in pointContinuesArc() local
910 double diff = std::fabs( radius - bDistance ); in pointContinuesArc()
/dports/math/py-spectral/spectral-0.22.4/spectral/algorithms/
H A Dalgorithms.py1190 bDistance = bdist variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dsubsequent_filters-test.cxx1037 sal_uInt16 bDistance; member
1048 bDistance(bDist), in Border()
1107 CPPUNIT_ASSERT_EQUAL(borders[temp].bDistance, pBottom->GetDistance()); in testBordersOoo33()