Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dfastssim.c373 double mugx2; in fs_calc_structure() local
376 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()
/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c383 double mugx2; in fs_calc_structure() local
386 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()