Searched refs:xym (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libyuv/util/ |
D | ssim.cc | 76 double xxm, double xym, double yym) { in FinalizeSSIM() argument 85 const double sxy = xym * iw - iwx * iwy; in FinalizeSSIM() 103 uint32 ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIM() local 120 xym += Wxy * org_x * rec_x; in GetSSIM() 125 return FinalizeSSIM(1. / ws, xm, ym, xxm, xym, yym); in GetSSIM() 131 uint32 xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; in GetSSIMFullKernel() local 167 xym += Wxy * (ul1 * ul2 + ur1 * ur2 + ll1 * ll2 + lr1 * lr2); in GetSSIMFullKernel() 195 xym += Wxy * (u1 * u2 + d1 * d2 + l1 * l2 + r1 * r2); in GetSSIMFullKernel() 207 xym += Wxy * s1 * s2; in GetSSIMFullKernel() 259 ADD_AND_STORE_FOUR_EPI32(xy, xym); in GetSSIMFullKernel() [all …]
|
/external/chromium_org/third_party/libwebp/enc/ |
D | filter.c | 118 dst->xym += src->xym; in VP8SSIMAddStats() 141 stats->xym += s1 * s2; in VP8SSIMAccumulate() 154 double sxy = stats->xym * stats->w - xmym; in VP8SSIMGet() 173 const double sxy = s->xym * s->w - s->xm * s->ym; in VP8SSIMGetSquaredError()
|
D | vp8enci.h | 538 double w, xm, ym, xxm, xym, yym; member
|
/external/webp/src/enc/ |
D | filter.c | 118 dst->xym += src->xym; in VP8SSIMAddStats() 141 stats->xym += s1 * s2; in VP8SSIMAccumulate() 154 double sxy = stats->xym * stats->w - xmym; in VP8SSIMGet() 173 const double sxy = s->xym * s->w - s->xm * s->ym; in VP8SSIMGetSquaredError()
|
D | vp8enci.h | 538 double w, xm, ym, xxm, xym, yym; member
|