Home
last modified time | relevance | path

Searched refs:yHeight (Results 1 – 25 of 113) sorted by relevance

12345

/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dyuv_to_rgb.cpp219 for (int h = 0; h < yHeight; h++) { in convertYUV444ToRGB()
251 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert444()
253 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert444()
258 int halfHeight = yHeight >> 1; in convertYUV420ToRGB()
301 assert((yHeight & 1) == 0); in convert420()
307 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert420()
309 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert420()
318 int halfHeight = yHeight >> 1; in convertYUVA420ToRGBA()
365 assert((yHeight & 1) == 0); in convert420Alpha()
411 for (int y = 0; y < yHeight; y++) { in convertYUV410ToRGB()
[all …]
H A Dyuv_to_rgb.h70 …e, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int …
85 …e, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int …
101 …c, const byte *uSrc, const byte *vSrc, const byte *aSrc, int yWidth, int yHeight, int yPitch, int …
122 …e, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int …
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dyuv_to_rgb.cpp208 for (int h = 0; h < yHeight; h++) { in convertYUV444ToRGB()
240 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert444()
242 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert444()
247 int halfHeight = yHeight >> 1; in convertYUV420ToRGB()
290 assert((yHeight & 1) == 0); in convert420()
296 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert420()
298 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert420()
336 for (int y = 0; y < yHeight; y++) { in convertYUV410ToRGB()
375 assert((yHeight & 3) == 0); in convert410()
381 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert410()
[all …]
H A Dyuv_to_rgb.h67 …e, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int …
82 …e, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int …
103 …e, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int …
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dyuv_to_rgb.cpp208 for (int h = 0; h < yHeight; h++) { in convertYUV444ToRGB()
240 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert444()
242 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert444()
247 int halfHeight = yHeight >> 1; in convertYUV420ToRGB()
290 assert((yHeight & 1) == 0); in convert420()
296 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert420()
298 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert420()
336 for (int y = 0; y < yHeight; y++) { in convertYUV410ToRGB()
375 assert((yHeight & 3) == 0); in convert410()
381 …t->getPixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, yWidth, yHeight, yPitch, uvPitch); in convert410()
[all …]
H A Dyuva_to_rgba.cpp207 …c, const byte *uSrc, const byte *vSrc, const byte *aSrc, int yWidth, int yHeight, int yPitch, int … in convertYUVA420ToRGBA() argument
208 int halfHeight = yHeight >> 1; in convertYUVA420ToRGBA()
249 …c, const byte *uSrc, const byte *vSrc, const byte *aSrc, int yWidth, int yHeight, int yPitch, int … in convert420() argument
255 assert((yHeight & 1) == 0); in convert420()
261 …Pixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, aSrc, yWidth, yHeight, yPitch, uvPitch); in convert420()
263 …Pixels(), dst->pitch, lookup, _colorTab, ySrc, uSrc, vSrc, aSrc, yWidth, yHeight, yPitch, uvPitch); in convert420()
H A Dyuv_to_rgb.h70 …e, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int …
85 …e, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int …
106 …e, const byte *ySrc, const byte *uSrc, const byte *vSrc, int yWidth, int yHeight, int yPitch, int …
/dports/math/pdal/PDAL-2.3.0/pdal/private/gdal/
H A DRaster.hpp168 size_t yHeight = 0; in readBlock() local
170 yHeight = m_yTotalSize % m_yBlockSize; in readBlock()
171 if (yHeight == 0) in readBlock()
172 yHeight = m_yBlockSize; in readBlock()
177 for (size_t row = 0; row < yHeight; ++row) in readBlock()
227 size_t yHeight = 0; in writeBlock() local
229 yHeight = m_yTotalSize % m_yBlockSize; in writeBlock()
230 if (yHeight == 0) in writeBlock()
231 yHeight = m_yBlockSize; in writeBlock()
237 for (size_t row = 0; row < yHeight; ++row) in writeBlock()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Dlg/
H A DDlgSettingsSegments.cpp172 int yHeight = IMAGE_HEIGHT / 4; in createPreviewImage() local
181 int y = qFloor (yCenter - yHeight * qSin (TWOPI * s)); in createPreviewImage()
198 y = qFloor (yCenter - yHeight * (4.0 * s)); in createPreviewImage()
200 y = qFloor (yCenter - yHeight * (1.0 - 4.0 * (s - 0.25))); in createPreviewImage()
202 y = qFloor (yCenter + yHeight * (1.0 - 4 * (s - 0.75))); in createPreviewImage()
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Python/
H A Dwarplens.py20 yHeight = pngReader.GetOutput().GetDimensions()[1] variable
28 wl.SetImageHeight(yHeight)
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Python/
H A Dwarplens.py20 yHeight = pngReader.GetOutput().GetDimensions()[1] variable
28 wl.SetImageHeight(yHeight)
/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Tcl/
H A Dwarplens.tcl18 set yHeight [lindex [[pngReader GetOutput] GetDimensions] 1]
27 wl SetImageHeight $yHeight
/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Python/
H A Dwarplens.py21 yHeight = pngReader.GetOutput().GetDimensions()[1] variable
29 wl.SetImageHeight(yHeight)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcScopeShm.cpp188 float yHeight = area.height(); in paint1D() local
190 yHeight /= chanCount; in paint1D()
200 float yOrigin = yHeight * (overlapped ? 0.5 : ch + 0.5); in paint1D()
234 float yOrigin = yHeight * (overlapped ? 0.5 : ch + 0.5); in paint1D()
/dports/games/scummvm/scummvm-2.5.1/engines/twine/parser/
H A Dentity.cpp76 action.yHeight = stream.readSint16LE(); in loadAnim()
88 action.yHeight = stream.readSint16LE(); in loadAnim()
97 action.yHeight = stream.readSint16LE(); in loadAnim()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DBarcodePDF417.java166 yHeight = 3; in setDefaultParameters()
835 …c = (-b + Math.sqrt(b * b + 4 * 17 * aspectRatio * (lenCodewords + lenErr) * yHeight)) / (2 * 17 *…
908 int h = (int)yHeight;
1071 return this.yHeight;
1077 public void setYHeight(float yHeight) {
1078 this.yHeight = yHeight;
1578 private float yHeight;
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Drichedit.h292 LONG yHeight; member
303 LONG yHeight; member
314 LONG yHeight; member
335 LONG yHeight; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Drichedit.h292 LONG yHeight; member
303 LONG yHeight; member
314 LONG yHeight; member
335 LONG yHeight; member
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d317 LONG yHeight; member
328 LONG yHeight; variable
340 LONG yHeight; member
362 LONG yHeight; variable
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d317 LONG yHeight; member
328 LONG yHeight; variable
340 LONG yHeight; member
362 LONG yHeight; variable
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d316 LONG yHeight; member
327 LONG yHeight; variable
339 LONG yHeight; member
361 LONG yHeight; variable
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d317 LONG yHeight; member
328 LONG yHeight; variable
340 LONG yHeight; member
362 LONG yHeight; variable
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d316 LONG yHeight; member
327 LONG yHeight; variable
339 LONG yHeight; member
361 LONG yHeight; variable
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d316 LONG yHeight; member
327 LONG yHeight; variable
339 LONG yHeight; member
361 LONG yHeight; variable
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Drichedit.d316 LONG yHeight; member
327 LONG yHeight; variable
339 LONG yHeight; member
361 LONG yHeight; variable

12345