Home
last modified time | relevance | path

Searched refs:uAvg (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libpgf/PGF/Codec/src/
H A DPGFimage.cpp1826 DataT uAvg, vAvg; in GetBitmap() local
1998 uAvg = u[uPos]; in GetBitmap()
2025 uAvg = u[yPos]; in GetBitmap()
2071 uAvg = u[uPos]; in GetBitmap()
2140 uAvg = a[uPos]; in GetBitmap()
2251 uAvg = u[uPos]; in GetBitmap()
2458 uAvg = u[yPos]; in GetBitmap()
2501 uAvg = u[yPos]; in GetBitmap()
2562 DataT uAvg, vAvg; in GetYUV() local
2583 uAvg = u[yPos]; in GetYUV()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DPGFimage.cpp1826 DataT uAvg, vAvg; in GetBitmap() local
1998 uAvg = u[uPos]; in GetBitmap()
2025 uAvg = u[yPos]; in GetBitmap()
2071 uAvg = u[uPos]; in GetBitmap()
2140 uAvg = a[uPos]; in GetBitmap()
2251 uAvg = u[uPos]; in GetBitmap()
2458 uAvg = u[yPos]; in GetBitmap()
2501 uAvg = u[yPos]; in GetBitmap()
2562 DataT uAvg, vAvg; in GetYUV() local
2583 uAvg = u[yPos]; in GetYUV()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DPGFimage.cpp1827 DataT uAvg, vAvg; in GetBitmap() local
1999 uAvg = u[uPos]; in GetBitmap()
2026 uAvg = u[yPos]; in GetBitmap()
2072 uAvg = u[uPos]; in GetBitmap()
2141 uAvg = a[uPos]; in GetBitmap()
2252 uAvg = u[uPos]; in GetBitmap()
2459 uAvg = u[yPos]; in GetBitmap()
2502 uAvg = u[yPos]; in GetBitmap()
2563 DataT uAvg, vAvg; in GetYUV() local
2584 uAvg = u[yPos]; in GetYUV()
[all …]
/dports/graphics/pixie/Pixie/src/ri/
H A Dsurface.cpp1745 float uAvg = 0; in tesselate() local
1750 uAvg += l; in tesselate()
1754 uAvg /= (float) (div+1)*div; in tesselate()
1763 uAvg += uDev; in tesselate()
1809 if (uFlat < uAvg && vFlat < vAvg) { in tesselate()
1821 rmax = max(rmax,(uAvg+vAvg)/4.0f); in tesselate()
1823 rmax = max(rmax,div*(uAvg+vAvg)/2.0f); in tesselate()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.cpp1282 const double uAvg = (foe->getSpeed() + uEnd) / 2; in getZipperSpeed() local
1283 const double tf0 = avi.dist / MAX2(NUMERICAL_EPS, uAvg); in getZipperSpeed()
1298 const double deltaGap = gap + tf * uAvg - safeGap - vAvg * tf; in getZipperSpeed()
1319 << " uAvg=" << uAvg in getZipperSpeed()