Home
last modified time | relevance | path

Searched refs:offsetV (Results 1 – 25 of 108) sorted by relevance

12345

/dports/multimedia/kodi/xbmc-19.3-Matrix/system/shaders/GLES/2.0/
H A Dgles_yuv2rgb_bob.frag47 vec2 offsetV;
52 offsetV = m_cordV;
56 offsetV.y -= (temp1 - m_stepY / 2.0 + float(m_field) * m_stepY) / 2.0;
67 belowV.x = offsetV.x;
68 belowV.y = offsetV.y + (m_stepY * bstep);
75 …(texture2D(m_sampY, offsetY).r, texture2D(m_sampU, offsetU).g, texture2D(m_sampV, offsetV).a, 1.0);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/test/
H A DitkScalarImageToCooccurrenceMatrixFilterTest2.cxx133 FilterType::OffsetVectorPointer offsetV = in itkScalarImageToCooccurrenceMatrixFilterTest2() local
135 offsetV->push_back(offset1); in itkScalarImageToCooccurrenceMatrixFilterTest2()
136 offsetV->push_back(offset2); in itkScalarImageToCooccurrenceMatrixFilterTest2()
138 filter->SetOffsets(offsetV); in itkScalarImageToCooccurrenceMatrixFilterTest2()
203 filter->SetOffsets(offsetV); in itkScalarImageToCooccurrenceMatrixFilterTest2()
253 filter->SetOffsets(offsetV); in itkScalarImageToCooccurrenceMatrixFilterTest2()
282 filter2->SetOffsets(offsetV); in itkScalarImageToCooccurrenceMatrixFilterTest2()
H A DitkScalarImageToRunLengthMatrixFilterTest.cxx122 FilterType::OffsetVectorPointer offsetV = in itkScalarImageToRunLengthMatrixFilterTest() local
124 offsetV->push_back(offset1); in itkScalarImageToRunLengthMatrixFilterTest()
125 offsetV->push_back(offset2); in itkScalarImageToRunLengthMatrixFilterTest()
127 filter->SetOffsets( offsetV ); in itkScalarImageToRunLengthMatrixFilterTest()
179 filter->SetOffsets( offsetV ); in itkScalarImageToRunLengthMatrixFilterTest()
H A DitkScalarImageToCooccurrenceMatrixFilterTest.cxx160 FilterType::OffsetVectorPointer offsetV = in itkScalarImageToCooccurrenceMatrixFilterTest() local
162 offsetV->push_back(offset1); in itkScalarImageToCooccurrenceMatrixFilterTest()
163 offsetV->push_back(offset2); in itkScalarImageToCooccurrenceMatrixFilterTest()
165 filter->SetOffsets(offsetV); in itkScalarImageToCooccurrenceMatrixFilterTest()
238 filter0->SetOffsets(offsetV); in itkScalarImageToCooccurrenceMatrixFilterTest()
368 filter4->SetOffsets(offsetV); in itkScalarImageToCooccurrenceMatrixFilterTest()
370 if ( filter4->GetOffsets() != offsetV ) in itkScalarImageToCooccurrenceMatrixFilterTest()
/dports/x11-drivers/xf86-video-s3/xf86-video-s3-0.7.0/src/
H A Ds3_video.c372 int offset, offsetV = 0, offsetU = 0; in S3PutImage() local
428 offsetV = srcPitch * height; in S3PutImage()
430 offsetU = ((height >> 1) * srcPitchUV) + offsetV; in S3PutImage()
433 offsetV += tmp; in S3PutImage()
438 tmp = offsetV; in S3PutImage()
439 offsetV = offsetU; in S3PutImage()
446 buf + offsetV, buf + offsetU, in S3PutImage()
/dports/graphics/dcp2icc/dcp2icc-0.1/dng_sdk_1_2/dng_sdk/source/
H A Ddng_resample.cpp368 int32 offsetV = fWeightsV.Offset (); in SrcArea() local
376 srcArea.t = fRowCoords.Pixel (dstArea.t) + offsetV; in SrcArea()
379 srcArea.b = fRowCoords.Pixel (dstArea.b - 1) + offsetV + widthV; in SrcArea()
469 int32 offsetV = fWeightsV.Offset (); in ProcessArea() local
495 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea()
547 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dcompass.cpp75 CoordType offsetV = -bounds.top; in draw() local
77 r2.translate(offsetH, offsetV); in draw()
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dcompass.cpp75 CoordType offsetV = -bounds.top; in draw() local
77 r2.translate(offsetH, offsetV); in draw()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dngwriter/extra/dng_sdk/
H A Ddng_resample.cpp589 int32 offsetV = fWeightsV.Offset (); in SrcArea() local
597 srcArea.t = fRowCoords.Pixel (dstArea.t) + offsetV; in SrcArea()
600 srcArea.b = fRowCoords.Pixel (dstArea.b - 1) + offsetV + widthV; in SrcArea()
702 int32 offsetV = fWeightsV.Offset (); in ProcessArea() local
728 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea()
782 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV; in ProcessArea()
/dports/games/warzone2100/warzone2100/tools/blender/2.4x/
H A Dpie_common.py70 offsetV = height + delay / tc_unit_size
75 Mathutils.Vector(offsetU, offsetV)]
76 uv.extend([Mathutils.Vector(width, offsetV + 0.01 * i) for i in offsets])
/dports/x11-drivers/xf86-video-savage/xf86-video-savage-2.3.9/src/
H A Dsavage_video.c1213 unsigned long offsetV = offsetY + srcPitch * h; in SavageCopyPlanarDataBCI() local
1214 unsigned long offsetU = offsetV + srcPitch2 * (h>>1); in SavageCopyPlanarDataBCI()
1257 BCI_SEND(offsetV | memType); in SavageCopyPlanarDataBCI()
1906 int pitch, new_size, offset, offsetV=0, offsetU=0; in SavagePutImage() local
1954 offsetV = srcPitch * height; in SavagePutImage()
1956 offsetU = (srcPitch2 * (height >> 1)) + offsetV; in SavagePutImage()
1962 offsetV = (srcPitch2 * (height >> 1)) + offsetU; in SavagePutImage()
2060 offsetV += tmp; in SavagePutImage()
2069 buf + offsetV, in SavagePutImage()
2082 buf + offsetV, in SavagePutImage()
[all …]
/dports/graphics/alembic/alembic-1.8.3/maya/AbcExport/
H A DMayaNurbsSurfaceWriter.cpp275 double offsetV = startV+endV; in write() local
283 static_cast<float>(offsetV-cvArray[l].y)); in write()
/dports/multimedia/handbrake/x265_3.5/source/common/vec/
H A Ddct-sse3.cpp1390 _mm_storeu_si128((__m128i*)&dst[(0 + (offsetV)) * stride + (offsetH) + 0], L0); \ in idct32()
1391 _mm_storeu_si128((__m128i*)&dst[(0 + (offsetV)) * stride + (offsetH) + 8], H0); \ in idct32()
1392 _mm_storeu_si128((__m128i*)&dst[(1 + (offsetV)) * stride + (offsetH) + 0], L1); \ in idct32()
1393 _mm_storeu_si128((__m128i*)&dst[(1 + (offsetV)) * stride + (offsetH) + 8], H1); \ in idct32()
1394 _mm_storeu_si128((__m128i*)&dst[(2 + (offsetV)) * stride + (offsetH) + 0], L2); \ in idct32()
1395 _mm_storeu_si128((__m128i*)&dst[(2 + (offsetV)) * stride + (offsetH) + 8], H2); \ in idct32()
1396 _mm_storeu_si128((__m128i*)&dst[(3 + (offsetV)) * stride + (offsetH) + 0], L3); \ in idct32()
1397 _mm_storeu_si128((__m128i*)&dst[(3 + (offsetV)) * stride + (offsetH) + 8], H3); \ in idct32()
1398 _mm_storeu_si128((__m128i*)&dst[(4 + (offsetV)) * stride + (offsetH) + 0], L4); \ in idct32()
1399 _mm_storeu_si128((__m128i*)&dst[(4 + (offsetV)) * stride + (offsetH) + 8], H4); \ in idct32()
[all …]
/dports/multimedia/x265/source/common/vec/
H A Ddct-sse3.cpp1390 _mm_storeu_si128((__m128i*)&dst[(0 + (offsetV)) * stride + (offsetH) + 0], L0); \ in idct32()
1391 _mm_storeu_si128((__m128i*)&dst[(0 + (offsetV)) * stride + (offsetH) + 8], H0); \ in idct32()
1392 _mm_storeu_si128((__m128i*)&dst[(1 + (offsetV)) * stride + (offsetH) + 0], L1); \ in idct32()
1393 _mm_storeu_si128((__m128i*)&dst[(1 + (offsetV)) * stride + (offsetH) + 8], H1); \ in idct32()
1394 _mm_storeu_si128((__m128i*)&dst[(2 + (offsetV)) * stride + (offsetH) + 0], L2); \ in idct32()
1395 _mm_storeu_si128((__m128i*)&dst[(2 + (offsetV)) * stride + (offsetH) + 8], H2); \ in idct32()
1396 _mm_storeu_si128((__m128i*)&dst[(3 + (offsetV)) * stride + (offsetH) + 0], L3); \ in idct32()
1397 _mm_storeu_si128((__m128i*)&dst[(3 + (offsetV)) * stride + (offsetH) + 8], H3); \ in idct32()
1398 _mm_storeu_si128((__m128i*)&dst[(4 + (offsetV)) * stride + (offsetH) + 0], L4); \ in idct32()
1399 _mm_storeu_si128((__m128i*)&dst[(4 + (offsetV)) * stride + (offsetH) + 8], H4); \ in idct32()
[all …]
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/vec/
H A Ddct-sse3.cpp1390 _mm_storeu_si128((__m128i*)&dst[(0 + (offsetV)) * stride + (offsetH) + 0], L0); \ in idct32()
1391 _mm_storeu_si128((__m128i*)&dst[(0 + (offsetV)) * stride + (offsetH) + 8], H0); \ in idct32()
1392 _mm_storeu_si128((__m128i*)&dst[(1 + (offsetV)) * stride + (offsetH) + 0], L1); \ in idct32()
1393 _mm_storeu_si128((__m128i*)&dst[(1 + (offsetV)) * stride + (offsetH) + 8], H1); \ in idct32()
1394 _mm_storeu_si128((__m128i*)&dst[(2 + (offsetV)) * stride + (offsetH) + 0], L2); \ in idct32()
1395 _mm_storeu_si128((__m128i*)&dst[(2 + (offsetV)) * stride + (offsetH) + 8], H2); \ in idct32()
1396 _mm_storeu_si128((__m128i*)&dst[(3 + (offsetV)) * stride + (offsetH) + 0], L3); \ in idct32()
1397 _mm_storeu_si128((__m128i*)&dst[(3 + (offsetV)) * stride + (offsetH) + 8], H3); \ in idct32()
1398 _mm_storeu_si128((__m128i*)&dst[(4 + (offsetV)) * stride + (offsetH) + 0], L4); \ in idct32()
1399 _mm_storeu_si128((__m128i*)&dst[(4 + (offsetV)) * stride + (offsetH) + 8], H4); \ in idct32()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_avs.h123 …int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of pi… member
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_avs.h123 …int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of pi… member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/LLVM3DBuilder/
H A DBuiltinsFrontend.hpp55 llvm::Value* offsetV; member in SampleParamsFromCube
65 llvm::Value* get_offsetV() { return offsetV; } in get_offsetV()
77 offsetV = CUBE_params.offsetV; in operator =()
368 llvm::Value* offsetV,
/dports/emulators/vice/vice-3.5/src/lib/libx264/extras/
H A Davxsynth_c.h332 …int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of pi… member
387 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_read_ptr_p()
413 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_write_ptr_p()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/compat/avisynth/
H A Davxsynth_c.h333 …int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of pi… member
388 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_read_ptr_p()
414 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_write_ptr_p()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/compat/avisynth/
H A Davxsynth_c.h333 …int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of pi… member
388 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_read_ptr_p()
414 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_write_ptr_p()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/extras/
H A Davxsynth_c.h330 …int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of pi… member
385 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_read_ptr_p()
411 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_write_ptr_p()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/extras/
H A Davxsynth_c.h330 …int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of pi… member
385 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_read_ptr_p()
411 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_write_ptr_p()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/compat/avisynth/
H A Davxsynth_c.h333 …int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of pi… member
388 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_read_ptr_p()
414 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_write_ptr_p()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/extras/
H A Davxsynth_c.h332 …int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of pi… member
387 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_read_ptr_p()
413 case AVS_PLANAR_V: return p->vfb->data + p->offsetV; in avs_get_write_ptr_p()

12345