Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfastssim.c359 double mugy2; in fs_calc_structure() local
364 mugy2 = col_sums_gy2[0]; in fs_calc_structure()
366 mugy2 += col_sums_gy2[k]; in fs_calc_structure()
370 ssim[(j - 4) * w + i] = (2 * mugxgy + c2) / (mugx2 + mugy2 + c2); in fs_calc_structure()