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

/external/libvpx/vp8/encoder/
H A Dssim.c320 int xo, int yo, int W, int H,
329 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL;
330 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
344 const int Wxy = Wy * K[KERNEL + x - xo];
385 int xo, int yo, int W, int H,
395 org += (xo - KERNEL);
397 rec += (xo - KERNEL);
319 get_ssimg(const uint8 *org, const uint8 *rec, int xo, int yo, int W, int H, const int stride1, const int stride2 ) argument
384 get_ssimfull_kernelg(const uint8 *org, const uint8 *rec, int xo, int yo, int W, int H, const int stride1, const int stride2) argument

Completed in 14 milliseconds