HomeSort by relevance Sort by last modified time
    Searched defs:c0 (Results 101 - 125 of 269) sorted by null

1 2 3 45 6 7 8 91011

  /external/opencv/cv/src/
cvpyrsegmentation.cpp 1042 float c0, c1, c2, c3, c4; local
1477 float c0 = cmp->c; local
1660 _CvRGBf c0 = cmp->c; local
    [all...]
cvsegmentation.cpp 338 #define cdiff(ofs0) (tab[c0-dptr[ofs0]+255] + \
426 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local
446 int c0, c1, c2; local
451 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2];
477 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
483 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
489 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
495 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
505 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
526 tab[s0 - c0 + 255] + tab[s1 - c1 + 255]
    [all...]
cvsubdivision2d.cpp 662 double a0, b0, c0, a1, b1, c1; local
671 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 );
674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
691 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 );
694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
  /external/opencv3/modules/imgproc/src/
segmentation.cpp 355 #define cdiff(ofs0) (tab[c0-dptr[ofs0]+255] + \
429 int c0 = dptr[0], c1 = dptr[1], c2 = dptr[2]; local
449 int c0, c1, c2; local
454 c0 = sptr[0], c1 = sptr[1], c2 = sptr[2];
481 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
487 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
493 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
499 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
509 if( tab[t0-c0+255] + tab[t1-c1+255] + tab[t2-c2+255] <= isr2 )
530 tab[s0 - c0 + 255] + tab[s1 - c1 + 255]
    [all...]
subdivision2d.cpp 553 double c0 = -0.5*(a0 * (dst0.x + org0.x) + b0 * (dst0.y + org0.y)); local
564 return Point2f((float) ((b0 * c1 - b1 * c0) * det),
565 (float) ((a1 * c0 - a0 * c1) * det));
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 811 int c0, m0, y0, k0, c1, m1, y1, k1; local
812 CmykDecode(pSource->GetPaletteEntry(0), c0, m0, y0, k0);
815 int c = c0 + (c1 - c0) * i / 255;
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsintrp.c 601 cmsFloat32Number c0, c1=0, c2=0, c3=0; local
629 c0 = DENS(X0, Y0, Z0);
633 c1 = DENS(X1, Y0, Z0) - c0;
641 c1 = DENS(X1, Y0, Z0) - c0;
651 c3 = DENS(X0, Y0, Z1) - c0;
658 c2 = DENS(X0, Y1, Z0) - c0;
666 c2 = DENS(X0, Y1, Z0) - c0;
675 c3 = DENS(X0, Y0, Z1) - c0;
682 Output[OutChan] = c0 + c1 * rx + c2 * ry + c3 * rz;
701 cmsS15Fixed16Number c0, c1, c2, c3, Rest local
840 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local
    [all...]
  /external/skia/gm/
gradients.cpp 284 SkPoint c0; local
285 c0.iset(-80, 25);
290 SkShader* s = SkGradientShader::CreateTwoPointConical(c0, r0, c1, r1, colors,
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 574 const Sk4f c0 = rec[0].fColor; local
576 const Sk4f diffc = c1 - c0;
579 return c0 + Sk4f(t) * diffc;
682 const Sk4f c0 = r[0].fColor; local
684 const Sk4f diffc = Sk4f(r[1].fColor) - c0;
687 const Sk4f c = c0 + Sk4f(t) * diffc;
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 1090 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1279 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1496 int c0, dif; local
1586 int c0, dif; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 601 int32_t c0 = coefs[0]; local
603 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 472 char c0; local
476 c0 = command.charAt(6);
482 success = mSimulatedCallState.onChld(c0, c1);
  /external/ImageMagick/coders/
meta.c 1898 c0; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 337 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0); local
339 isToken = (c0 == '|') ? false : (c0 == c);
374 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0); local
376 hasToken = (c0 == '|') ? false : true;
2021 char c0 = m_tokenChar; local
    [all...]
  /external/autotest/client/profilers/powertop/src/
powertop.c 856 double c0 = 0; local
901 c0 = sysconf(_SC_NPROCESSORS_ONLN) * ticktime * 1000 * FREQ - totalticks;
902 if (c0 < 0)
903 c0 = 0; /* rounding errors in measurement might make c0 go slightly negative.. this is confusing */
906 percentage = c0 * 100.0 / (sysconf(_SC_NPROCESSORS_ONLN) * ticktime * 1000 * FREQ);
907 sprintf(cstate_lines[1], _("C0 (cpu running) (%4.1f%%)\n"), percentage);
1016 show_wakeups(wakeups_per_second, ticktime, c0 * 100.0 / (sysconf(_SC_NPROCESSORS_ONLN) * ticktime * 1000 * FREQ) );
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 408 constexpr char c0 = "nought index"[0]; member in namespace:StringLiteral
    [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp 187 void renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
189 void renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const;
191 void renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& c0, const Vec4& c1, const Vec4& c2, const Vec4& c3) const;
228 void MultisampleCase::renderTriangle (const Vec3& p0, const Vec3& p1, const Vec3& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
238 c0.x(), c0.y(), c0.z(), c0.w(),
258 void MultisampleCase::renderTriangle (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec4& c0, const Vec4& c1, const Vec4& c2) const
263 c0, c1, c2) local
    [all...]
  /external/icu/icu4c/source/common/
unames.cpp 1526 char c0; local
    [all...]
  /external/libchrome/base/
bind_unittest.cc 264 Callback<int()> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); local
265 EXPECT_EQ(63, c0.Run());
306 Callback<int()> c0 = Bind(c1, 1); local
307 EXPECT_EQ(63, c0.Run());
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btMatrix3x3.h 1184 __m128 c0 = bt_splat_ps( vv, 0); local
1228 __m128 c0 = bt_splat_ps( m10, 0); local
1323 __m128 c0, c1, c2; local
    [all...]
  /external/libvncserver/libvncserver/
tight.c 1130 uint8_t c0, c1; local
    [all...]
  /external/libweave/third_party/chromium/base/
bind_unittest.cc 265 Callback<int()> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); local
266 EXPECT_EQ(63, c0.Run());
307 Callback<int()> c0 = Bind(c1, 1); local
308 EXPECT_EQ(63, c0.Run());
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 429 double c0, c1; local
437 c0 = rational_function(x, coeffs[0][0])
447 return rational_function(x, safety) * arc->a * exp(c0 + c1 * dEta);
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrix.h 288 const int c0, const int c1) const;
662 const int c0, const int c1, const int c2) const;
1667 int c0 = 0 + (c < 1 ? 1 : 0); local
2905 int c0 = 0 + (c < 1 ? 1 : 0); local
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_sse.hpp 603 __m128i c0 = _mm_mul_epu32(a.val, b.val); local
605 __m128i d0 = _mm_unpacklo_epi32(c0, c1);
606 __m128i d1 = _mm_unpackhi_epi32(c0, c1);
611 __m128i c0 = _mm_mul_epu32(a.val, b.val); local
613 __m128i d0 = _mm_unpacklo_epi32(c0, c1);
614 __m128i d1 = _mm_unpackhi_epi32(c0, c1);
649 __m128i c0 = _mm_mul_epu32(a.val, b.val); local
651 c.val = _mm_unpacklo_epi64(c0, c1);
652 d.val = _mm_unpackhi_epi64(c0, c1);
1340 __m128i c0 = _mm_unpacklo_epi8(c.val, z); local
1410 __m128i c0 = _mm_unpacklo_epi16(c.val, z); local
    [all...]

Completed in 501 milliseconds

1 2 3 45 6 7 8 91011