Home
last modified time | relevance | path

Searched refs:targetGuide (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Debsynth_cpu.cpp275 const Array2<Vec<NG,T>>& targetGuide; member
284 const Array2<Vec<NG,T>>& targetGuide, in PatchSSD_Split()
291 targetGuide(targetGuide),sourceGuide(sourceGuide), in PatchSSD_Split()
312 const T* ptrTg = (T*)&targetGuide(tx-r,ty-r); in operator ()()
316 const int ofsTg = (targetGuide.width()-patchSize)*NG; in operator ()()
360 …const Vec<NG,T> pixTg = targetGuide(clamp(tx + px,0,targetGuide.width()-1),clamp(ty + py,0,targetG… in operator ()()
705 Array2<Vec<NG,unsigned char>> targetGuide; in ebsynthCpu() member
731 copy(&pyramid[levelCount-1].targetGuide,targetGuideData); in ebsynthCpu()
767 resampleCPU(pyramid[level].targetGuide,pyramid[levelCount-1].targetGuide); in ebsynthCpu()
877 pyramid[level].targetGuide, in ebsynthCpu()
[all …]
H A Debsynth_cuda.cu607 const TexArray2<NG,T> targetGuide; member
616 const TexArray2<NG,T>& targetGuide, in PatchSSD_Split()
623 targetGuide(targetGuide),sourceGuide(sourceGuide), in PatchSSD_Split()
651 const Vec<NG,T> pixTg = targetGuide(tx + px,ty + py); in operator ()()
674 const TexArray2<NG,T> targetGuide; member
685 const TexArray2<NG,T>& targetGuide, in PatchSSD_Split_Modulation()
694 targetGuide(targetGuide),sourceGuide(sourceGuide), in PatchSSD_Split_Modulation()
788 TexArray2<NG,unsigned char> targetGuide; in ebsynthCuda() member
814 copy(&pyramid[levelCount-1].targetGuide,targetGuideData); in ebsynthCuda()
852 resampleGPU(pyramid[level].targetGuide,pyramid[levelCount-1].targetGuide); in ebsynthCuda()
[all …]