Home
last modified time | relevance | path

Searched refs:srcPitch (Results 176 – 200 of 767) sorted by relevance

12345678910>>...31

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/plugins/dfxvideo/
H A Ddraw.c135 DWORD dstPitch = srcPitch<<1; in Super2xSaI_ex8()
273 srcPtr += srcPitch; in Super2xSaI_ex8()
479 srcPtr += srcPitch; in Std2xSaI_ex8()
647 srcPtr += srcPitch; in SuperEagle_ex8()
720 const int dstPitch = srcPitch<<1; in Scale2x_ex8()
742 src2 += srcPitch >> 2; in Scale2x_ex8()
850 int dstPitch = srcPitch*3; in Scale3x_ex8()
874 src2 += srcPitch >> 2; in Scale3x_ex8()
2048 src2 += srcPitch >> 2; in hq2x_32()
2179 int dstPitch = srcPitch*3; in hq3x_32()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/src/
H A Dimage_encode.cpp62 const uint32_t srcPitch = _width*4; in imageEncodeFromRgba8() local
63 const uint32_t srcSlice = _height*srcPitch; in imageEncodeFromRgba8()
106 const uint8_t* ptr = &src[(yy*srcPitch+xx*4)*4]; in imageEncodeFromRgba8()
110 bx::memCopy(&block[ii*4], &ptr[(ii%4)*srcPitch + (ii&~3)], 4); in imageEncodeFromRgba8()
158 …astc_compress(_width, _height, src, ASTC_ENC_NORMAL_RA, srcPitch, astcBlockInfo.blockWidth, astcBl… in imageEncodeFromRgba8()
162 …astc_compress(_width, _height, src, ASTC_RGBA, srcPitch, astcBlockInfo.blockWidth, astcBlockInfo.b… in imageEncodeFromRgba8()
168 imageSwizzleBgra8(dst, dstPitch, _width, _height, src, srcPitch); in imageEncodeFromRgba8()
172 bx::memCopy(_dst, dstPitch, _src, srcPitch, srcPitch, _height); in imageEncodeFromRgba8()
471 const uint32_t srcPitch = _src->m_width*16; in imageResizeRgba32fLinear() local
472 const uint32_t srcSlice = _src->m_height*srcPitch; in imageResizeRgba32fLinear()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/src/
H A Dimage_encode.cpp62 const uint32_t srcPitch = _width*4; in imageEncodeFromRgba8() local
63 const uint32_t srcSlice = _height*srcPitch; in imageEncodeFromRgba8()
106 const uint8_t* ptr = &src[(yy*srcPitch+xx*4)*4]; in imageEncodeFromRgba8()
110 bx::memCopy(&block[ii*4], &ptr[(ii%4)*srcPitch + (ii&~3)], 4); in imageEncodeFromRgba8()
158 …astc_compress(_width, _height, src, ASTC_ENC_NORMAL_RA, srcPitch, astcBlockInfo.blockWidth, astcBl… in imageEncodeFromRgba8()
162 …astc_compress(_width, _height, src, ASTC_RGBA, srcPitch, astcBlockInfo.blockWidth, astcBlockInfo.b… in imageEncodeFromRgba8()
168 imageSwizzleBgra8(dst, dstPitch, _width, _height, src, srcPitch); in imageEncodeFromRgba8()
172 bx::memCopy(_dst, dstPitch, _src, srcPitch, srcPitch, _height); in imageEncodeFromRgba8()
471 const uint32_t srcPitch = _src->m_width*16; in imageResizeRgba32fLinear() local
472 const uint32_t srcSlice = _src->m_height*srcPitch; in imageResizeRgba32fLinear()
[all …]
/dports/x11-drivers/xf86-video-sis/xf86-video-sis-0.12.0/src/
H A Dsis_video.c1517 if((srcPitch % 256) || (srcPitch < 256)) { in calc_scale_factor()
1577 srcPitch >>= 1; in calc_scale_factor()
1581 I = (0xFFF * 2 / srcPitch); in calc_scale_factor()
1675 if((srcPitch % 256) || (srcPitch < 256)) { in calc_scale_factor_2()
1733 (((srcPitch * I)>>2) > 0xFFF)){ in calc_scale_factor_2()
1735 srcPitch >>= 1; in calc_scale_factor_2()
1739 I = (0xFFF * 2 / srcPitch); in calc_scale_factor_2()
2652 short srcPitch = pPriv->srcPitch; in SISDisplayVideo() local
3620 src += pPriv->srcPitch; in SISPutImage()
4322 wb = srcPitch >> 1;
[all …]
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dscalerplugin.h46 void scale(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr,
102 virtual void scaleIntern(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr,
128 virtual void scaleIntern(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr,
138 virtual void internScale(const uint8 *srcPtr, uint32 srcPitch,
/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Dvia_xv_overlay.c452 unsigned long srcPitch, in viaOverlayGetSrcStartAddress() argument
542 YCbCr.dwCB = startAddr + srcPitch * srcHeight; in viaOverlayGetYCbCrStartAddress()
543 YCbCr.dwCR = (startAddr + srcPitch * srcHeight in viaOverlayGetYCbCrStartAddress()
544 + srcPitch * (srcHeight >> 2)); in viaOverlayGetYCbCrStartAddress()
549 + srcPitch * (srcHeight >> 2)); in viaOverlayGetYCbCrStartAddress()
1789 unsigned long srcPitch, in Upd_Video() argument
1914 srcPitch, oriSrcHeight); in Upd_Video()
1985 ((srcPitch >> 1) << 16) | srcPitch | in Upd_Video()
1989 ((srcPitch >> 1) << 16) | srcPitch); in Upd_Video()
2004 SaveVideoRegister(pVia, V1_STRIDE, srcPitch | (srcPitch << 15)); in Upd_Video()
[all …]
/dports/x11-drivers/xf86-video-r128/xf86-video-r128-6.12.0/src/
H A Dr128_video.c397 int srcPitch, in R128DMA() argument
460 if (srcPitch == w) { in R128DMA()
467 src += srcPitch; in R128DMA()
505 int srcPitch, in R128CopyData422() argument
517 src += srcPitch; in R128CopyData422()
532 int srcPitch, in R128CopyData420() argument
546 src1 += srcPitch; in R128CopyData420()
858 int srcPitch, srcPitch2, dstPitch; in R128PutImage() local
922 srcPitch = (width + 3) & ~3; in R128PutImage()
927 s2offset = srcPitch * height; in R128PutImage()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/asc/src/
H A Dasc_c_impl.cpp88 void RsCsCalc_4x4_C(pmfxU8 pSrc, int srcPitch, int wblocks, int hblocks, pmfxU16 pRs, pmfxU16 pCs) in RsCsCalc_4x4_C() argument
90 pSrc += (4 * srcPitch) + 4; in RsCsCalc_4x4_C()
102 mfxU16 dRs = (mfxU16)abs(pSrc[l] - pSrc[l - srcPitch]) >> 2; in RsCsCalc_4x4_C()
107 pSrc += srcPitch; in RsCsCalc_4x4_C()
112 pSrc -= 4 * srcPitch; in RsCsCalc_4x4_C()
116 pSrc += 4 * srcPitch; in RsCsCalc_4x4_C()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/scalers/
H A Dxbr.cpp155 unsigned short int * sa1 = sa2 - srcPitch / 2; \
156 unsigned short int * sa0 = sa1 - srcPitch / 2; \
157 unsigned short int * sa3 = sa2 + srcPitch / 2; \
158 unsigned short int * sa4 = sa3 + srcPitch / 2; \
418 unsigned short int * sa1 = sa2 - srcPitch / 2; \
419 unsigned short int * sa0 = sa1 - srcPitch / 2; \
420 unsigned short int * sa3 = sa2 + srcPitch / 2; \
421 unsigned short int * sa4 = sa3 + srcPitch / 2; \
691 unsigned short int * sa1 = sa2 - srcPitch / 2; \
692 unsigned short int * sa0 = sa1 - srcPitch / 2; \
[all …]
H A Dhq2xs.cpp292 void hq2xS(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in hq2xS() argument
299 u16 *src1 = src0 + (srcPitch >> 1); in hq2xS()
300 u16 *src2 = src1 + (srcPitch >> 1); in hq2xS()
313 src2 += srcPitch >> 1; in hq2xS()
321 void hq2xS32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in hq2xS32() argument
328 u32 *src1 = src0 + (srcPitch >> 2); in hq2xS32()
329 u32 *src2 = src1 + (srcPitch >> 2); in hq2xS32()
341 src2 += srcPitch >> 2; in hq2xS32()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/scalers/
H A Dxbr.cpp155 unsigned short int * sa1 = sa2 - srcPitch / 2; \
156 unsigned short int * sa0 = sa1 - srcPitch / 2; \
157 unsigned short int * sa3 = sa2 + srcPitch / 2; \
158 unsigned short int * sa4 = sa3 + srcPitch / 2; \
418 unsigned short int * sa1 = sa2 - srcPitch / 2; \
419 unsigned short int * sa0 = sa1 - srcPitch / 2; \
420 unsigned short int * sa3 = sa2 + srcPitch / 2; \
421 unsigned short int * sa4 = sa3 + srcPitch / 2; \
691 unsigned short int * sa1 = sa2 - srcPitch / 2; \
692 unsigned short int * sa0 = sa1 - srcPitch / 2; \
[all …]
H A Dhq2xs.cpp292 void hq2xS(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in hq2xS() argument
299 u16 *src1 = src0 + (srcPitch >> 1); in hq2xS()
300 u16 *src2 = src1 + (srcPitch >> 1); in hq2xS()
313 src2 += srcPitch >> 1; in hq2xS()
321 void hq2xS32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in hq2xS32() argument
328 u32 *src1 = src0 + (srcPitch >> 2); in hq2xS32()
329 u32 *src2 = src1 + (srcPitch >> 2); in hq2xS32()
341 src2 += srcPitch >> 2; in hq2xS32()
/dports/x11-drivers/xf86-video-apm/xf86-video-apm-1.3.0/src/
H A Dapm_video.c721 srcPitch = (width + 3) & ~3; in A()
722 offset2 = srcPitch * height; in A()
729 srcPitch = width; in A()
730 dstPitch = (srcPitch + 3) & ~3; in A()
735 srcPitch = (width << 2); in A()
736 dstPitch = (srcPitch + 3) & ~3; in A()
742 srcPitch = pApm->PutImageStride; in A()
744 srcPitch = (width << 1); in A()
745 dstPitch = (srcPitch + 3) & ~3; in A()
836 srcPitch, srcPitch2, dstPitch, in A()
[all …]
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/test/librawspeed/common/
H A DCommonTest.cpp370 srcPitch = std::get<1>(GetParam()); in SetUp()
371 rowSize = min(min(std::get<2>(GetParam()), srcPitch), dstPitch); in SetUp()
374 assert(srcPitch * height < numeric_limits<uint8_t>::max()); in SetUp()
377 src.resize((size_t)srcPitch * height); in SetUp()
388 src[y * srcPitch + x] = v; in generate()
396 copyPixels(&(dst[0]), dstPitch, &(src[0]), srcPitch, rowSize, height); in copy()
401 ASSERT_EQ(dst[y * dstPitch + x], src[y * srcPitch + x]); in compare()
409 int srcPitch; member in rawspeed_test::CopyPixelsTest
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/test/librawspeed/common/
H A DCommonTest.cpp370 srcPitch = std::get<1>(GetParam()); in SetUp()
371 rowSize = min(min(std::get<2>(GetParam()), srcPitch), dstPitch); in SetUp()
374 assert(srcPitch * height < numeric_limits<uint8_t>::max()); in SetUp()
377 src.resize((size_t)srcPitch * height); in SetUp()
388 src[y * srcPitch + x] = v; in generate()
396 copyPixels(&(dst[0]), dstPitch, &(src[0]), srcPitch, rowSize, height); in copy()
401 ASSERT_EQ(dst[y * dstPitch + x], src[y * srcPitch + x]); in compare()
409 int srcPitch; member in rawspeed_test::CopyPixelsTest
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/asc/include/
H A Dasc_sse4_impl.h50 mfxU16 ME_SAD_8x8_Block_SSE4(mfxU8 *pSrc, mfxU8 *pRef, mfxU32 srcPitch, mfxU32 refPitch);
52 … mfxI16 refAvgVal, mfxU32 srcPitch, mfxU32 refPitch, mfxI32 &var, mfxI32 &jtvar, mfxI32 &jtMCvar);
58 void RsCsCalc_4x4_SSE4(pmfxU8 pSrc, int srcPitch, int wblocks, int hblocks, pmfxU16 pRs,
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/legacy/i810/
H A Di810_video.c632 int srcPitch, in I810CopyPackedData() argument
654 src += srcPitch; in I810CopyPackedData()
663 int srcPitch, in I810CopyPlanarData() argument
687 src1 += srcPitch; in I810CopyPlanarData()
692 src2 = buf + (srcH*srcPitch) + ((top*srcPitch)>>2) + (left>>1); in I810CopyPlanarData()
707 src2 += srcPitch>>1; in I810CopyPlanarData()
712 src3 = buf + (srcH*srcPitch) + ((srcH*srcPitch)>>2) + ((top*srcPitch)>>2) + (left>>1); in I810CopyPlanarData()
727 src3 += srcPitch>>1; in I810CopyPlanarData()
982 int srcPitch, dstPitch; in I810PutImage() local
1016 srcPitch = ALIGN(width, 4); in I810PutImage()
[all …]
/dports/emulators/gngeo/gngeo-gngeo_0.8/src/effect/
H A Dsai.c12 extern void _2xSaILine(Uint8 *srcPtr, Uint8 *deltaPtr, Uint32 srcPitch, Uint32 width,
15 extern void _2xSaISuper2xSaILine(Uint8 *srcPtr, Uint8 *deltaPtr, Uint32 srcPitch, Uint32 width,
18 extern void _2xSaISuperEagleLine(Uint8 *srcPtr, Uint8 *deltaPtr, Uint32 srcPitch, Uint32 width,
/dports/x11/xpra/xpra-4.3/fs/share/xpra/cuda/
H A DBGRX_to_NV12.cu10 extern "C" __global__ void BGRX_to_NV12(uint8_t *srcImage, int src_w, int src_h, int srcPitch, in BGRX_to_NV12() argument
22 uint32_t si = (src_y * srcPitch) + src_x * 4; in BGRX_to_NV12()
48 si += srcPitch; in BGRX_to_NV12()
H A DXRGB_to_NV12.cu10 extern "C" __global__ void XRGB_to_NV12(uint8_t *srcImage, int src_w, int src_h, int srcPitch, in XRGB_to_NV12() argument
22 uint32_t si = (src_y * srcPitch) + src_x * 4; in XRGB_to_NV12()
48 si += srcPitch; in XRGB_to_NV12()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/filters/
H A Dbilinear.cpp59 void Bilinear(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in Bilinear() argument
136 from = (u16 *)((u8 *)from_orig + srcPitch); in Bilinear()
142 void BilinearPlus(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in BilinearPlus() argument
230 from = (u16 *)((u8 *)from_orig + srcPitch); in BilinearPlus()
236 void Bilinear32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in Bilinear32() argument
314 from = (u32 *)((u8 *)from_orig + srcPitch); in Bilinear32()
320 void BilinearPlus32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in BilinearPlus32() argument
409 from = (u32 *)((u8 *)from_orig + srcPitch); in BilinearPlus32()
/dports/games/openbor3711/openbor-6ec17fa/engine/source/gfxlib/
H A Dbilinear.c100 void Bilinear(u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int width, int heig… in Bilinear() argument
175 from = (u16 *)((u8 *)from_orig + srcPitch); in Bilinear()
181 void BilinearPlus(u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int width, int … in BilinearPlus() argument
268 from = (u16 *)((u8 *)from_orig + srcPitch); in BilinearPlus()
274 void Bilinear32(u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int width, int he… in Bilinear32() argument
350 from = (u32 *)((u8 *)from_orig + srcPitch); in Bilinear32()
356 void BilinearPlus32(u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int width, in… in BilinearPlus32() argument
442 from = (u32 *)((u8 *)from_orig + srcPitch); in BilinearPlus32()
/dports/games/openbor3482/openbor-2c1ecd7/engine/source/gfxlib/
H A Dbilinear.c100 void Bilinear(u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int width, int heig… in Bilinear() argument
175 from = (u16 *)((u8 *)from_orig + srcPitch); in Bilinear()
181 void BilinearPlus(u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int width, int … in BilinearPlus() argument
268 from = (u16 *)((u8 *)from_orig + srcPitch); in BilinearPlus()
274 void Bilinear32(u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int width, int he… in Bilinear32() argument
350 from = (u32 *)((u8 *)from_orig + srcPitch); in Bilinear32()
356 void BilinearPlus32(u8 *srcPtr, u32 srcPitch, u8 *deltaPtr, u8 *dstPtr, u32 dstPitch, int width, in… in BilinearPlus32() argument
442 from = (u32 *)((u8 *)from_orig + srcPitch); in BilinearPlus32()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/
H A Dbilinear.cpp83 void Bilinear(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in Bilinear() argument
155 from = (u16 *)((u8 *)from_orig + srcPitch); in Bilinear()
161 void BilinearPlus(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in BilinearPlus() argument
244 from = (u16 *)((u8 *)from_orig + srcPitch); in BilinearPlus()
250 void Bilinear32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in Bilinear32() argument
324 from = (u32 *)((u8 *)from_orig + srcPitch); in Bilinear32()
330 void BilinearPlus32(u8 *srcPtr, u32 srcPitch, u8 * /* deltaPtr */, in BilinearPlus32() argument
415 from = (u32 *)((u8 *)from_orig + srcPitch); in BilinearPlus32()
/dports/x11-drivers/xf86-video-s3/xf86-video-s3-0.7.0/src/
H A Ds3_video.c373 int srcPitch, srcPitchUV = 0, dstPitch, dstSize; in S3PutImage() local
427 srcPitch = (width + 3) & ~3; in S3PutImage()
428 offsetV = srcPitch * height; in S3PutImage()
445 xf86XVCopyYUV12ToPacked(buf + (top * srcPitch) + left, in S3PutImage()
447 dst_start, srcPitch, srcPitchUV, in S3PutImage()
467 srcPitch = width << 1; in S3PutImage()
468 buf += (top * srcPitch) + (left << 1); in S3PutImage()
471 xf86XVCopyPacked(buf, dst_start, srcPitch, dstPitch, in S3PutImage()

12345678910>>...31