Searched defs:Wy (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc110 const int Wy = K[y_]; local
112 const int Wxy = Wy * K[x_];
140 const int Wy = K[KERNEL + y]; local
153 const int Wxy = Wy * K[KERNEL + x];
181 const int Wxy = Wy * K[KERNEL];

Completed in 118 milliseconds