HomeSort by relevance Sort by last modified time
    Searched defs:p0 (Results 176 - 200 of 311) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/VEX/priv/
host_mips_defs.c 3801 UChar* p0 = p; local
    [all...]
host_tilegx_defs.c 2325 UChar* p0 = p; local
    [all...]
host_x86_defs.c 3278 UChar* p0 = p; local
    [all...]
  /external/webp/src/dsp/
dec.c 478 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
479 const int a = 3 * (q0 - p0) + VP8ksclip1[p1 - q1]; // in [-893,892]
482 p[-step] = VP8kclip1[p0 + a2];
488 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
489 const int a = 3 * (q0 - p0);
494 p[- step] = VP8kclip1[p0 + a2];
501 const int p2 = p[-3*step], p1 = p[-2*step], p0 = p[-step]; local
503 const int a = VP8ksclip1[3 * (q0 - p0) + VP8ksclip1[p1 - q1]];
510 p[- step] = VP8kclip1[p0 + a1];
517 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step] local
522 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
529 const int p0 = p[-step], q0 = p[0]; local
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 855 vertex_t *p0, *p1, *p2; local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 85 __m128i p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11; local
100 p0 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*((int32_t *)y0)), _mm_setzero_si128());
113 o0 = _mm_madd_epi16(_mm_unpacklo_epi16(p0, p1), c0);
378 __m128 pf, g0, g1, g2, g3, gx, p0, p1; local
391 p0 = _mm_loadu_ps(pi + r);
395 pf = _mm_add_ps(pf, _mm_mul_ps(g0, p0));
397 pf = _mm_add_ps(pf, _mm_mul_ps(g1, _mm_alignr_epi8(p1, p0, 4)));
399 pf = _mm_add_ps(pf, _mm_mul_ps(g2, _mm_alignr_epi8(p1, p0, 8)));
401 pf = _mm_add_ps(pf, _mm_mul_ps(g3, _mm_alignr_epi8(p1, p0, 12)));
604 __m128i p0, p1, p2, p3, p4, p5, p6, p7 local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 66 // mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit) * -1;
68 // mask |= (abs(p1 - p0) > limit) * -1;
402 __m128i p4, p3, p2, p1, p0, q0, q1, q2, q3, q4; local
416 p0 = _mm_loadu_si128((__m128i *) (s - 1 * p));
424 const __m128i abs_p1p0 = _mm_or_si128(_mm_subs_epu8(p1, p0),
425 _mm_subs_epu8(p0, p1));
430 __m128i abs_p0q0 = _mm_or_si128(_mm_subs_epu8(p0, q0),
431 _mm_subs_epu8(q0, p0));
443 // mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit) * -1;
445 // mask |= (abs(p1 - p0) > limit) * -1
    [all...]
vp9_loopfilter_intrin_sse2.c 66 // mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit) * -1;
68 // mask |= (abs(p1 - p0) > limit) * -1;
388 __m128i p4, p3, p2, p1, p0, q0, q1, q2, q3, q4; local
396 p0 = _mm_loadu_si128((__m128i *)(s - 1 * p));
407 _mm_store_si128((__m128i *)&ap[0 * 16], p0);
416 const __m128i abs_p1p0 = _mm_or_si128(_mm_subs_epu8(p1, p0),
417 _mm_subs_epu8(p0, p1));
422 __m128i abs_p0q0 = _mm_or_si128(_mm_subs_epu8(p0, q0),
423 _mm_subs_epu8(q0, p0));
435 // mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit) * -1
874 __m128i p3, p2, p1, p0, q0, q1, q2, q3; local
1107 __m128i p3, p2, p1, p0, q0, q1, q2, q3; local
1346 __m128i p3, p2, p1, p0, q0, q1, q2, q3; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockRealMatrix.java 1509 final int p0 = iBlock * BLOCK_SIZE; local
1539 final int p0 = iBlock * BLOCK_SIZE; local
1621 final int p0 = iBlock * BLOCK_SIZE; local
1651 final int p0 = iBlock * BLOCK_SIZE; local
    [all...]
  /external/clang/test/CXX/drs/
dr3xx.cpp 709 ptr<0> p0; member in namespace:dr354
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 111 Vec4 p0; //!< 0 member in struct:tcu::ColorLine
117 dst.p0 = lookup<float>(level, sampler, x0, y, 0);
145 const Vec4 d = abs(line.p1 - line.p0);
195 return min(line.p0, line.p1);
200 return max(line.p0, line.p1);
364 const Vec4 c0 = line0.p0*(1.0f-a0) + line0.p1*a0;
369 const Vec4 c1 = line1.p0*(1.0f-a1) + line1.p1*a1;
    [all...]
tcuTexture.cpp 1361 Vec4 p0 = i0UseBorder ? lookupBorder(access.getFormat(), sampler) : lookup(access, i0, offset.y(), 0); local
1424 float p0 = execCompare(p0Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat); local
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 657 VertexPacket* p0 = vpalloc.alloc(); local
660 pa::Triangle ngonFragment (p0, p1, p2, -1);
662 p0->position = clipVec4ToVec4(subTriangles[subTriangleNdx].vertices[0].position);
674 p0->outputs[outputNdx] = (float)subTriangles[subTriangleNdx].vertices[0].weight[0] * out0
689 p0->outputs[outputNdx] = list[inputTriangleNdx].getProvokingVertex()->outputs[outputNdx];
739 const ClipVec4 p0 = vec4ToClipVec4(l.v0->position); local
741 const ClipFloat t0 = getLineEndpointClipping(p0, p1);
742 const ClipFloat t1 = getLineEndpointClipping(p1, p0);
752 l.v0->position = clipVec4ToVec4(tcu::mix(p0, p1, t0));
753 l.v1->position = clipVec4ToVec4(tcu::mix(p1, p0, t1))
    [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 128 static bool isANarrowScreenSpaceTriangle (const tcu::Vec4& p0, const tcu::Vec4& p1, const tcu::Vec4& p2)
131 const tcu::Vec2 csp0 = p0.swizzle(0, 1) / p0.w();
197 tcu::Vec4& p0 = drawOp.positions[triNdx*3 + 0]; local
201 while (isANarrowScreenSpaceTriangle(p0, p1, p2))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 594 tcu::Vec4 p0; member in struct:deqp::gles2::Functional::__anon7494::LineRenderTestCase::ColoredLineData
602 tcu::Vec4 p0; member in struct:deqp::gles2::Functional::__anon7494::LineRenderTestCase::ColorlessLineData
667 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0);
670 log << TestLog::Message << "\tfrom (x=" << m_lines[ndx].p0.x() << "\ty=" << m_lines[ndx].p0.y() << "\tz=" << m_lines[ndx].p0.z() << "\tw=" << m_lines[ndx].p0.w() << ")\t" << fromProperties << TestLog::EndMessage;
691 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].p0);
716 r.p0 = (*it).p0;
842 tcu::Vec4 p0; member in struct:deqp::gles2::Functional::__anon7494::TriangleCaseBase::TriangleData
1943 const tcu::Vec4 p0 = tcu::Vec4(r0.x() * w0, r0.y() * w0, r0.z() * w0, w0); local
1993 const tcu::Vec4 p0 = tcu::Vec4(r0.x() * w0, r0.y() * w0, r0.z() * w0, w0); local
2026 const tcu::Vec4 p0 = tcu::Vec4(r0.x() * far * w0, r0.y() * far * w0, r0.z() * far * w0, w0); local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 597 tcu::Vec4 p0; member in struct:deqp::gles3::Functional::__anon7627::LineRenderTestCase::ColoredLineData
605 tcu::Vec4 p0; member in struct:deqp::gles3::Functional::__anon7627::LineRenderTestCase::ColorlessLineData
670 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0);
673 log << TestLog::Message << "\tfrom (x=" << m_lines[ndx].p0.x() << "\ty=" << m_lines[ndx].p0.y() << "\tz=" << m_lines[ndx].p0.z() << "\tw=" << m_lines[ndx].p0.w() << ")\t" << fromProperties << TestLog::EndMessage;
694 ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].p0);
719 r.p0 = (*it).p0;
846 tcu::Vec4 p0; member in struct:deqp::gles3::Functional::__anon7627::TriangleCaseBase::TriangleData
1947 const tcu::Vec4 p0 = tcu::Vec4(r0.x() * w0, r0.y() * w0, r0.z() * w0, w0); local
1997 const tcu::Vec4 p0 = tcu::Vec4(r0.x() * w0, r0.y() * w0, r0.z() * w0, w0); local
2030 const tcu::Vec4 p0 = tcu::Vec4(r0.x() * far * w0, r0.y() * far * w0, r0.z() * far * w0, w0); local
    [all...]
es3fMultisampleTests.cpp 67 Vec2 p0; member in struct:deqp::gles3::Functional::__anon7662::QuadCorners
72 QuadCorners(const Vec2& p0_, const Vec2& p1_, const Vec2& p2_, const Vec2& p3_) : p0(p0_), p1(p1_), p2(p2_), p3(p3_) {}
102 static inline bool isInsideQuad (const IVec2& point, const IVec2& p0, const IVec2& p1, const IVec2& p2, const IVec2& p3)
104 int dot0 = (point.x()-p0.x()) * (p1.y()-p0.y()) + (point.y()-p0.y()) * (p0.x()-p1.x());
107 int dot3 = (point.x()-p3.x()) * (p0.y()-p3.y()) + (point.y()-p3.y()) * (p3.x()-p0.x());
116 * p0, p1, p2 and p3 are all (approximately) of the same color
    [all...]
es3fTextureMipmapTests.cpp 281 Vec2 p0 = transform * Vec2(dst[0], dst[1]); local
286 dst[0] = p0.x(); dst[1] = p0.y();
1230 Vec3 p0 = rotMatrix * Vec3(dst[0], dst[ 1], dst[ 2]); local
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 206 const Vec3& p0 = vertices[(y+0)*gridsize + (x+0)]; local
213 p0.x(), p0.y(), p0.z(), 0.0f,
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationDataBuilder.java 145 long p0 = ce0 >>> 32; local
148 p0 != 0) {
151 (int)p0 |
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 2885 const char* p0 = pe - 1; local
    [all...]
  /external/libxml2/
xmlwriter.c 4287 xmlTextWriterStackEntry *p0; local
4389 xmlTextWriterNsStackEntry *p0; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/bench/
numa.c 151 struct params p0; variable in typeref:struct:params
154 OPT_INTEGER('p', "nr_proc" , &p0.nr_proc, "number of processes"),
155 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"),
157 OPT_STRING('G', "mb_global" , &p0.mb_global_str, "MB", "global memory (MBs)"),
158 OPT_STRING('P', "mb_proc" , &p0.mb_proc_str, "MB", "process memory (MBs)"),
159 OPT_STRING('L', "mb_proc_locked", &p0.mb_proc_locked_str,"MB", "process serialized/locked memory access (MBs), <= process_memory"),
160 OPT_STRING('T', "mb_thread" , &p0.mb_thread_str, "MB", "thread memory (MBs)"),
162 OPT_UINTEGER('l', "nr_loops" , &p0.nr_loops, "max number of loops to run"),
163 OPT_UINTEGER('s', "nr_secs" , &p0.nr_secs, "max number of seconds to run"),
164 OPT_UINTEGER('u', "usleep" , &p0.sleep_usecs, "usecs to sleep per loop iteration")
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 1406 CvPoint2D32f p0 = out_corners[0]->pt, p1 = out_corners[pattern_size.width-1]->pt, local
    [all...]
mycvHaarDetectObjects.cpp 58 sumtype *p0, *p1, *p2, *p3; member in struct:MyCvHidHaarFeature::__anon17240
110 sumtype *p0, *p1, *p2, *p3; member in struct:MyCvHidHaarClassifierCascade
399 ((rect).p0[offset] - (rect).p1[offset] - (rect).p2[offset] + (rect).p3[offset])
416 if( node->feature.rect[2].p0 )
577 if( node->feature.rect[2].p0 )
701 cascade->p0 = sum_elem_ptr(*sum, equ_rect.y, equ_rect.x);
747 if( !hidfeature->rect[k].p0 )
833 hidfeature->rect[k].p0 = sum_elem_ptr(*sum, tr.y, tr.x);
843 hidfeature->rect[k].p0 = sum_elem_ptr(*tilted, tr.y, tr.x);
1163 int *p0 = 0, *p1 = 0, *p2 = 0, *p3 = 0; local
    [all...]

Completed in 978 milliseconds

1 2 3 4 5 6 78 91011>>