Searched refs:mugxgy (Results 1 – 2 of 2) sorted by relevance
375 double mugxgy; in fs_calc_structure() local380 mugxgy = col_sums_gxgy[0]; in fs_calc_structure()381 for (k = 1; k < 8; k++) mugxgy += col_sums_gxgy[k]; in fs_calc_structure()382 ssim[(j - 4) * w + i] = (2 * mugxgy + c2) / (mugx2 + mugy2 + c2); in fs_calc_structure()
381 double mugxgy; in fs_calc_structure() local386 mugxgy = col_sums_gxgy[0]; in fs_calc_structure()387 for (k = 1; k < 8; k++) mugxgy += col_sums_gxgy[k]; in fs_calc_structure()388 ssim[(j - 4) * w + i] = (2 * mugxgy + c2) / (mugx2 + mugy2 + c2); in fs_calc_structure()