Home
last modified time | relevance | path

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

/external/libyuv/files/util/
Dssim.cc132 const int rec_x = rec[x_]; in GetSSIM() local
135 ym += Wxy * rec_x; in GetSSIM()
137 xym += Wxy * org_x * rec_x; in GetSSIM()
138 yym += Wxy * rec_x * rec_x; in GetSSIM()