HomeSort by relevance Sort by last modified time
    Searched defs:c1 (Results 551 - 575 of 1289) sorted by null

<<21222324252627282930>>

  /external/opencv/cv/src/
cvsegmentation.cpp 339 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22)
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
672 icvCreateCenterNormalLine( edge1, &a1, &b1, &c1 );
674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
692 icvCreateCenterNormalLine( edge1, &a1, &b1, &c1 );
694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
  /external/opencv3/3rdparty/libjpeg/
jchuff.c 1262 int c1, c2; local
    [all...]
  /external/opencv3/modules/calib3d/src/
calibration.cpp 329 double c1 = 1. - c; local
342 R[k] = c*I[k] + c1*rrt[k] + s*_r_x_[k];
357 double a0 = -s*ri, a1 = (s - 2*c1*itheta)*ri, a2 = c1*itheta;
    [all...]
  /external/opencv3/modules/imgproc/src/
segmentation.cpp 356 tab[c1-dptr[(ofs0)+1]+255] + tab[c2-dptr[(ofs0)+2]+255] >= isr22)
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...]
  /external/opencv3/modules/ml/src/
nbayes.cpp 65 int s, c1, c2, cls; local
119 for( c1 = 0; c1 < nvars; c1++, prod_data += nvars )
121 double val1 = train_vec[c1];
122 sum_data[c1] += val1;
123 count_data[c1]++;
124 for( c2 = c1; c2 < nvars; c2++ )
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 811 int c0, m0, y0, k0, c1, m1, y1, k1; local
813 CmykDecode(pSource->GetPaletteEntry(1), c1, m1, y1, k1);
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
633 c1 = DENS(X1, Y0, Z0) - c0;
641 c1 = DENS(X1, Y0, Z0) - c0;
649 c1 = DENS(X1, Y0, Z1) - DENS(X0, Y0, Z1);
657 c1 = DENS(X1, Y1, Z0) - DENS(X0, Y1, Z0);
665 c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1);
673 c1 = DENS(X1, Y1, Z1) - DENS(X0, Y1, Z1);
679 c1 = c2 = c3 = 0;
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 287 SkPoint c1; local
288 c1.iset(0, 25);
290 SkShader* s = SkGradientShader::CreateTwoPointConical(c0, r0, c1, r1, colors,
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 575 const Sk4f c1 = rec[1].fColor; local
576 const Sk4f diffc = c1 - c0;
  /external/skia/tests/
MatrixTest.cpp 474 SkScalar c1 = rotation1.fX; local
483 scaleX*c1*c2 - scaleY*s1*s2) &&
485 -scaleX*s1*c2 - scaleY*c1*s2) &&
487 scaleX*c1*s2 + scaleY*s1*c2) &&
489 -scaleX*s1*s2 + scaleY*c1*c2);
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 1461 EAS_U8 c1, c2; local
1490 EAS_U8 c1, c2,c3,c4; local
    [all...]
EASLibVst.c 1156 EAS_U8 c1, c2; local
1159 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
1166 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2;
1168 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1;
1185 EAS_U8 c1, c2,c3,c4; local
1188 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS)
    [all...]
  /external/svox/pico/lib/
picosig2.c 515 * - c1 : input mfcc vector (ceporder=m1, real)
531 picoos_int32 *c1, *XXr; local
537 c1 = sig_inObj->wcep_pI;
551 XXr[0] = (picoos_int32) ((picoos_single) c1[0] * K1);
553 XXr[nI] = c1[nI] << shift;
    [all...]
  /external/v8/src/heap/
heap-inl.h 325 uint16_t c1 = static_cast<uint16_t>(value); local
328 StringHasher::AddCharacterCore(raw_allocations_hash_, c1);
  /external/v8/src/parsing/
scanner.cc 1632 byte c1; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
image.c 893 UChar c1 = get(img, off1); local
895 if (c1 < c2) return -1;
896 if (c1 > c2) return 1;
897 if (c1 == 0) return 0;
906 UChar c1 = get(img, off1); local
908 if (c1 < c2) return -1;
909 if (c1 > c2) return 1;
910 if (c1 == 0) return 0;
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 1010 unsigned char csum, c1, c2; local
1037 c1 = fromhex (readchar (0));
1040 if (csum == (c1 << 4) + c2)
1044 (unsigned)(c1 << 4) + c2, (unsigned)csum, buf);
    [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 602 int32_t c1 = coefs[offset]; local
603 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0);
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 163 out << '[' << this->c1() << ", "
309 float c1, c2, c3; local
320 in >> c1; local
322 if ((c1 < 0.0) || (c1 > 1.0)) { return color; }
345 if ((c1 < 0.0) || (c1 > 1.0)
352 return ColorFract(c1, c2, c3);
579 pixel = htonl((uint32_t) round((((1 << attrib->c1Size) - 1) * color.c1()))
707 ColorFract color(startColor.c1() + (endColor.c1() - startColor.c1()
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 473 char c1 = 0; local
479 c1 = command.charAt(7);
482 success = mSimulatedCallState.onChld(c0, c1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 26 int a1, b1, c1, d1, e1; local
32 c1 = ip[1] >> UNIT_QUANT_SHIFT;
35 a1 += c1;
39 c1 = e1 - c1;
41 d1 += c1;
44 op[2] = c1;
53 c1 = ip[4 * 1];
56 a1 += c1;
60 c1 = e1 - c1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_dct.c 605 int a1, b1, c1, d1, e1; local
612 c1 = ip[2 * stride];
616 d1 = d1 - c1;
619 c1 = e1 - c1;
620 a1 -= c1;
623 op[4] = c1;
636 c1 = ip[2];
640 d1 -= c1;
643 c1 = e1 - c1
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ClassTest.java 644 Class c1 = getClass(); local
645 String s = c1.getName();
648 assertSame(c1, a1.getComponentType());
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 416 Class c1 = dexloader.loadClass("test.Test1"); local
417 Method m1 = c1.getMethod("test", (Class[]) null);

Completed in 1848 milliseconds

<<21222324252627282930>>