HomeSort by relevance Sort by last modified time
    Searched defs:R1 (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /external/opencv3/modules/calib3d/src/
five-point.cpp     [all...]
calibration.cpp 159 CvMat r1 = cvMat(3,1,CV_64F,_r1), r2 = cvMat(3,1,CV_64F,_r2); local
160 CvMat R1 = cvMat(3,3,CV_64F,_R1), R2 = cvMat(3,3,CV_64F,_R2);
170 cvConvert( _rvec1, &r1 );
173 cvRodrigues2( &r1, &R1, &dR1dr1 );
185 cvMatMul( &R2, &R1, &R3 );
186 cvCalcMatMulDeriv( &R2, &R1, &dR3dR2, &dR3dR1 );
    [all...]
  /external/opencv3/modules/calib3d/test/
test_fisheye.cpp 405 cv::Mat R1, R2, P1, P2, Q;
406 cv::fisheye::stereoRectify(K1, D1, K2, D2, calibration_size, R, T, R1, R2, P1, P2, Q,
411 cv::fisheye::initUndistortRectifyMap(K1, D1, R1, P1, requested_size, CV_32F, lmapx, lmapy);
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 47 SourceRange R1, R2;
212 if (!canRemoveRange(act.R1))
221 if (!canReplaceRange(act.R1, act.R2))
254 commitRemove(act.R1);
260 commitReplace(act.R1, act.R2);
266 commitIncreaseIndentation(act.R1, act.Loc);
269 commitClearDiagnostic(act.DiagIDs, act.R1);
309 data.R1 = range;
333 data.R1 = range;
363 data.R1 = range
    [all...]
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 215 struct R1 { int r1; }; member in struct:Test4::R1
217 struct R3 : R1, R2 { int r3; };
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 581 ResScalar* r1 = r0 + resStride; local
582 ResScalar* r2 = r1 + resStride;
586 prefetch(r1+16);
757 ResPacket R0, R1, R2, R3, R4, R5, R6;
761 R1 = ploadu<ResPacket>(r1);
765 R5 = ploadu<ResPacket>(r1 + ResPacketSize);
771 traits.acc(C1, alphav, R1);
779 pstoreu(r1, R1);
939 ResScalar* r1 = r0 + resStride; local
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 392 CvMat r1 = cvMat(3,1,CV_64F,_r1), r2 = cvMat(3,1,CV_64F,_r2); local
393 CvMat R1 = cvMat(3,3,CV_64F,_R1), R2 = cvMat(3,3,CV_64F,_R2);
403 cvConvert( _rvec1, &r1 );
406 cvRodrigues2( &r1, &R1, &dR1dr1 );
418 cvMatMul( &R2, &R1, &R3 );
419 cvCalcMatMulDeriv( &R2, &R1, &dR3dR2, &dR3dR1 );
    [all...]
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 348 double R1[9];
349 Mat R1_(3, 3, CV_64F, R1);
517 double R1[9];
518 Mat R1_(3, 3, CV_64F, R1);
  /external/opencv3/samples/cpp/
select3dobj.cpp 118 Mat R1 = R.clone();
119 R1.col(2) = R1.col(2)*Z + tvec;
120 Mat_<double> v = (cameraMatrix*R1).inv()*(Mat_<double>(3,1) << imgpt.x, imgpt.y, 1);
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 586 cmsFloat32Number R1 = (cmsFloat32Number) (R - g ->Segments[i].x0) / (g ->Segments[i].x1 - g ->Segments[i].x0);
592 g ->SegInterp[i] -> Interpolation.LerpFloat(&R1, &Out, g ->SegInterp[i]);
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 82 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
87 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1,
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc.h 69 #define R1 IA64_OPND_R1
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorManagerStaticTest.java 104 float [] R1, R12, R2;
107 R1 = mat9VRot(rotv); // random base
112 R2 = mat9Mul(R1, R12); // apply another random rotation
117 SensorManager.getAngleChange(rotv2, R2, R1);
120 SensorManager.getAngleChange(rotv2, mat9to16(R2), R1);
123 SensorManager.getAngleChange(rotv2, R2, mat9to16(R1));
126 SensorManager.getAngleChange(rotv2, mat9to16(R2), mat9to16(R1));
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 594 const deUint8 R1 = (deUint8)getBits(src, 59, 62);
609 baseR[0] = extend4To8(R1);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btBoxBoxDetector.cpp 35 // given two boxes (p1,R1,side1) and (p2,R2,side2), collide them together and
257 int dBoxBox2 (const btVector3& p1, const dMatrix3 R1,
262 int dBoxBox2 (const btVector3& p1, const dMatrix3 R1,
277 dMULTIPLY1_331 (pp,R1,p); // get pp = p relative to body 1
287 // Rij is R1'*R2, i.e. the relative rotation between R1 and R2
288 R11 = dDOT44(R1+0,R2+0); R12 = dDOT44(R1+0,R2+1); R13 = dDOT44(R1+0,R2+2);
289 R21 = dDOT44(R1+1,R2+0); R22 = dDOT44(R1+1,R2+1); R23 = dDOT44(R1+1,R2+2)
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSDigest.c 901 #define R1(a,b,c,d,k,s,t) { \
970 R1(A,B,C,D,X[ 1], 5,0xf61e2562L);
971 R1(D,A,B,C,X[ 6], 9,0xc040b340L);
972 R1(C,D,A,B,X[11],14,0x265e5a51L);
973 R1(B,C,D,A,X[ 0],20,0xe9b6c7aaL);
974 R1(A,B,C,D,X[ 5], 5,0xd62f105dL);
975 R1(D,A,B,C,X[10], 9,0x02441453L);
976 R1(C,D,A,B,X[15],14,0xd8a1e681L);
977 R1(B,C,D,A,X[ 4],20,0xe7d3fbc8L);
978 R1(A,B,C,D,X[ 9], 5,0x21e1cde6L)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 523 /* Pixel X/Y coordinates (always in R1). */
524 struct brw_reg R1;
767 this->R1 = retype(brw_vec8_grf(reg++, 0), BRW_REGISTER_TYPE_UW);
828 /* R1.2[15:0] = X coordinate of upper left pixel of subspan 0 (pixel 0)
829 * R1.3[15:0] = X coordinate of upper left pixel of subspan 1 (pixel 4)
830 * R1.4[15:0] = X coordinate of upper left pixel of subspan 2 (pixel 8)
831 * R1.5[15:0] = X coordinate of upper left pixel of subspan 3 (pixel 12)
838 * 16-bit value (vstride=2) from R1, starting at the 4th 16-bit value
840 * In other words, the data we want to access is R1.4<2;4,0>UW.
845 brw_ADD(&func, X, stride(suboffset(R1, 4), 2, 4, 0), brw_imm_v(0x10101010))
    [all...]
  /external/webp/src/dsp/
yuv_sse2.c 45 const __m128i R1 = _mm_sub_epi16(Y1, k14234);
46 const __m128i R2 = _mm_add_epi16(R1, R0);
143 const __m128i r1 = _mm_and_si128(r0, _mm_set1_epi8(0xf8)); local
147 const __m128i rg = _mm_or_si128(r1, g1);
266 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
270 YUV444ToRGB(y + 8, u + 8, v + 8, &R1, &G1, &B1);
275 rgb[0] = _mm_packus_epi16(R0, R1);
288 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3;
292 YUV444ToRGB(y + 8, u + 8, v + 8, &R1, &G1, &B1);
301 bgr[4] = _mm_packus_epi16(R0, R1);
680 __m128i r0, g0, b0, r1, g1, b1, U0, V0, U1, V1; local
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 76 SWAP(34), // Swap, e.g. "swap R0,R1"
77 MOVE(35); // Move, e.g. "move R0,R1"
87 R1(1);
448 * the sum of {@code offset} and the value in register R1.
460 * the sum of {@code offset} and the value in register R1.
472 * the sum of {@code offset} and the value in register R1.
553 * Add an instruction to the end of the program to add register R1 to register R0.
556 Instruction instruction = new Instruction(Opcodes.ADD, Register.R1);
562 * Add an instruction to the end of the program to multiply register R0 by register R1.
565 Instruction instruction = new Instruction(Opcodes.MUL, Register.R1);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
NetworkDetail.java 53 R1,
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 50 R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
57 LIST(R0), LIST(R1), LIST(R2), LIST(R3), LIST(R4), LIST(R5), LIST(R6),
  /external/clang/test/CXX/drs/
dr0xx.cpp 119 friend int R1();
124 int R1() { return n.m; } // expected-error {{protected base class}} expected-error {{protected member}}
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/contacts/
ContactSolver.java 438 // A = J * W * JT and J = ( -n, -r1 x n, n, r2 x n )
515 Mat22 R1 = vc.normalMass;
516 float xx = R1.ex.x * bx + R1.ey.x * by;
517 float xy = R1.ex.y * bx + R1.ey.y * by;
779 * Vec2 r1 = Mul(bodyA.GetXForm().R, ccp.localAnchorA - bodyA.GetLocalCenter()); Vec2 r2 =
782 * Vec2 p1 = bodyA.m_sweep.c + r1; Vec2 p2 = bodyB.m_sweep.c + r2; Vec2 dp = p2 - p1;
795 * bodyA.m_sweep.c -= invMassA * P; bodyA.m_sweep.a -= invIA * Cross(r1, P);
    [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp 352 auto *R1 = ReturnInst::Create(Context, BB1);
356 R1->setMetadata("md", N1);
    [all...]

Completed in 1273 milliseconds

1 2 34 5