Searched refs:moyS (Results 1 – 5 of 5) sorted by relevance
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/ |
H A D | improccoordinator.cc | 678 float moyS = 0.f; in updatePreviewImage() local 680 … ipf.moyeqt(oprevi, moyS, eqty); //return image : mean saturation and standard dev of saturation in updatePreviewImage() 682 …float satp = ((moyS + 1.5f * eqty) - 0.3f) / 0.7f; //1.5 sigma ==> 93% pixels with high saturation… in updatePreviewImage() 697 …colourToningSatLimitOpacity = 100.f * (moyS - 0.85f * eqty); //-0.85 sigma==>20% pixels with low s… in updatePreviewImage() 698 satPR = (int) 100.f * (moyS - 0.85f * eqty); in updatePreviewImage()
|
H A D | simpleprocess.cc | 970 float moyS = 0.f; in stage_finish() local 972 … ipf.moyeqt (baseImg, moyS, eqty);//return image : mean saturation and standard dev of saturation in stage_finish() 973 …float satp = ((moyS + 1.5f * eqty) - 0.3f) / 0.7f; //1.5 sigma ==> 93% pixels with high saturation… in stage_finish() 985 … satLimitOpacity = 100.f * (moyS - 0.85f * eqty); //-0.85 sigma==>20% pixels with low saturation in stage_finish()
|
H A D | rtthumbnail.cc | 1344 float moyS = 0.f; in processImage() local 1346 … ipf.moyeqt (baseImg, moyS, eqty);//return image : mean saturation and standard dev of saturation in processImage() 1348 …float satp = ((moyS + 1.5f * eqty) - 0.3f) / 0.7f; //1.5 sigma ==> 93% pixels with high saturation… in processImage() 1360 … satLimitOpacity = 100.f * (moyS - 0.85f * eqty); //-0.85 sigma==>20% pixels with low saturation in processImage()
|
H A D | improcfun.h | 147 void moyeqt(Imagefloat* working, float &moyS, float &eqty);
|
H A D | improcfun.cc | 1990 void ImProcFunctions::moyeqt (Imagefloat* working, float &moyS, float &eqty) in moyeqt() argument 2014 moyS = moy; in moyeqt()
|