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

/external/libvpx/vp8/encoder/
H A Dssim.c35 int xo, int yo, int W, int H,
44 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL;
45 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
59 const int Wxy = Wy * K[KERNEL + x - xo];
100 int xo, int yo, int W, int H,
110 org += (xo - KERNEL);
112 rec += (xo - KERNEL);
34 get_ssimg(const uint8 *org, const uint8 *rec, int xo, int yo, int W, int H, const int stride1, const int stride2 ) argument
99 get_ssimfull_kernelg(const uint8 *org, const uint8 *rec, int xo, int yo, int W, int H, const int stride1, const int stride2) argument
/external/webp/src/enc/
H A Dfilter.c242 int xo, int yo, int W, int H,
246 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL;
247 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
240 Accumulate(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H, SSIMStats* const stats) argument
/external/oprofile/libpp/
H A Dxml_utils.cpp112 xml_utils::xml_utils(format_output::xml_formatter * xo, argument
120 xml_out = xo;

Completed in 324 milliseconds