Home
last modified time | relevance | path

Searched refs:planeOffset (Results 1 – 25 of 42) sorted by relevance

12

/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/
H A Dvideoformat.cpp52 PlaneOffsetFunc planeOffset; member in AkVCam::VideoFormatGlobals
226 if (vf->planeOffset) in size()
227 return vf->planeOffset(vf->planes, in size()
250 if (vf->planeOffset) in offset()
251 return vf->planeOffset(plane, in offset()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/resourcefiles/
H A Dfile_rtl.cpp51 DWORD planeOffset[PLANES]; member
124 dataLump.Header.PlaneOffset[j] = LittleLong(header[i].planeOffset[j]); in Open()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/lcl/vtkmlcl/lcl/
H A DPolygon.h516 auto planeOffset = internal::dot(planeNormal, wcoordCenter); in worldToParametric() local
517 if (internal::dot(planeNormal, wc) < planeOffset) in worldToParametric()
528 planeOffset = internal::dot(planeNormal, wcoordCenter); in worldToParametric()
529 if (internal::dot(planeNormal, wc) > planeOffset) in worldToParametric()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/vvdec/
H A Dvvdecimpl.cpp882 const ptrdiff_t planeOffset = (confLeft >> csx) + (confTop >> csy) * area.stride; in xAddPicture() local
885 copyComp( pucOrigin + planeOffset, in xAddPicture()
911 const ptrdiff_t planeOffset = (confLeft >> csx) + (confTop >> csy) * area.stride; in xAddPicture() local
914 copyComp( pucOrigin + planeOffset, in xAddPicture()
930 const ptrdiff_t planeOffset = (confLeft >> csx) + (confTop >> csy) * area.stride; in xAddPicture() local
935 cFrame.planes[comp].ptr = (unsigned char*)(pucOrigin + planeOffset); in xAddPicture()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibVideoIO/
H A DTVideoIOYuv.cpp776 const Int planeOffset = (confLeft>>csx) + (confTop>>csy) * pPicYuv->getStride(compID); in write() local
777 …if (! writePlane(m_cHandle, dstPicYuv->getAddr(compID) + planeOffset, is16bit, iStride444, width44… in write()
889 …const Int planeOffset = (confLeft>>csx) + ( confTop>>csy) * dstPicYuvTop->getStride(compID); //of… in write() local
892 (dstPicYuvTop ->getAddr(compID) + planeOffset), in write()
893 (dstPicYuvBottom->getAddr(compID) + planeOffset), in write()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_pixel_buffer.h143 const int64 planeOffset = SafeInt64Mult(fPlaneStep,
146 SafeInt64Add(SafeInt64Add(rowOffset, colOffset), planeOffset));
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/
H A DParametricCoordinates.h851 typename WCoordType::ComponentType planeOffset = vtkm::Dot(planeNormal, wcoordCenter); in WorldCoordinatesToParametricCoordinates() local
852 if (vtkm::Dot(planeNormal, wcoords) < planeOffset) in WorldCoordinatesToParametricCoordinates()
861 planeOffset = vtkm::Dot(planeNormal, wcoordCenter); in WorldCoordinatesToParametricCoordinates()
862 if (vtkm::Dot(planeNormal, wcoords) > planeOffset) in WorldCoordinatesToParametricCoordinates()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A DdistanceField.c557 int offset, planeOffset; in img3d_Euclidean_DT() local
622 planeOffset = (y*nx) + x; in img3d_Euclidean_DT()
625 offset = planeOffset + (z*planeSize); in img3d_Euclidean_DT()
636 offset = planeOffset + (z*planeSize); in img3d_Euclidean_DT()
H A Dthd_depth.c485 int planeOffset = (y*nx) + x; in img3d_Euclidean_DT() local
488 int offset = planeOffset + (z*planeSize); in img3d_Euclidean_DT()
499 int offset = planeOffset + (z*planeSize); in img3d_Euclidean_DT()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreCamera.h204 …4>::type getRayForwardIntersect(const Vector3& anchor, const Vector3 *dir, Real planeOffset) const;
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreCamera.h198 …Vector4> getRayForwardIntersect(const Vector3& anchor, const Vector3 *dir, Real planeOffset) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/ports/
H A DSkTypeface_mac_ct.cpp539 uint16_t planeOffset = (i << 3) | j; in get_plane_glyph_map() local
540 SkUnichar codepoint = planeOrigin | (SkUnichar)planeOffset; in get_plane_glyph_map()
541 uint16_t utf16[2] = {planeOffset, 0}; in get_plane_glyph_map()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Lib/src/
H A Dakaudiocaps.h229 Q_INVOKABLE size_t planeOffset(int plane) const;
H A Dakvideocaps.h341 Q_INVOKABLE size_t planeOffset(int plane) const;
H A Dakvideocaps.cpp544 size_t AkVideoCaps::planeOffset(int plane) const in planeOffset() function in AkVideoCaps
553 return this->planeOffset(plane) + this->bytesPerLine(plane) * size_t(y); in lineOffset()
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane…
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane…
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane…
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane…
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane…
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane…
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane…
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane…
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
389 …const Index inputPlane = planeIndex * m_plane_strides + planeOffset * m_in_plane_strides - m_plane…
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_meshing/
H A Dmeshfilter.cpp1655 float planeOffset = par.getFloat("planeOffset"); in applyFilter() local
1677 …case REF_CENTER: planeCenter = bbox.Center()+ planeAxis*planeOffset*(bbox.Diag()/2.0); break; in applyFilter()
1678 case REF_MIN: planeCenter = bbox.min+planeAxis*planeOffset*(bbox.Diag()/2.0); break; in applyFilter()
1679 case REF_ORIG: planeCenter = planeAxis*planeOffset; break; in applyFilter()
1694 sectionName.append(QString::number(planeOffset)); in applyFilter()

12