Home
last modified time | relevance | path

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

/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfilter.cpp416 double widthg1, widthg2, rootg1, rootg2, sumwidth; in BlurFilter() local
464 rootg1 = sqrt(total + widthg1); in BlurFilter()
467 beta = (tmpDelta * rootg1 * rootg2 / in BlurFilter()
468 sqrt(total) - rootg2)/(rootg1 - rootg2); in BlurFilter()