Home
last modified time | relevance | path

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

/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Debsynth_cpu.cpp511 …t patchWidth,const V2i& axy,const V2i& bxy,A2V2i& N,A2f& E,A2i& Omega,float omegaBest,float lambda) in tryPatch() argument
513 …float curOcc = (float(patchOmega(patchWidth,N(axy),Omega))/float(patchWidth*patchWidth))/omegaBest; in tryPatch()
514 …float newOcc = (float(patchOmega(patchWidth, bxy,Omega))/float(patchWidth*patchWidth))/omegaBest; in tryPatch()
567 const float omegaBest = (float(sizeA(0)*sizeA(1)) / in patchmatch() local
613 tryPatch(patchError,sizeA,w,V2i(x,y),n,N,E,Omega,omegaBest,lambda); in patchmatch()
623 tryPatch(patchError,sizeA,w,V2i(x,y),n,N,E,Omega,omegaBest,lambda); in patchmatch()
652 tryPatch(patchError,sizeA,w,V2i(x,y),n,N,E,Omega,omegaBest,lambda); in patchmatch()
H A Debsynth_cuda.cu140 const float omegaBest = (float(sizeA(0)*sizeA(1)) / in tryPatch() local
143 …c = (float(patchOmega(patchWidth,nbest(0),nbest(1),Omega))/float(patchWidth*patchWidth))/omegaBest; in tryPatch()
144 …c = (float(patchOmega(patchWidth, bx, by,Omega))/float(patchWidth*patchWidth))/omegaBest; in tryPatch()