HomeSort by relevance Sort by last modified time
    Searched full:matrix (Results 1101 - 1125 of 3296) sorted by null

<<41424344454647484950>>

  /external/eigen/bench/btl/
README 42 Finally, if bench results already exist (the bench*.dat files) then they merges by keeping the best for each matrix size. If you want to overwrite the previous ones you can simply add the "--overwrite" option:
65 actions : sources for different action wrappers (axpy, matrix-matrix product) to be tested.
81 *** Ctor using the size of the problem (matrix or vector size) as an argument
91 its specific containers (matrix and vector). Up to now an interface should following types
97 *** gene_matrix : the matrix type for this interface --> e.g. (gene_vector *) for the C_interface
  /external/eigen/bench/
sparse_trisolver.cpp 64 typedef Matrix<Scalar,Dynamic,1> DenseVector;
82 Matrix<Scalar,Dynamic,Dynamic,Dynamic,Dynamic,RowMajorBit> m2(rows,cols);
143 Map<Matrix<Scalar,Dynamic,1> >(&gmmX[0], cols) = x;
144 Map<Matrix<Scalar,Dynamic,1> >(&gmmB[0], cols) = b;
149 // std::cerr << Map<Matrix<Scalar,Dynamic,1> >(&gmmX[0], cols).transpose() << "\n";
155 // std::cerr << Map<Matrix<Scalar,Dynamic,1> >(&gmmX[0], cols).transpose() << "\n";
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_iht4x4_add_neon.asm 18 ; Parallel 1D IDCT on all the columns of a 4x4 16bits data matrix which are
52 ; Parallel 1D IADST on all the columns of a 4x4 16bits data matrix which
133 ; Transpose a 4x4 16bits data matrix. Datas are loaded in d16-d19.
172 ; transpose the matrix
188 ; transpose the matrix
203 ; transpose the matrix
  /external/skia/src/core/
SkShader.cpp 49 const SkMatrix& matrix) {
52 const SkMatrix* m = &matrix;
58 total.setConcat(matrix, this->getLocalMatrix());
247 const SkMatrix& matrix) {
248 if (!this->INHERITED::setContext(device, paint, matrix)) {
299 SkShader::BitmapType SkColorShader::asABitmap(SkBitmap* bitmap, SkMatrix* matrix,
  /external/skia/tests/
DrawBitmapRectTest.cpp 127 SkMatrix matrix; local
130 matrix.setAll(SkFloatToScalar(-119.34097f),
137 c.concat(matrix);
146 matrix.setAll(SkFloatToScalar(0.0078740157f),
153 s->setLocalMatrix(matrix);
165 * Original bug was asserting that the matrix-proc had generated a (Y) value
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 24 import android.graphics.Matrix;
91 /** The matrix used for drawing; this may be {@code null} */
92 private Matrix mDrawMatrix;
93 /** A matrix to apply the scaling of the photo */
94 private Matrix mMatrix = new Matrix();
95 /** The original matrix for this image; used to reset any transformations applied by the user */
96 private Matrix mOriginalMatrix = new Matrix();
162 /** Array to store a copy of the matrix values *
564 final Matrix matrix = new Matrix(mDrawMatrix); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 11 import android.graphics.Matrix;
49 private Matrix mRotateToScreen = new Matrix();
50 private Matrix mToOrig;
226 Matrix m = new Matrix();
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 23 import android.opengl.Matrix;
98 Matrix.setIdentityM(mSTMatrix, 0);
99 Matrix.setIdentityM(mMMatrix, 0);
100 Matrix.rotateM(mMMatrix, 0, 20, 0, 1, 0);
136 Matrix.multiplyMM(mMVPMatrix, 0, mVMatrix, 0, mMMatrix, 0);
137 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0);
151 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7);
226 Matrix.setLookAtM(mVMatrix, 0, 0, 0, 4f, 0f, 0f, 0f, 0f, 1.0f, 0.0f);
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 33 import android.opengl.Matrix;
78 Matrix.setIdentityM(mSTMatrix, 0);
79 Matrix.setIdentityM(mMMatrix, 0);
80 Matrix.rotateM(mMMatrix, 0, 20, 0, 1, 0);
116 Matrix.multiplyMM(mMVPMatrix, 0, mVMatrix, 0, mMMatrix, 0);
117 Matrix.multiplyMM(mMVPMatrix, 0, mProjMatrix, 0, mMVPMatrix, 0);
131 Matrix.frustumM(mProjMatrix, 0, -mRatio, mRatio, -1, 1, 3, 7);
207 Matrix.setLookAtM(mVMatrix, 0, 0, 0, 4f, 0f, 0f, 0f, 0f, 1.0f, 0.0f);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Sweep.java 36 private Matrix mMatrix = new Matrix();
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.h 32 // directly into their final resting place in an overall block sparse matrix.
57 // Point the jacobian blocks directly into the block sparse matrix, if
corrector_test.cc 150 // Eigen matrix references for linear algebra.
155 Matrix g_jac(3, 2);
160 Matrix g_hess(2, 2);
165 Matrix c_hess(2, 2);
218 // Eigen matrix references for linear algebra.
223 Matrix g_jac(3, 2);
228 Matrix g_hess(2, 2);
233 Matrix c_hess(2, 2);
preconditioner.cc 41 const SparseMatrix* matrix)
42 : matrix_(CHECK_NOTNULL(matrix)) {
  /external/chromium/webkit/glue/media/
video_renderer_impl.cc 95 // 1. No skew in canvas matrix.
123 // 1. Check for skewing factors of the transformation matrix. They should be
186 SkMatrix matrix; local
187 matrix.setTranslate(static_cast<SkScalar>(dest_rect.x()),
191 matrix.preScale(SkIntToScalar(dest_rect.width()) /
198 canvas->drawBitmapMatrix(bitmap_, matrix, &paint);
304 void VideoRendererImpl::TransformToSkIRect(const SkMatrix& matrix,
312 matrix.mapRect(&transformed_rect, skia_dest_rect);
  /external/chromium_org/cc/layers/
video_frame_provider.h 36 // Notifies the provider's client of a new UV transform matrix to be used.
37 virtual void DidUpdateMatrix(const float* matrix) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEColorMatrixElement.h 41 return "matrix";
56 if (value == "matrix")
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
bezier.h 31 struct matrix;
61 struct matrix *mat);
image.h 82 void image_draw(struct vg_image *img, struct matrix *matrix);
  /external/chromium_org/third_party/skia/include/effects/
SkMatrixConvolutionImageFilter.h 17 Matrix convolution image filter. This filter applies an NxM image
31 /** Construct a matrix convolution image filter.
  /external/chromium_org/third_party/skia/src/gpu/
FlingState.cpp 62 bool FlingState::evaluateMatrix(SkMatrix* matrix) {
85 matrix->setTranslate(tx, ty);
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDebugCanvas.cpp 273 bool SkDebugCanvas::concat(const SkMatrix& matrix) {
274 addDrawCommand(new SkConcatCommand(matrix));
289 const SkMatrix& matrix, const SkPaint* paint) {
290 addDrawCommand(new SkDrawBitmapMatrixCommand(bitmap, matrix, paint));
366 const SkPath& path, const SkMatrix* matrix, const SkPaint& paint) {
368 new SkDrawTextOnPathCommand(text, byteLength, path, matrix, paint));
404 void SkDebugCanvas::setMatrix(const SkMatrix& matrix) {
405 addDrawCommand(new SkSetMatrixCommand(matrix));
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_filter_operations_impl.cc 67 void WebFilterOperationsImpl::appendColorMatrixFilter(SkScalar matrix[20]) {
69 cc::FilterOperation::CreateColorMatrixFilter(matrix));
web_layer_impl.cc 118 void WebLayerImpl::setSublayerTransform(const SkMatrix44& matrix) {
120 sub_layer_transform.matrix() = matrix;
125 return layer_->sublayer_transform().matrix();
128 void WebLayerImpl::setTransform(const SkMatrix44& matrix) {
130 transform.matrix() = matrix;
135 return layer_->transform().matrix();
  /external/eigen/Eigen/
Eigen2Support 49 using Eigen::Matrix##SizeSuffix##TypeSuffix; \
68 using Eigen::Matrix; \
  /external/eigen/Eigen/src/Core/
NestByValue.h 43 inline NestByValue(const ExpressionType& matrix) : m_expression(matrix) {}

Completed in 978 milliseconds

<<41424344454647484950>>