Searched refs:mugy2 (Results 1 – 2 of 2) sorted by relevance
374 double mugy2; in fs_calc_structure() local378 mugy2 = col_sums_gy2[0]; in fs_calc_structure()379 for (k = 1; k < 8; k++) mugy2 += col_sums_gy2[k]; in fs_calc_structure()382 ssim[(j - 4) * w + i] = (2 * mugxgy + c2) / (mugx2 + mugy2 + c2); in fs_calc_structure()
380 double mugy2; in fs_calc_structure() local384 mugy2 = col_sums_gy2[0]; in fs_calc_structure()385 for (k = 1; k < 8; k++) mugy2 += col_sums_gy2[k]; in fs_calc_structure()388 ssim[(j - 4) * w + i] = (2 * mugxgy + c2) / (mugx2 + mugy2 + c2); in fs_calc_structure()