Home
last modified time | relevance | path

Searched refs:pSrc8 (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/3d/common/iStdLib/
H A DMemCopy.h251 *pDst8 = *pSrc8; in MemCopy()
281 *pDst8 = *pSrc8; in MemCopy()
285 pSrc8 += 1; in MemCopy()
295 pSrc8 += 2; in MemCopy()
305 pSrc8 += ptrAdvance; in MemCopy()
346 *pDst8 = *pSrc8; in MemCopy()
350 pSrc8 += 1; in MemCopy()
359 pSrc8 += 2; in MemCopy()
397 pSrc8 += 128; in MemCopy()
609 pSrc8 += 1; in MemCopy()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dsample_autogen.h735 pSrc8[i] * gain8; in copy9WithGain()
896 pSrc8[i] * gain8 + in copy10WithGain()
1073 pSrc8[i] * gain8 + in copy11WithGain()
1266 pSrc8[i] * gain8 + in copy12WithGain()
1475 pSrc8[i] * gain8 + in copy13WithGain()
1700 pSrc8[i] * gain8 + in copy14WithGain()
1941 pSrc8[i] * gain8 + in copy15WithGain()
2198 pSrc8[i] * gain8 + in copy16WithGain()
2471 pSrc8[i] * gain8 + in copy17WithGain()
2760 pSrc8[i] * gain8 + in copy18WithGain()
[all …]
/dports/net/freerdp/freerdp-2.5.0/server/shadow/
H A Dshadow_subsystem.c192 BYTE* pSrc8; in shadow_subsystem_pointer_convert_alpha_pointer_data() local
225 pSrc8 = &pixels[(width * 4) * (height - 1 - y)]; in shadow_subsystem_pointer_convert_alpha_pointer_data()
233 B = *pSrc8++; in shadow_subsystem_pointer_convert_alpha_pointer_data()
234 G = *pSrc8++; in shadow_subsystem_pointer_convert_alpha_pointer_data()
235 R = *pSrc8++; in shadow_subsystem_pointer_convert_alpha_pointer_data()
236 A = *pSrc8++; in shadow_subsystem_pointer_convert_alpha_pointer_data()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/fx/
H A Dblurfilter.cpp150 uchar* pSrc8 = m_orgImage.scanLine(yy + my); in blurMultithreaded() local
165 bs[x] += pSrc8[0]; in blurMultithreaded()
166 gs[x] += pSrc8[1]; in blurMultithreaded()
167 rs[x] += pSrc8[2]; in blurMultithreaded()
168 as[x] += pSrc8[3]; in blurMultithreaded()
169 pSrc8 += 4; in blurMultithreaded()