Searched refs:SE_Est (Results 1 – 10 of 10) sorted by relevance
251 float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local254 float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
243 float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local246 float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
221 float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local224 float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
218 float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local221 float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
505 const float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local508 const float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
506 const float SE_Est = rgb[c][indx + w1 + 1] - rgb[1][indx + w1 + 1]; in rcd_demosaic() local509 const float P_Est = (NW_Grad * SE_Est + SE_Grad * NW_Est) / (NW_Grad + SE_Grad); in rcd_demosaic()
265 float SE_Est = rgb[indx + w1 + 1][c] - rgb[indx + w1 + 1][1]; in rcd_demosaic_RT() local268 float P_Est = ( NW_Grad * SE_Est + SE_Grad * NW_Est ) / ( NW_Grad + SE_Grad ); in rcd_demosaic_RT()
208 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);