Searched refs:Wxy (Results 1 – 1 of 1) sorted by relevance
129 const int Wxy = Wy * K[x_]; in GetSSIM() local133 ws += Wxy; in GetSSIM()134 xm += Wxy * org_x; in GetSSIM()135 ym += Wxy * rec_x; in GetSSIM()136 xxm += Wxy * org_x * org_x; in GetSSIM()137 xym += Wxy * org_x * rec_x; in GetSSIM()138 yym += Wxy * rec_x * rec_x; in GetSSIM()173 const int Wxy = Wy * K[KERNEL + x]; in GetSSIMFullKernel() local184 xm += Wxy * (ul1 + ur1 + ll1 + lr1); in GetSSIMFullKernel()185 ym += Wxy * (ul2 + ur2 + ll2 + lr2); in GetSSIMFullKernel()[all …]