Home
last modified time | relevance | path

Searched refs:planes (Results 1 – 25 of 5099) sorted by relevance

12345678910>>...204

/dports/multimedia/handbrake/ffmpeg-4.4/tests/ref/fate/
H A Dimgutils57 yuv420p planes: 3, linesizes: 64 32 32 0, plane_sizes: 3072 768 768 0, plane_…
58 yuyv422 planes: 1, linesizes: 128 0 0 0, plane_sizes: 6144 0 0 0, plane_…
59 rgb24 planes: 1, linesizes: 192 0 0 0, plane_sizes: 9216 0 0 0, plane_…
60 bgr24 planes: 1, linesizes: 192 0 0 0, plane_sizes: 9216 0 0 0, plane_…
61 yuv422p planes: 3, linesizes: 64 32 32 0, plane_sizes: 3072 1536 1536 0, plane_…
62 yuv444p planes: 3, linesizes: 64 64 64 0, plane_sizes: 3072 3072 3072 0, plane_…
63 yuv410p planes: 3, linesizes: 64 16 16 0, plane_sizes: 3072 192 192 0, plane_…
64 yuv411p planes: 3, linesizes: 64 16 16 0, plane_sizes: 3072 768 768 0, plane_…
65 gray planes: 2, linesizes: 64 0 0 0, plane_sizes: 3072 1024 0 0, plane_…
66 monow planes: 1, linesizes: 8 0 0 0, plane_sizes: 384 0 0 0, plane_…
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/ref/fate/
H A Dimgutils57 yuv420p planes: 3, linesizes: 64 32 32 0, plane_sizes: 3072 768 768 0, plane_…
58 yuyv422 planes: 1, linesizes: 128 0 0 0, plane_sizes: 6144 0 0 0, plane_…
59 rgb24 planes: 1, linesizes: 192 0 0 0, plane_sizes: 9216 0 0 0, plane_…
60 bgr24 planes: 1, linesizes: 192 0 0 0, plane_sizes: 9216 0 0 0, plane_…
61 yuv422p planes: 3, linesizes: 64 32 32 0, plane_sizes: 3072 1536 1536 0, plane_…
62 yuv444p planes: 3, linesizes: 64 64 64 0, plane_sizes: 3072 3072 3072 0, plane_…
63 yuv410p planes: 3, linesizes: 64 16 16 0, plane_sizes: 3072 192 192 0, plane_…
64 yuv411p planes: 3, linesizes: 64 16 16 0, plane_sizes: 3072 768 768 0, plane_…
65 gray planes: 2, linesizes: 64 0 0 0, plane_sizes: 3072 1024 0 0, plane_…
66 monow planes: 1, linesizes: 8 0 0 0, plane_sizes: 384 0 0 0, plane_…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/ref/fate/
H A Dimgutils57 yuv420p planes: 3, linesizes: 64 32 32 0, plane_sizes: 3072 768 768 0, plane_…
58 yuyv422 planes: 1, linesizes: 128 0 0 0, plane_sizes: 6144 0 0 0, plane_…
59 rgb24 planes: 1, linesizes: 192 0 0 0, plane_sizes: 9216 0 0 0, plane_…
60 bgr24 planes: 1, linesizes: 192 0 0 0, plane_sizes: 9216 0 0 0, plane_…
61 yuv422p planes: 3, linesizes: 64 32 32 0, plane_sizes: 3072 1536 1536 0, plane_…
62 yuv444p planes: 3, linesizes: 64 64 64 0, plane_sizes: 3072 3072 3072 0, plane_…
63 yuv410p planes: 3, linesizes: 64 16 16 0, plane_sizes: 3072 192 192 0, plane_…
64 yuv411p planes: 3, linesizes: 64 16 16 0, plane_sizes: 3072 768 768 0, plane_…
65 gray planes: 2, linesizes: 64 0 0 0, plane_sizes: 3072 1024 0 0, plane_…
66 monow planes: 1, linesizes: 8 0 0 0, plane_sizes: 384 0 0 0, plane_…
[all …]
/dports/multimedia/libfame/libfame-0.9.1/src/
H A Dhalf_mmx.h140 planes[1][-1] = planes[0][-1]; in half_interpolate()
141 planes[3][-1] = planes[2][-1]; in half_interpolate()
149 memcpy(planes[2] - pitch, planes[0]-pitch, w<<3); in half_interpolate()
150 memcpy(planes[3] - pitch, planes[1]-pitch, w<<3); in half_interpolate()
170 planes[1][-1] = planes[0][-1]; in half_interpolate()
171 planes[3][-1] = planes[2][-1]; in half_interpolate()
179 memcpy(planes[2] - pitch, planes[0]-pitch, w<<3); in half_interpolate()
180 memcpy(planes[3] - pitch, planes[1]-pitch, w<<3); in half_interpolate()
200 planes[1][-1] = planes[0][-1]; in half_interpolate()
201 planes[3][-1] = planes[2][-1]; in half_interpolate()
[all …]
H A Dhalf_sse.h187 planes[0]+=8; in half_interpolate()
188 planes[1]+=8; in half_interpolate()
189 planes[2]+=8; in half_interpolate()
190 planes[3]+=8; in half_interpolate()
206 planes[0]+=8; in half_interpolate()
207 planes[1]+=8; in half_interpolate()
208 planes[2]+=8; in half_interpolate()
209 planes[3]+=8; in half_interpolate()
225 planes[0]+=8; in half_interpolate()
226 planes[1]+=8; in half_interpolate()
[all …]
/dports/games/traingame/traingame-cb6513e/src/
H A DFrustum.cpp54 if(planes[i][A]*x + planes[i][B]*y + planes[i][C]*z + planes[i][D] < 0) in point_in_frustum()
66 if (planes[i][A]*x + planes[i][B]*y + planes[i][C]*z + planes[i][D] <= -radius) in sphere_in_frustum()
78 …if (planes[i][A]*(x - size) + planes[i][B]*(y - size) + planes[i][C]*(z - size) + planes[i][D] > 0… in cube_in_frustum()
80 …if(planes[i][A]*(x + size) + planes[i][B]*(y - size) + planes[i][C]*(z - size) + planes[i][D] > 0.… in cube_in_frustum()
82 …if(planes[i][A]*(x - size) + planes[i][B]*(y + size) + planes[i][C]*(z - size) + planes[i][D] > 0.… in cube_in_frustum()
84 …if(planes[i][A]*(x + size) + planes[i][B]*(y + size) + planes[i][C]*(z - size) + planes[i][D] > 0.… in cube_in_frustum()
86 …if(planes[i][A]*(x - size) + planes[i][B]*(y - size) + planes[i][C]*(z + size) + planes[i][D] > 0.… in cube_in_frustum()
88 …if(planes[i][A]*(x + size) + planes[i][B]*(y - size) + planes[i][C]*(z + size) + planes[i][D] > 0.… in cube_in_frustum()
90 …if(planes[i][A]*(x - size) + planes[i][B]*(y + size) + planes[i][C]*(z + size) + planes[i][D] > 0.… in cube_in_frustum()
92 …if(planes[i][A]*(x + size) + planes[i][B]*(y + size) + planes[i][C]*(z + size) + planes[i][D] > 0.… in cube_in_frustum()
[all …]
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DBoundingPolytope.java91 mag[i] = Math.sqrt(planes[i].x*planes[i].x + planes[i].y*planes[i].y + in BoundingPolytope()
348 mag[i] = Math.sqrt(planes[i].x*planes[i].x + planes[i].y*planes[i].y + in setPlanes()
1580 det = planes[a].x*planes[b].y*planes[c].z + planes[a].y*planes[b].z*planes[c].x + in computeVertex()
1581 planes[a].z*planes[b].x*planes[c].y - planes[a].z*planes[b].y*planes[c].x - in computeVertex()
1582 planes[a].y*planes[b].x*planes[c].z - planes[a].x*planes[b].z*planes[c].y; in computeVertex()
1592 x = (planes[b].y*planes[c].z - planes[b].z*planes[c].y) * pDotN[a]; in computeVertex()
1593 y = (planes[b].z*planes[c].x - planes[b].x*planes[c].z) * pDotN[a]; in computeVertex()
1594 z = (planes[b].x*planes[c].y - planes[b].y*planes[c].x) * pDotN[a]; in computeVertex()
1596 x += (planes[c].y*planes[a].z - planes[c].z*planes[a].y) * pDotN[b]; in computeVertex()
1636 planes[i].y*planes[i].w*planes[i].y - in computeAllVerts()
[all …]
/dports/cad/gds3d/GDS3D-bcdb97a/math/
H A DFRUSTUM.cpp24 planes[FRUSTUM_RIGHT_PLANE].normal.x=clip.entries[3]-clip.entries[0]; in SetFromMatrices()
25 planes[FRUSTUM_RIGHT_PLANE].normal.y=clip.entries[7]-clip.entries[4]; in SetFromMatrices()
29 planes[FRUSTUM_LEFT_PLANE].normal.x=clip.entries[3]+clip.entries[0]; in SetFromMatrices()
30 planes[FRUSTUM_LEFT_PLANE].normal.y=clip.entries[7]+clip.entries[4]; in SetFromMatrices()
39 planes[FRUSTUM_TOP_PLANE].normal.x=clip.entries[3]-clip.entries[1]; in SetFromMatrices()
40 planes[FRUSTUM_TOP_PLANE].normal.y=clip.entries[7]-clip.entries[5]; in SetFromMatrices()
44 planes[FRUSTUM_FAR_PLANE].normal.x=clip.entries[3]-clip.entries[2]; in SetFromMatrices()
45 planes[FRUSTUM_FAR_PLANE].normal.y=clip.entries[7]-clip.entries[6]; in SetFromMatrices()
56 planes[i].Normalize(); // Very costly in SetFromMatrices()
94 planes[i].Normalize(); // Very costly in SetFromMatrix()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bvxm/tests/
H A Dtest_tangent_update.cxx269 std::list<vgl_plane_3d<double> > planes; in test_tangent_update() local
270 planes.emplace_back(-0.5285, 0.458072, 0.714743, 43.7552); in test_tangent_update()
279 planes.emplace_back(-0.715996, 0.68723, 0.122737, 61.2933); in test_tangent_update()
283 planes.emplace_back(-0.520232, 0.467336, 0.714811, 43.76); in test_tangent_update()
297 planes.emplace_back(-0.664266, 0.566153, 0.48808, 54.2134); in test_tangent_update()
298 planes.emplace_back(-0.7264, 0.68346, 0.0722881, 61.5753); in test_tangent_update()
310 planes.emplace_back(-0.69297, 0.614464, 0.377131, 57.4514); in test_tangent_update()
315 planes.emplace_back(-0.52007, 0.456974, 0.721596, 43.2585); in test_tangent_update()
323 planes.emplace_back(-0.717838, 0.694559, 0.04791, 61.6234); in test_tangent_update()
326 planes.emplace_back(-0.497109, 0.486057, 0.71877, 43.4578); in test_tangent_update()
[all …]
/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dpsnr.c313 src1->planes[0], src1->strides[0], in gavl_video_frame_psnr()
314 src2->planes[0], src2->strides[0], in gavl_video_frame_psnr()
322 src1->planes[0], src1->strides[0], in gavl_video_frame_psnr()
323 src2->planes[0], src2->strides[0], in gavl_video_frame_psnr()
328 src2->planes[0], src2->strides[0], in gavl_video_frame_psnr()
333 src2->planes[0], src2->strides[0], in gavl_video_frame_psnr()
346 src2->planes[0], src2->strides[0], in gavl_video_frame_psnr()
382 src2->planes[0], src2->strides[0], in gavl_video_frame_psnr()
542 src2->planes[0], src2->strides[0], in gavl_video_frame_psnr()
545 src2->planes[1], src2->strides[1], in gavl_video_frame_psnr()
[all …]
H A Dabsdiff.c178 absdiff_8(dst->planes[0], dst->strides[0], in gavl_video_frame_absdiff()
184 absdiff_16(dst->planes[0], dst->strides[0], in gavl_video_frame_absdiff()
199 absdiff_8(dst->planes[0], dst->strides[0], in gavl_video_frame_absdiff()
205 absdiff_16(dst->planes[0], dst->strides[0], in gavl_video_frame_absdiff()
234 absdiff_8(dst->planes[0], dst->strides[0], in gavl_video_frame_absdiff()
243 absdiff_8(dst->planes[0], dst->strides[0], in gavl_video_frame_absdiff()
249 absdiff_16(dst->planes[0], dst->strides[0], in gavl_video_frame_absdiff()
256 absdiff_16(dst->planes[0], dst->strides[0], in gavl_video_frame_absdiff()
286 absdiff_8(dst->planes[0], dst->strides[0], in gavl_video_frame_absdiff()
290 absdiff_8(dst->planes[1], dst->strides[1], in gavl_video_frame_absdiff()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DSViewFrustum.h107 core::plane3d<f32> planes[VF_PLANE_COUNT]; member
136 planes[i]=other.planes[i]; in SViewFrustum()
151 mat.transformPlane(planes[i]); in transform()
162 planes[scene::SViewFrustum::VF_TOP_PLANE], in getFarLeftUp()
288 planes[VF_NEAR_PLANE].Normal.X = mat[2]; in setFrom()
289 planes[VF_NEAR_PLANE].Normal.Y = mat[6]; in setFrom()
290 planes[VF_NEAR_PLANE].Normal.Z = mat[10]; in setFrom()
291 planes[VF_NEAR_PLANE].D = mat[14]; in setFrom()
298 planes[i].Normal.getLengthSQ()); in setFrom()
299 planes[i].Normal *= len; in setFrom()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DSViewFrustum.h107 core::plane3d<f32> planes[VF_PLANE_COUNT]; member
136 planes[i]=other.planes[i]; in SViewFrustum()
151 mat.transformPlane(planes[i]); in transform()
162 planes[scene::SViewFrustum::VF_TOP_PLANE], in getFarLeftUp()
288 planes[VF_NEAR_PLANE].Normal.X = mat[2]; in setFrom()
289 planes[VF_NEAR_PLANE].Normal.Y = mat[6]; in setFrom()
290 planes[VF_NEAR_PLANE].Normal.Z = mat[10]; in setFrom()
291 planes[VF_NEAR_PLANE].D = mat[14]; in setFrom()
298 planes[i].Normal.getLengthSQ()); in setFrom()
299 planes[i].Normal *= len; in setFrom()
[all …]
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Ddragplanes.h73 Plane3 planes[6]; in selectPlanes() local
74 aabb_planes(aabb, planes); in selectPlanes()
81 if(vector3_dot(planes[0].normal(), corners[1]) > 0 in selectPlanes()
87 selectedPlaneCallback(planes[0]); in selectPlanes()
96 selectedPlaneCallback(planes[1]); in selectPlanes()
105 selectedPlaneCallback(planes[2]); in selectPlanes()
114 selectedPlaneCallback(planes[3]); in selectPlanes()
123 selectedPlaneCallback(planes[4]); in selectPlanes()
133 selectedPlaneCallback(planes[5]); in selectPlanes()
140 Plane3 planes[6]; in selectReversedPlanes() local
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/branches/branche-2.0/src/
H A Dcolors.cpp28 unsigned char *planes[4], bmask; in applyBlackOptimization() local
73 bmask = planes[0][size - i]; in applyBlackOptimization()
75 planes[1][size - i] &= ~bmask; in applyBlackOptimization()
76 planes[2][size - i] &= ~bmask; in applyBlackOptimization()
77 planes[3][size - i] &= ~bmask; in applyBlackOptimization()
82 bmask = planes[1][size - i]; in applyBlackOptimization()
83 bmask &= planes[2][size - i]; in applyBlackOptimization()
84 bmask &= planes[3][size - i]; in applyBlackOptimization()
86 planes[0][size - i] |= bmask; in applyBlackOptimization()
87 planes[1][size - i] &= ~bmask; in applyBlackOptimization()
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/splix/src/
H A Dcolors.cpp28 unsigned char *planes[4], bmask; in applyBlackOptimization() local
73 bmask = planes[3][size - i]; in applyBlackOptimization()
75 planes[0][size - i] &= ~bmask; in applyBlackOptimization()
76 planes[1][size - i] &= ~bmask; in applyBlackOptimization()
77 planes[2][size - i] &= ~bmask; in applyBlackOptimization()
82 bmask = planes[0][size - i]; in applyBlackOptimization()
83 bmask &= planes[1][size - i]; in applyBlackOptimization()
84 bmask &= planes[2][size - i]; in applyBlackOptimization()
86 planes[3][size - i] |= bmask; in applyBlackOptimization()
87 planes[0][size - i] &= ~bmask; in applyBlackOptimization()
[all …]
/dports/print/splix/splix-6752e71281f1289a3b76357d84b65b0d893615b3/tags/splix-2.0.0/src/
H A Dcolors.cpp28 unsigned char *planes[4], bmask; in applyBlackOptimization() local
73 bmask = planes[3][size - i]; in applyBlackOptimization()
75 planes[0][size - i] &= ~bmask; in applyBlackOptimization()
76 planes[1][size - i] &= ~bmask; in applyBlackOptimization()
77 planes[2][size - i] &= ~bmask; in applyBlackOptimization()
82 bmask = planes[0][size - i]; in applyBlackOptimization()
83 bmask &= planes[1][size - i]; in applyBlackOptimization()
84 bmask &= planes[2][size - i]; in applyBlackOptimization()
86 planes[3][size - i] |= bmask; in applyBlackOptimization()
87 planes[0][size - i] &= ~bmask; in applyBlackOptimization()
[all …]
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Ddragplanes.h90 Plane3 planes[6]; variable
91 aabb_planes_oriented( aabb, rotation, planes );
98 if ( vector3_dot( planes[0].normal(), corners[1] ) > 0
103 selectedPlaneCallback( planes[0] );
111 selectedPlaneCallback( planes[1] );
119 selectedPlaneCallback( planes[2] );
127 selectedPlaneCallback( planes[3] );
135 selectedPlaneCallback( planes[4] );
143 selectedPlaneCallback( planes[5] );
150 Plane3 planes[6]; variable
[all …]
/dports/comms/cubicsdr/CubicSDR-0248e5a/external/cubicvr2/math/
H A Dfrustum.h24 std::vector<vec4> planes; member
28 planes.resize(6); in frustum()
30 planes[i] = vec4(0, 0, 0, 0); in frustum()
38 planes[PLANE_LEFT][0] = comboMatrix[3] + comboMatrix[0]; in extract()
39 planes[PLANE_LEFT][1] = comboMatrix[7] + comboMatrix[4]; in extract()
50 planes[PLANE_TOP][0] = comboMatrix[3] - comboMatrix[1]; in extract()
51 planes[PLANE_TOP][1] = comboMatrix[7] - comboMatrix[5]; in extract()
74 planes[i] = vec4::normalize(planes[i]); in extract()
79 __float znear = -planes[PLANE_NEAR][3]; in extract()
80 __float zfar = planes[PLANE_FAR][3]; in extract()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c40 .planes = 1,
49 .planes = 1,
57 .planes = 1,
65 .planes = 1,
73 .planes = 3,
81 .planes = 3,
89 .planes = 3,
97 .planes = 2,
105 .planes = 2,
113 .planes = 2,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c40 .planes = 1,
49 .planes = 1,
57 .planes = 1,
65 .planes = 1,
73 .planes = 3,
81 .planes = 3,
89 .planes = 3,
97 .planes = 2,
105 .planes = 2,
113 .planes = 2,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c40 .planes = 1,
49 .planes = 1,
57 .planes = 1,
65 .planes = 1,
73 .planes = 3,
81 .planes = 3,
89 .planes = 3,
97 .planes = 2,
105 .planes = 2,
113 .planes = 2,
[all …]
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/graph/
H A Dgraphbuilder.cpp277 planes[PLANE_U] = planes[PLANE_Y]; in chroma_from_luma()
286 planes[PLANE_V] = planes[PLANE_U]; in chroma_from_luma()
312 planes{}, in internal_state()
340 planes[PLANE_U] = planes[PLANE_Y]; in chroma_from_luma_444()
342 planes[PLANE_V] = planes[PLANE_U]; in chroma_from_luma_444()
347 planes[PLANE_A] = planes[PLANE_Y]; in alpha_from_luma()
360 lhs.planes[PLANE_Y] == rhs.planes[PLANE_Y] && in operator ==()
436 …iassert(m_state.planes[0].width == m_state.planes[1].width && m_state.planes[0].height == m_state. in check_is_444_float()
437 …iassert(m_state.planes[0].width == m_state.planes[2].width && m_state.planes[0].height == m_state. in check_is_444_float()
763 m_state.planes[q] = target.planes[q]; in resize_plane()
[all …]
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/graph/
H A Dgraphbuilder.cpp277 planes[PLANE_U] = planes[PLANE_Y]; in chroma_from_luma()
286 planes[PLANE_V] = planes[PLANE_U]; in chroma_from_luma()
312 planes{}, in internal_state()
340 planes[PLANE_U] = planes[PLANE_Y]; in chroma_from_luma_444()
342 planes[PLANE_V] = planes[PLANE_U]; in chroma_from_luma_444()
347 planes[PLANE_A] = planes[PLANE_Y]; in alpha_from_luma()
360 lhs.planes[PLANE_Y] == rhs.planes[PLANE_Y] && in operator ==()
436 …iassert(m_state.planes[0].width == m_state.planes[1].width && m_state.planes[0].height == m_state. in check_is_444_float()
437 …iassert(m_state.planes[0].width == m_state.planes[2].width && m_state.planes[0].height == m_state. in check_is_444_float()
754 m_state.planes[q] = target.planes[q]; in resize_plane()
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/platformsupport/scenes/opengl/
H A Degl_dmabuf.cpp40 struct YuvPlane planes[3]; member
176 planes[0].modifier != DRM_FORMAT_MOD_INVALID; in createImage()
193 if (planes.count() > 1) { in createImage()
206 if (planes.count() > 2) { in createImage()
253 Q_ASSERT(planes.count() > 0); in importBuffer()
256 if (auto *img = createImage(planes, format, size)) { in importBuffer()
283 if (planes.count() != yuvFormat.inputPlanes) { in yuvImport()
292 planes[planeIndex].fd, in yuvImport()
293 planes[planeIndex].offset, in yuvImport()
294 planes[planeIndex].stride, in yuvImport()
[all …]

12345678910>>...204