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

/external/libvpx/vp8/encoder/
H A Dssim.c59 const int Wxy = Wy * K[KERNEL + x - xo]; local
61 w += Wxy;
62 xm += Wxy * org[x];
63 ym += Wxy * rec[x];
64 xxm += Wxy * org[x] * org[x];
65 xym += Wxy * org[x] * rec[x];
66 yym += Wxy * rec[x] * rec[x];
120 const int Wxy = Wy * K[x_]; local
124 xm += Wxy * org_x;
125 ym += Wxy * rec_
[all...]

Completed in 34 milliseconds