Searched refs:mugx2 (Results 1 – 2 of 2) sorted by relevance
373 double mugx2; in fs_calc_structure() local376 mugx2 = col_sums_gx2[0]; in fs_calc_structure()377 for (k = 1; k < 8; k++) mugx2 += col_sums_gx2[k]; in fs_calc_structure()382 ssim[(j - 4) * w + i] = (2 * mugxgy + c2) / (mugx2 + mugy2 + c2); in fs_calc_structure()
383 double mugx2; in fs_calc_structure() local386 mugx2 = col_sums_gx2[0]; in fs_calc_structure()387 for (k = 1; k < 8; k++) mugx2 += col_sums_gx2[k]; in fs_calc_structure()392 ssim[(j - 4) * w + i] = (2 * mugxgy + c2) / (mugx2 + mugy2 + c2); in fs_calc_structure()