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

/external/clang/test/SemaCXX/
H A Dreferences.cpp62 int& yo; // expected-error{{declaration of reference variable 'yo' requires an initializer}} local
/external/chromium_org/third_party/libwebp/enc/
H A Dfilter.c124 int xo, int yo, int W, int H,
126 const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL;
127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + 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,
126 const int ymin = (yo - KERNEL < 0) ? 0 : yo - KERNEL;
127 const int ymax = (yo + KERNEL > H - 1) ? H - 1 : yo + 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) {
104 org += (yo - KERNEL) * stride;
106 rec += (yo - KERNEL) * stride;
109 if (((yo - KERNEL + y_) < 0) || ((yo - KERNEL + y_) >= H)) continue;
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
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/referencerenderer/
H A DrrRenderer.cpp1050 const int yo = 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);
1082 const int yo = fragNdx/2; local
1085 if (getCoverageAnyFragmentSampleLive(packet.coverage, numSamples, xo, yo))
/external/deqp/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp1430 int yo = rnd.getInt(0, levelH-h); local
1435 glCopyTexSubImage2D(GL_TEXTURE_2D, ndx, xo, yo, x, y, w, h);
1511 int yo = rnd.getInt(0, levelH-h); local
1516 glCopyTexSubImage2D(s_cubeMapFaces[face], ndx, xo, yo, x, y, w, h);
/external/deqp/modules/gles3/functional/
H A Des3fTextureSpecificationTests.cpp2012 int yo = rnd.getInt(0, levelH-h); local
2017 glCopyTexSubImage2D(GL_TEXTURE_2D, ndx, xo, yo, x, y, w, h);
2089 int yo = rnd.getInt(0, levelSize-h); local
2094 glCopyTexSubImage2D(s_cubeMapFaces[face], ndx, xo, yo, x, y, w, h);
/external/chromium_org/third_party/dom_distiller_js/package/js/
H A Ddomdistiller.js20 function yo(){ao(this)} function
51 function Gt(){this.b=new yo}
66 function wd(){wd=Gu;vd=new yo}
152 function Du(){this.b=new yo;new yo;new yo}
399 function he(a){this.d=a;this.c=new yo;this.b=new yo;lo(this.c,qw,$u);lo(this.c,Iv,$u);lo(this.c,Jv,$u);lo(this.c,Lv,$u)}
521 function Xm(a){this.w=new mq;this.v=new mq;this.u=new qs;this.p=new Wt;this.b=new Wt;this.o=new Wt;this.i=new Wt;this.d=new yo;this.e=new yo;thi
[all...]

Completed in 1676 milliseconds