Home
last modified time | relevance | path

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

/external/libyuv/files/util/
Dssim.cc132 const int Wxy = Wy * K[x_]; in GetSSIM() local
136 ws += Wxy; in GetSSIM()
137 xm += Wxy * org_x; in GetSSIM()
138 ym += Wxy * rec_x; in GetSSIM()
139 xxm += Wxy * org_x * org_x; in GetSSIM()
140 xym += Wxy * org_x * rec_x; in GetSSIM()
141 yym += Wxy * rec_x * rec_x; in GetSSIM()
176 const int Wxy = Wy * K[KERNEL + x]; in GetSSIMFullKernel() local
187 xm += Wxy * (ul1 + ur1 + ll1 + lr1); in GetSSIMFullKernel()
188 ym += Wxy * (ul2 + ur2 + ll2 + lr2); in GetSSIMFullKernel()
[all …]