Home
last modified time | relevance | path

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

/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfilter.cpp55 #define RESCALE_MTF_HEIGHT 1000 // height of image to start MTF adjustment macro
182 if (FiltP.height_p < RESCALE_MTF_HEIGHT) { // apply rescaling in ApplyFilter()
183 double rescale = 0.94 * pow((double)FiltP.height_p/RESCALE_MTF_HEIGHT,log_ratio) + 0.06; in ApplyFilter()