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

/external/chromium_org/third_party/libwebp/enc/
H A Dfilter.c124 int xo, int yo, int W, int H,
128 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL;
129 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
122 VP8SSIMAccumulate(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H, DistoStats* const stats) argument
/external/webp/src/enc/
H A Dfilter.c124 int xo, int yo, int W, int H,
128 const int xmin = (xo - KERNEL < 0) ? 0 : xo - KERNEL;
129 const int xmax = (xo + KERNEL > W - 1) ? W - 1 : xo + KERNEL;
122 VP8SSIMAccumulate(const uint8_t* src1, int stride1, const uint8_t* src2, int stride2, int xo, int yo, int W, int H, DistoStats* const stats) argument
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc102 int xo, int yo, int W, int H, int stride) {
105 org += (xo - KERNEL);
107 rec += (xo - KERNEL);
113 if (((xo - KERNEL + x_) >= 0) && ((xo - KERNEL + x_) < W)) {
129 int xo, int yo, int stride,
135 org += yo * stride + xo;
136 rec += yo * stride + xo;
212 org += (yo - KERNEL) * stride + (xo - KERNEL);
213 rec += (yo - KERNEL) * stride + (xo
101 GetSSIM(const uint8 *org, const uint8 *rec, int xo, int yo, int W, int H, int stride) argument
128 GetSSIMFullKernel(const uint8 *org, const uint8 *rec, int xo, int yo, int stride, double area_weight) argument
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp1439 for (int xo = 0; xo < width; xo++)
1441 if (!de::inBounds(x+xo, 0, src.raw().getHeight()))
1444 dst.setPixel(rr::resolveMultisamplePixel(src, x+xo, y), xo, 0); local
1489 for (int xo = 0; xo < width; xo++)
1491 if (!de::inBounds(x+xo,
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp1049 const int xo = fragNdx%2; local
1052 if (getCoverageAnyFragmentSampleLive(packet.coverage, numSamples, xo, yo))
1056 fragment.pixelCoord = packet.position + tcu::IVec2(xo, yo);
1057 fragment.coverage = (deUint32)((packet.coverage & getCoverageFragmentSampleBits(numSamples, xo, yo)) >> getCoverageOffset(numSamples, xo, yo));
1058 fragment.sampleDepths = (depthValues) ? (&depthValues[(packetNdx*4 + yo*2 + xo)*numSamples]) : (DE_NULL);
1081 const int xo = fragNdx%2; local
1085 if (getCoverageAnyFragmentSampleLive(packet.coverage, numSamples, xo, yo))
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp1429 int xo = rnd.getInt(0, levelW-w); local
1435 glCopyTexSubImage2D(GL_TEXTURE_2D, ndx, xo, yo, x, y, w, h);
1510 int xo = rnd.getInt(0, levelW-w); local
1516 glCopyTexSubImage2D(s_cubeMapFaces[face], ndx, xo, yo, x, y, w, h);
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp2011 int xo = rnd.getInt(0, levelW-w); local
2017 glCopyTexSubImage2D(GL_TEXTURE_2D, ndx, xo, yo, x, y, w, h);
2088 int xo = rnd.getInt(0, levelSize-w); local
2094 glCopyTexSubImage2D(s_cubeMapFaces[face], ndx, xo, yo, x, y, w, h);
/external/oprofile/libpp/
H A Dxml_utils.cpp112 xml_utils::xml_utils(format_output::xml_formatter * xo, argument
120 xml_out = xo;

Completed in 503 milliseconds