Home
last modified time | relevance | path

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

/dports/graphics/art/ART-1.9.3/rtengine/
H A Drcd_demosaic.cc251 float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local
254 float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
/dports/astro/siril/siril/subprojects/librtprocess/src/demosaic/
H A Drcd.cc243 float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local
246 float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
/dports/graphics/librtprocess/librtprocess-0.11.0/src/demosaic/
H A Drcd.cc221 float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local
224 float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/demosaic/
H A Drcd.cc221 float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local
224 float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Drcd_demosaic.cc218 float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local
221 float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
/dports/graphics/darktable/darktable-3.6.1/src/iop/
H A Drcd_demosaic.c505 const float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local
508 const float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
/dports/graphics/darktable38/darktable-3.8.0/src/iop/
H A Drcd_demosaic.c506 const float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local
509 const float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Drcd_demosaic_RT.cc265 float SE_Est = rgb[indx + w1 + 1][c] - rgb[indx + w1 + 1][1]; in rcd_demosaic_RT() local
268 float P_Est = ( NW_Grad * SE_Est + SE_Grad * NW_Est ) / ( NW_Grad + SE_Grad ); in rcd_demosaic_RT()
/dports/graphics/darktable/darktable-3.6.1/data/kernels/
H A Ddemosaic_rcd.cl208 const float SE_Est = rgbc[idx + w + 1] - rgb1[idx + w + 1];
210 const float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad);
/dports/graphics/darktable38/darktable-3.8.0/data/kernels/
H A Ddemosaic_rcd.cl208 const float SE_Est = rgbc[idx + w + 1] - rgb1[idx + w + 1];
210 const float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad);