Home
last modified time | relevance | path

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

/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Debsynth_cuda.cu677 const TexArray2<NG,T> targetModulation; member
688 const TexArray2<NG,T>& targetModulation, in PatchSSD_Split_Modulation()
695 targetModulation(targetModulation), in PatchSSD_Split_Modulation()
725 const Vec<NG,float> mult = Vec<NG,float>(targetModulation(tx + px,ty + py))/255.0f; in operator ()()
789 TexArray2<NG,unsigned char> targetModulation; in ebsynthCuda() member
819 copy(&pyramid[levelCount-1].targetModulation,targetModulationData); in ebsynthCuda()
856 pyramid[level].targetModulation = TexArray2<NG,unsigned char>(levelTargetSize); in ebsynthCuda()
857 resampleGPU(pyramid[level].targetModulation,pyramid[levelCount-1].targetModulation); in ebsynthCuda()
955 … pyramid[level].targetModulation, in ebsynthCuda()
1003 … pyramid[level].targetModulation, in ebsynthCuda()
[all …]
H A Debsynth_cpu.cpp706 Array2<Vec<NG,unsigned char>> targetModulation; in ebsynthCpu() member
735 …pyramid[levelCount-1].targetModulation = Array2<Vec<NG,unsigned char>>(V2i(pyramid[levelCount-1].t… in ebsynthCpu()
736 copy(&pyramid[levelCount-1].targetModulation,targetModulationData); in ebsynthCpu()
771 resampleCPU(pyramid[level].targetModulation,pyramid[levelCount-1].targetModulation); in ebsynthCpu()
772 pyramid[level].targetModulation = Array2<Vec<NG,unsigned char>>(levelTargetSize); in ebsynthCpu()
978 … if (targetModulationData) { pyramid[level].targetModulation = Array2<Vec<NG,unsigned char>>(); } in ebsynthCpu()