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

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc131 double p01 = 1 / _lambda * (_P[0][1] - (K[0] * tMs * _P[0][1] + K[0] * _P[1][1])); local
135 _P[0][1] = p01;
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11) argument
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11;
101 deUint32 p01 = readRGBA8Raw(access, x0, y1);
106 res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), getChannel<0>(p11)) << RGBA::RED_SHIFT;
107 res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), getChannel<1>(p11)) << RGBA::GREEN_SHIFT;
108 res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), getChannel<2>(p11)) << RGBA::BLUE_SHIFT;
109 res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), getChannel<3>(p11)) << RGBA::ALPHA_SHIFT;
H A DtcuFuzzyImageCompare.cpp142 deUint32 p01 = readUnorm8<NumChannels>(src, i0, j1); local
151 (getChannel(p01, c)*(1.0f-a)*( b)) +
H A DtcuTexLookupVerifier.cpp101 Vec4 p01; //!< (1, 0) member in struct:tcu::ColorQuad
110 dst.p01 = lookup<float>(level, sampler, x0, y1, z);
165 const Vec4 d1 = abs(quad.p01 - quad.p00);
167 const Vec4 d3 = abs(quad.p11 - quad.p01);
210 return min(quad.p00, min(quad.p10, min(quad.p01, quad.p11)));
215 return max(quad.p00, max(quad.p10, max(quad.p01, quad.p11)));
309 const Vec4 c1 = quad.p01*(1.0f - a) + quad.p11*a;
340 const Vec4 c0 = quad0.p00*(1.0f-a)*(1.0f-b) + quad0.p10*a*(1.0f-b) + quad0.p01*(1.0f-a)*b + quad0.p11*a*b;
341 const Vec4 c1 = quad1.p00*(1.0f-a)*(1.0f-b) + quad1.p10*a*(1.0f-b) + quad1.p01*(1.0f-a)*b + quad1.p11*a*b;
409 const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.
[all...]
H A DtcuTexture.cpp1411 Vec4 p01 = (i0UseBorder || j1UseBorder) ? sampler.borderColor : lookup(access, i0, j1, depth); local
1417 (p01*(1.0f-a)*( b)) +
1447 Vec4 p01 = (i0UseBorder || j1UseBorder) ? sampler.borderColor : lookup(access, i0, j1, offset.z()); local
1453 (p01*(1.0f-a)*( b)) +
1516 float p01 = execCompare(p01Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat); local
1522 (p01*(1.0f-a)*( b)) +
/external/deqp/framework/delibs/deimage/
H A DdeImage.c149 deARGB p01 = deImage_getPixel(srcImage, x0, y1); local
152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11)));
/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.cpp114 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); local
119 Vec4(p01.x(), p01.y(), 0.0f, 0.0f),
124 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
H A Des2pShaderOperatorTests.cpp219 , p01 (p01_)
229 tcu::Vec4 p01; //!< Bottom right. member in struct:deqp::gles2::Performance::__anon19958::OperatorPerformanceCase::AttribSpec
368 dst[dstNdx++] = triQuadInterpolate((XF), (YF), tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]))
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp122 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); local
127 Vec4(p01.x(), p01.y(), 0.0f, 0.0f),
132 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
H A Des3pShaderOperatorTests.cpp219 , p01 (p01_)
229 tcu::Vec4 p01; //!< Bottom right. member in struct:deqp::gles3::Performance::__anon20243::OperatorPerformanceCase::AttribSpec
368 dst[dstNdx++] = triQuadInterpolate((XF), (YF), tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]))
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.hpp51 , p01 (p01_)
61 tcu::Vec4 p01; //!< Bottom right. member in struct:deqp::gls::AttribSpec
/external/opencv/cv/src/
H A Dcvposit.cpp299 float p01 = -(ata01 * ata22 - ata12 * ata02); local
307 det += ata01 * p01;
319 b[k] = (p00 * a0 + p01 * a1 + p02 * a2) * inv_det;
320 b[n + k] = (p01 * a0 + p11 * a1 + p12 * a2) * inv_det;
H A Dcvcontours.cpp1437 CvLinkedRunPoint* p01; local
1441 p01 = p00;
1455 while( p00 != p01 );

Completed in 253 milliseconds