Searched refs:xym (Results 1 – 4 of 4) sorted by relevance
/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 | 483 double w, xm, ym, xxm, xym, yym; member
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | filter.c | 246 dst->xym += src->xym; in VP8SSIMAddStats() 269 stats->xym += s1 * s2; in VP8SSIMAccumulate() 282 double sxy = stats->xym * stats->w - xmym; in VP8SSIMGet() 301 const double sxy = s->xym * s->w - s->xm * s->ym; in VP8SSIMGetSquaredError()
|
D | vp8enci.h | 530 double w, xm, ym, xxm, xym, yym; member
|