Home
last modified time | relevance | path

Searched refs:oW (Results 1 – 25 of 603) sorted by relevance

12345678910>>...25

/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dmetadata.cpp278 if (oW == -180.0 && oE == 180.0) { in contains()
284 if (oW < oE) { in contains()
285 return W <= oW && E >= oE; in contains()
291 if (oW < oE) { in contains()
292 if (oW >= W) { in contains()
300 return W <= oW && E >= oE; in contains()
313 const double oW = other.west_; in intersects() local
332 if (oW < oE) { in intersects()
344 if (oW <= oE) { in intersects()
407 if (oW < oE) { in intersection()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Diptransform.cc357 double oW = W, oH = H; in transCoord() local
360 double maxRadius = sqrt ( (double) ( oW * oW + oH * oH ) ) / 2; in transCoord()
604 w2 = (double) oW / 2.0 - 0.5 + x * oW; in calcVignettingParams()
608 maxRadius = sqrt ( (double) ( oW * oW + oH * oH ) ) / 2.; in calcVignettingParams()
626 int w = oW; in calcGradientParams()
773 pcv.w = (crop.w * oW) / fW; in calcPCVignetteParams()
775 pcv.x1 = (crop.x * oW) / fW; in calcPCVignetteParams()
781 pcv.x2 = oW, pcv.y2 = oH; in calcPCVignetteParams()
782 pcv.w = oW; in calcPCVignetteParams()
786 pcv.fadeout_mul = 1.0 / (0.05 * sqrtf (oW * oW + oH * oH)); in calcPCVignetteParams()
[all …]
H A Dimprocfun.h84 …void calcVignettingParams(int oW, int oH, const procparams::VignettingParams& vignetting, double &…
86 …nceOnly(Imagefloat* original, Imagefloat* transformed, int cx, int cy, int oW, int oH, int fW, int…
87 …at *original, Imagefloat *transformed, int cx, int cy, int sx, int sy, int oW, int oH, int fW, int…
122 bool needsTransform(int oW, int oH, int rawRotationDeg, const FramesMetaData *metadata) const;
159 …at* original, Imagefloat* transformed, int cx, int cy, int sx, int sy, int oW, int oH, int fW, int…
279 double getTransformAutoFill(int oW, int oH, const LensCorrection *pLCPMap = nullptr) const;
/dports/graphics/art/ART-1.9.3/rtengine/
H A Diptransform.cc299 double s = double(fW) / double(oW); in transform_perspective()
386 double oW = W, oH = H; in transCoord() local
387 double w2 = (double) oW / 2.0 - 0.5; in transCoord()
389 double maxRadius = sqrt ( (double) ( oW * oW + oH * oH ) ) / 2; in transCoord()
654 w2 = (double) oW / 2.0 - 0.5 + x * oW; in calcVignettingParams()
658 maxRadius = sqrt ( (double) ( oW * oW + oH * oH ) ) / 2.; in calcVignettingParams()
678 int w = oW; in calcGradientParams()
835 float sW = float(oW) / fW; in calcPCVignetteParams()
842 pcv.ew = oW; in calcPCVignetteParams()
854 pcv.fadeout_mul = 1.0 / (0.05 * sqrtf (oW * oW + oH * oH)); in calcPCVignetteParams()
[all …]
H A Dimprocfun.h110 …at* original, Imagefloat* transformed, int cx, int cy, int sx, int sy, int oW, int oH, int fW, int…
180 double getTransformAutoFill(int oW, int oH, const LensCorrection *pLCPMap = nullptr);
235 …nceOnly(Imagefloat* original, Imagefloat* transformed, int cx, int cy, int oW, int oH, int fW, int…
236 …at *original, Imagefloat *transformed, int cx, int cy, int sx, int sy, int oW, int oH, int fW, int…
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c151 asyh->view.oW = omode_hdisplay; in nv50_head_atomic_check_view()
163 u32 r = (asyh->view.oH << 19) / asyh->view.oW; in nv50_head_atomic_check_view()
166 asyh->view.oW -= (bX * 2); in nv50_head_atomic_check_view()
168 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
170 asyh->view.oW -= (asyh->view.oW >> 4) + 32; in nv50_head_atomic_check_view()
172 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
184 asyh->view.oW = min(asyh->view.iW, asyh->view.oW); in nv50_head_atomic_check_view()
203 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) { in nv50_head_atomic_check_view()
206 asyh->view.oW = ((asyh->view.oH * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
210 asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c151 asyh->view.oW = omode_hdisplay; in nv50_head_atomic_check_view()
163 u32 r = (asyh->view.oH << 19) / asyh->view.oW; in nv50_head_atomic_check_view()
166 asyh->view.oW -= (bX * 2); in nv50_head_atomic_check_view()
168 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
170 asyh->view.oW -= (asyh->view.oW >> 4) + 32; in nv50_head_atomic_check_view()
172 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
184 asyh->view.oW = min(asyh->view.iW, asyh->view.oW); in nv50_head_atomic_check_view()
203 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) { in nv50_head_atomic_check_view()
206 asyh->view.oW = ((asyh->view.oH * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
210 asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c151 asyh->view.oW = omode_hdisplay; in nv50_head_atomic_check_view()
163 u32 r = (asyh->view.oH << 19) / asyh->view.oW; in nv50_head_atomic_check_view()
166 asyh->view.oW -= (bX * 2); in nv50_head_atomic_check_view()
168 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
170 asyh->view.oW -= (asyh->view.oW >> 4) + 32; in nv50_head_atomic_check_view()
172 else asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
184 asyh->view.oW = min(asyh->view.iW, asyh->view.oW); in nv50_head_atomic_check_view()
203 if (asyh->view.oW * asyh->view.iH > asyh->view.iW * asyh->view.oH) { in nv50_head_atomic_check_view()
206 asyh->view.oW = ((asyh->view.oH * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
210 asyh->view.oH = ((asyh->view.oW * r) + (r / 2)) >> 19; in nv50_head_atomic_check_view()
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dadmin-thumbcrop.php106 $oW = round($si * $cr);
108 $oX = round(($sizedwidth - $oW) / 2);
111 $iW = $oW;
181 …jcrop_api.setSelect([<?php echo $oX; ?>, <?php echo $oY; ?>, <?php echo $oX + $oW; ?>, <?php echo …
187 …jcrop_api.setSelect([<?php echo $oX; ?>, <?php echo $oY; ?>, <?php echo $oX + $oW; ?>, <?php echo …
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/image/
H A DLrnExecution.cpp66 int oW = outputShape.at(2); in onExecute() local
71 …std::vector<uint32_t> gws = {static_cast<uint32_t>(oW), static_cast<uint32_t>(oH), static_cast<uin… in onExecute()
73 int32_t shape[4] = {oW, oH, oC, oN}; in onExecute()
/dports/biology/samtools/samtools-1.14/misc/
H A Dsamtools.pl101 my ($ol, $ow, $oW) = ($opts{l}, $opts{w}, $opts{W});
103 $max_dist = $oW if ($max_dist < $oW);
169 …++$k if ($x->[0] < 0 && $x->[4] + $x->[2] + $oW >= $t[1] && ($x->[1] == 0 || $x->[1] == 4 || $x->[…
175 $x->[1] = 4 if ($x->[0] < 0 && $x->[4] + $x->[2] + $oW >= $t[1] && $x->[1] == 0);
/dports/biology/seqan1/seqan-1.3.1/lib/samtools/misc/
H A Dsamtools.pl77 my ($ol, $ow, $oW) = ($opts{l}, $opts{w}, $opts{W});
79 $max_dist = $oW if ($max_dist < $oW);
145 …++$k if ($x->[0] < 0 && $x->[4] + $x->[2] + $oW >= $t[1] && ($x->[1] == 0 || $x->[1] == 4 || $x->[…
151 $x->[1] = 4 if ($x->[0] < 0 && $x->[4] + $x->[2] + $oW >= $t[1] && $x->[1] == 0);
/dports/textproc/p5-MARC-Charset/MARC-Charset-1.35/t/
H A Dcjk4.marc1oW$oID(B2 6710-05/$1a$1!D&!7o!#!!YF!Q<!^z!+4(Bb$1!YF!Q<!#!!9f!6>!CZ(B. 06880-06aHan�g�…
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/include/
H A DitkLaplacianDeformationQuadEdgeMeshFilter.hxx56 OutputCoordRepType oW = NumericTraits< OutputCoordRepType >::ZeroValue(); in ComputeMixedAreaForGivenVertex() local
60 oW += this->ComputeMixedArea(qeIt, qeIt2); in ComputeMixedAreaForGivenVertex()
67 return oW; in ComputeMixedAreaForGivenVertex()
/dports/graphics/openvkl/openvkl-1.1.0/openvkl/common/
H A Dsimd.h104 vfloatn<W>(const float *o, int oW) in alignas()
106 assert(oW <= W); in alignas()
108 v[i] = o == nullptr ? 0.f : (i < oW ? o[i] : 0.f); in alignas()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/tools/lenseffects/
H A Dlenseffects.cpp132 double oW = currItem->width(); in run() local
139 currItem->groupWidth = currItem->groupWidth * (currItem->OldB2 / oW); in run()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A DShapeRaster.cpp992 int oW = curW; in Scan() local
999 if ( curW <= 0 && oW > 0) { in Scan()
1001 } else if ( curW > 0 && oW <= 0 ) { in Scan()
1012 int oW = curW; in Scan() local
1019 if ( curW == 0 && oW != 0) { in Scan()
1260 int oW = curW; in QuickScan() local
1267 if ( curW % 2 == 0 && oW % 2 != 0) { in QuickScan()
1411 int oW = curW; in QuickScan() local
1418 if ( curW <= 0 && oW > 0) { in QuickScan()
1428 int oW = curW; in QuickScan() local
[all …]
/dports/finance/frontaccounting/frontaccounting/
H A DFA.pem16 oW+J9NyESy8pIsZG/FH0FgoFYshrRRGaK0pImNOSj5HUThfBJLJpLbkm2J1aHag=
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/connection/
H A Dconvolution_2d.py268 oH, oW = x.shape[-2:]
271 x = x.reshape(G, iCg * kH * kW, N * oH * oW)
277 y = y.reshape(oC, N, oH, oW)
446 _, oC, oH, oW = gy.shape # _ == N
457 x = x.reshape(G, iCg * kH * kW, N * oH * oW)
461 gy = gy.reshape(G, oCg, N * oH * oW)
/dports/www/wget2/wget2-2.0.0/tests/certs/
H A Dx509-ca-cert.pem9 s0zI6hPzTuY4KGJwtqyHyvICE7DtcnEYXO3bXLjfN5p20jESVJ4MpWhSXJytn+oW
/dports/www/mattermost-server/mattermost-server-6.0.2/tests/
H A Dtls_test_key.pem16 HC8QyAW/gKOLvd2wdBHNZOT7Vp8CgYEA4LOz7hqVgHmIEaVSY+4WNCW/m4PPx/oW
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/tests/unit/bad_certs/
H A Dother-test-ca.key14 xPVt1+yD/oW/H1PhHKyagSWLz8CugZB3sPLRR3qvho3mqOy+r3uyKxlvKprYLTKG
/dports/www/firefox/firefox-99.0/security/manager/ssl/tests/unit/ocsp_certs/
H A Dother-test-ca.key14 xPVt1+yD/oW/H1PhHKyagSWLz8CugZB3sPLRR3qvho3mqOy+r3uyKxlvKprYLTKG
/dports/www/firefox/firefox-99.0/security/manager/ssl/tests/unit/bad_certs/
H A Dother-test-ca.key14 xPVt1+yD/oW/H1PhHKyagSWLz8CugZB3sPLRR3qvho3mqOy+r3uyKxlvKprYLTKG
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/tests/unit/ocsp_certs/
H A Dother-test-ca.key14 xPVt1+yD/oW/H1PhHKyagSWLz8CugZB3sPLRR3qvho3mqOy+r3uyKxlvKprYLTKG

12345678910>>...25