Home
last modified time | relevance | path

Searched refs:mugy2 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dfastssim.c374 double mugy2; in fs_calc_structure() local
378 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()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c380 double mugy2; in fs_calc_structure() local
384 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()