/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 51 Solve for affine H such that xp~Hx. Prior normalization is not necessary,
|
db_utilities_camera.h | 231 Invert an affine (if possible)
|
/external/opencv/cvaux/src/ |
cv3dtracker.cpp | 565 // Multiply affine transformation m1 by the affine transformation m2 and 578 // Multiply the vector v by the affine transformation matrix m and return the
|
/frameworks/base/graphics/java/android/graphics/ |
Matrix.java | 248 * Gets whether this matrix is affine. An affine matrix preserves 251 * @return Whether the matrix is affine.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECCurve.java | 222 * coordinates reflect those of the equivalent point in an affine coordinate system. Where more 237 * coordinates reflect those of the equivalent point in an affine coordinate system. Where more 264 throw new IllegalArgumentException("'iso' not valid for affine coordinates"); [all...] |
/external/skia/src/core/ |
SkBitmapProcState.cpp | 905 // scale -vs- affine 927 affine/perspective nofilter N * (X Y) [all...] |
SkBitmapProcState_matrixProcs.cpp | 479 // check for our special case when there is no scale/affine/perspective
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_camera.h | 231 Invert an affine (if possible)
|
/external/eigen/Eigen/src/Geometry/ |
Homogeneous.h | 207 static type run (const TransformType& x) { return x.affine(); }
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionNormalization.cpp | 123 // We only allow affine AddRecs to be normalized, otherwise we would not
|
IVUsers.cpp | 52 // An addrec is interesting if it's affine or if it has an interesting start.
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Cluster2D.h | 174 /** Computes the best affine linear transformation from *srcPtrA to *dstPtrA.
|
IdCluster2D.h | 144 /** Computes the best affine linear transformation from *srcPtrA to *dstPtrA using matching id values.
|
/external/skia/src/pdf/ |
SkPDFShader.cpp | 643 // Finds affine and persp such that in = affine * persp. 645 static bool split_perspective(const SkMatrix in, SkMatrix* affine, 674 affine->setAll(sx - p0 * tx / p2, kx - p1 * tx / p2, tx / p2, [all...] |
/frameworks/base/core/jni/android/graphics/pdf/ |
PdfEditor.cpp | 206 "transform matrix has perspective. Only affine matrices are allowed.");
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_camera.h | 231 Invert an affine (if possible)
|
/external/deqp/modules/gles2/accuracy/ |
es2aTextureMipmapTests.cpp | 685 { COORDTYPE_AFFINE, "affine", "Mipmapping with affine coordinate transform" },
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureMipmapTests.cpp | 674 { COORDTYPE_AFFINE, "affine", "Mipmapping with affine coordinate transform" },
|
/external/opencv/cv/include/ |
cv.h | 272 /* Warps image with affine transform */ 277 /* Computes affine transform matrix for mapping src[i] to dst[i] (i=0,1,2) */ 502 affine flow */ [all...] |
/external/eigen/test/eigen2/ |
eigen2_geometry.cpp | 332 VERIFY_IS_APPROX(t0.inverse(Affine), t0.matrix().inverse());
|
eigen2_geometry_with_eigen2_prefix.cpp | 334 VERIFY_IS_APPROX(t0.inverse(Affine), t0.matrix().inverse());
|
/external/fonttools/Lib/fontTools/pens/ |
basePen.py | 110 containing an affine transformation, or a Transform object from the
|
/external/llvm/test/Transforms/IndVarSimplify/ |
no-iv-rewrite.ll | 256 ; a simple affine IV. Make sure that indvars simplifies through.
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
matrix.h | 313 /* affine case */
|
/external/openssh/ |
ge25519.c | 65 /* Multiples of the base point in affine representation */
|