HomeSort by relevance Sort by last modified time
    Searched full:affine (Results 76 - 100 of 239) sorted by null

1 2 34 5 6 7 8 910

  /external/neven/Embedded/common/src/b_TensorEm/
Alt.h 39 /** applies affine linear transformation to vector */
51 /* affine linear transformation */
RBFMap2D.h 76 /** affine linear transformation */
79 /** apply only affine lnear transformation */
  /external/eigen/test/
geo_transformations.cpp 371 VERIFY_IS_APPROX(t0.inverse(Affine).matrix(), t044.inverse().block(0,0,t0.matrix().rows(),4));
475 typedef Transform<Scalar,Dim,Affine,Options> Aff;
497 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
498 CALL_SUBTEST_1(( non_projective_only<double,Affine,AutoAlign>() ));
508 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
509 CALL_SUBTEST_4(( non_projective_only<float,Affine,RowMajor>() ));
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Transform.h 245 inline const MatrixType inverse(TransformTraits traits = Affine) const;
321 * \warning this convertion might loss data if \c *this is not affine
692 * - Projective if the transformation is not necessarily affine, i.e., if the
694 * - Affine is the default, the last row is assumed to be [0 ... 0 1]
715 if (traits == Affine)
  /packages/apps/Camera/jni/
mosaic_renderer_jni.cpp 60 // applying the given affine transformation trs. gKm is the corresponding
128 // Affine transformation in GL 4x4 format (column-major) to warp the
133 // Affine transformation in GL 4x4 format (column-major) to translate the
297 // and g_dAffinetransPan using the specified 3x3 affine
423 // affine transformation trs.
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 60 // applying the given affine transformation trs. gKm is the corresponding
128 // Affine transformation in GL 4x4 format (column-major) to warp the
133 // Affine transformation in GL 4x4 format (column-major) to translate the
274 // and g_dAffinetransPan using the specified 3x3 affine
404 // affine transformation trs.
  /external/boringssl/src/include/openssl/
ec.h 201 /* EC_POINT_make_affine converts |point| to affine form, internally. It returns
206 /* EC_POINTs_make_affine converts |num| points from |points| to affine form,
215 /* EC_POINT_get_affine_coordinates_GFp sets |x| and |y| to the affine value of
  /external/eigen/doc/
A05_PortingFrom2To3.dox 235 In Eigen 2, the Transform class didn't really know whether it was a projective or affine transformation. In Eigen 3, it takes a new \a Mode template parameter, which indicates whether it's \a Projective or \a Affine transform. There is no default value.
237 The Transform3f (etc) typedefs are no more. In Eigen 3, the Transform typedefs explicitly refer to the \a Projective and \a Affine modes:
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/dummydata/
Cheeses.java 46 "Briquette de Brebis", "Briquette du Forez", "Broccio", "Broccio Demi-Affine",
92 "Kadchgall", "Kaseri", "Kashta", "Kefalotyri", "Kenafa", "Kernhem", "Kervella Affine",
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/dummydata/
Cheeses.java 46 "Briquette de Brebis", "Briquette du Forez", "Broccio", "Broccio Demi-Affine",
92 "Kadchgall", "Kaseri", "Kashta", "Kefalotyri", "Kenafa", "Kernhem", "Kervella Affine",
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/dummydata/
Cheeses.java 46 "Briquette de Brebis", "Briquette du Forez", "Broccio", "Broccio Demi-Affine",
92 "Kadchgall", "Kaseri", "Kashta", "Kefalotyri", "Kenafa", "Kernhem", "Kervella Affine",
  /developers/samples/android/common/src/java/com/example/android/common/dummydata/
Cheeses.java 46 "Briquette de Brebis", "Briquette du Forez", "Broccio", "Broccio Demi-Affine",
92 "Kadchgall", "Kaseri", "Kashta", "Kefalotyri", "Kenafa", "Kernhem", "Kervella Affine",
  /development/perftests/panorama/feature_stab/src/dbregtest/
dbregtest.cpp 50 " -m [rt,a,p] : motion model, rt = rotation+translation, a = affine (default = affine).",
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/dummydata/
Cheeses.java 46 "Briquette de Brebis", "Briquette du Forez", "Broccio", "Broccio Demi-Affine",
92 "Kadchgall", "Kaseri", "Kashta", "Kefalotyri", "Kenafa", "Kernhem", "Kervella Affine",
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/dummydata/
Cheeses.java 46 "Briquette de Brebis", "Briquette du Forez", "Broccio", "Broccio Demi-Affine",
92 "Kadchgall", "Kaseri", "Kashta", "Kefalotyri", "Kenafa", "Kernhem", "Kervella Affine",
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/dummydata/
Cheeses.java 46 "Briquette de Brebis", "Briquette du Forez", "Broccio", "Broccio Demi-Affine",
92 "Kadchgall", "Kaseri", "Kashta", "Kefalotyri", "Kenafa", "Kernhem", "Kervella Affine",
  /external/boringssl/src/crypto/ec/
util-64.c 24 /* Convert an array of points into affine coordinates. (If the point at
81 /* Convert point (X, Y, Z) into affine form (X/(Z^2), Y/(Z^3), 1). */
  /external/eigen/unsupported/test/
openglsupport.cpp 159 Transform<float,3,Affine> af3(acf3);
171 Transform<double,3,Affine> ad3(acd3);
  /external/fonttools/Lib/fontTools/misc/
transform.py 0 """Affine 2D transformation matrix class.
71 """2x2 transformation matrix plus offset, a.k.a. Affine transform.
  /external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.h 140 /** applies affine linear warping to pixels positions of imageA before copying the into *ptrA */
151 /** applies affine linear warping to pixels positions of ptrA before copying the into *ptrA.
  /external/srtp/tables/
aes_tables.c 63 * where each column is an octet) which defines the affine
71 * b is the 8 bit vector (represented as an octet) used in the affine
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListFilter.java 80 "Briquette de Brebis", "Briquette du Forez", "Broccio", "Broccio Demi-Affine",
126 "Kadchgall", "Kaseri", "Kashta", "Kefalotyri", "Kenafa", "Kernhem", "Kervella Affine",
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 50 " -m [rt,a,p] : motion model, rt = rotation+translation, a = affine (default = affine).",
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 50 " -m [rt,a,p] : motion model, rt = rotation+translation, a = affine (default = affine).",
  /external/skia/src/device/xps/
SkXPSDevice.cpp 521 SkScalar affine[6]; local
522 if (!matrix.asAffine(affine)) {
527 SkScalarToFLOAT(affine[SkMatrix::kAScaleX]),
528 SkScalarToFLOAT(affine[SkMatrix::kASkewY]),
529 SkScalarToFLOAT(affine[SkMatrix::kASkewX]),
530 SkScalarToFLOAT(affine[SkMatrix::kAScaleY]),
531 SkScalarToFLOAT(affine[SkMatrix::kATransX]),
532 SkScalarToFLOAT(affine[SkMatrix::kATransY]),
    [all...]

Completed in 457 milliseconds

1 2 34 5 6 7 8 910