/frameworks/av/libvideoeditor/vss/common/inc/ |
M4VIFI_Clip.h | 27 /* Clipping matrix for RGB values */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
armVCM4P2_DCT_Table.c | 13 * Description: Contains the DCT/IDCT coefficent matrix
|
/frameworks/base/core/jni/android/graphics/ |
Matrix.h | 25 /* Gets the underlying SkMatrix from a Matrix object. */
|
/frameworks/base/graphics/java/android/graphics/ |
PathEffect.java | 22 * canvas' matrix and drawn.
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
grain.fs | 24 * Convolution matrix of distance 2 with fixed point of 'kShiftBits' bits 25 * shifted. Thus the sum of this matrix should be 'kShiftValue'. Entries of 27 * The order ot pixels represented in this matrix is: 31 * and the matrix should be: {230, 56, 114, 56, 114, 114, 56, 114, 56}.
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
grain.fs | 24 * Convolution matrix of distance 2 with fixed point of 'kShiftBits' bits 25 * shifted. Thus the sum of this matrix should be 'kShiftValue'. Entries of 27 * The order ot pixels represented in this matrix is: 31 * and the matrix should be: {230, 56, 114, 56, 114, 114, 56, 114, 56}.
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
grain.fs | 24 * Convolution matrix of distance 2 with fixed point of 'kShiftBits' bits 25 * shifted. Thus the sum of this matrix should be 'kShiftValue'. Entries of 27 * The order ot pixels represented in this matrix is: 31 * and the matrix should be: {230, 56, 114, 56, 114, 114, 56, 114, 56}.
|
/frameworks/support/v4/kitkat/android/support/v4/print/ |
PrintHelperKitkat.java | 22 import android.graphics.Matrix; 210 Matrix matrix = getMatrix(bitmap.getWidth(), bitmap.getHeight(), 214 page.getCanvas().drawBitmap(bitmap, matrix, null); 254 * @return Matrix to be used in canvas.drawBitmap(bitmap, matrix, null) call 256 private Matrix getMatrix(int imageWidth, int imageHeight, RectF content, int fittingMode) { 257 Matrix matrix = new Matrix(); local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
MasterImage.java | 23 import android.graphics.Matrix; 567 public Matrix originalImageToScreen() { 571 public Matrix computeImageToScreen(Bitmap bitmapToDraw, 580 Matrix m = null; 592 m = new Matrix(); 619 private Matrix getImageToScreenMatrix(boolean reflectRotation) { 621 return new Matrix(); 623 Matrix m = GeometryMathUtils.getImageToScreenMatrix(mPreset.getGeometryFilters(), 626 m = new Matrix(); 637 private Matrix getScreenToImageMatrix(boolean reflectRotation) [all...] |
/external/chromium_org/third_party/skia/include/pdf/ |
SkPDFDevice.h | 93 const SkMatrix& matrix, const SkPaint&) SK_OVERRIDE; 102 const SkPath& path, const SkMatrix* matrix, 263 const SkMatrix& matrix, 271 void populateGraphicStateEntryFromPaint(const SkMatrix& matrix, 284 void internalDrawBitmap(const SkMatrix& matrix, 300 bool handleRectAnnotation(const SkRect& r, const SkMatrix& matrix, 303 const SkMatrix& matrix, const SkPaint& paint); 304 SkPDFDict* createLinkAnnotation(const SkRect& r, const SkMatrix& matrix); 306 const SkMatrix& matrix); 308 const SkMatrix& matrix); [all...] |
/external/opencv/cxcore/src/ |
cximage.cpp | 98 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" ); 219 matrix = (CvMat*)cvMemStorageAlloc( storage, sizeof(*matrix) ); 220 cvInitMatHeader( matrix, rows, cols, type, alloc_data ? 224 matrix = 0; 249 CV_ERROR( CV_StsUnsupportedFormat, "The object is neither an image, nor a matrix" ); 340 if( !matrix ) 343 cvSave( filename, matrix, matname ); 347 save_image( filename, matrix ); 360 if( matrix ) [all...] |
/external/skia/include/pdf/ |
SkPDFDevice.h | 97 const SkMatrix& matrix, const SkPaint&) SK_OVERRIDE; 106 const SkPath& path, const SkMatrix* matrix, 266 const SkMatrix& matrix, 275 void populateGraphicStateEntryFromPaint(const SkMatrix& matrix, 289 void internalDrawBitmap(const SkMatrix& matrix, 305 bool handleRectAnnotation(const SkRect& r, const SkMatrix& matrix, 308 const SkMatrix& matrix, const SkPaint& paint); 309 SkPDFDict* createLinkAnnotation(const SkRect& r, const SkMatrix& matrix); 311 const SkMatrix& matrix); 313 const SkMatrix& matrix); [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_camera.h | 41 Give reasonable guess of the calibration matrix for normalization purposes. 42 Use real K matrix when doing real geometry. 44 \param K calibration matrix (out) 50 \return K(3x3) intrinsic calibration matrix 55 Make a 2x2 identity matrix 63 Make a 3x3 identity matrix 72 Invert intrinsic calibration matrix K(3x3) 232 \param Hinv inverted matrix 233 \param H input matrix 234 \return true if success and false if matrix is ill-conditioned (det < 1e-7 [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_camera.h | 41 Give reasonable guess of the calibration matrix for normalization purposes. 42 Use real K matrix when doing real geometry. 44 \param K calibration matrix (out) 50 \return K(3x3) intrinsic calibration matrix 55 Make a 2x2 identity matrix 63 Make a 3x3 identity matrix 72 Invert intrinsic calibration matrix K(3x3) 232 \param Hinv inverted matrix 233 \param H input matrix 234 \return true if success and false if matrix is ill-conditioned (det < 1e-7 [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_camera.h | 41 Give reasonable guess of the calibration matrix for normalization purposes. 42 Use real K matrix when doing real geometry. 44 \param K calibration matrix (out) 50 \return K(3x3) intrinsic calibration matrix 55 Make a 2x2 identity matrix 63 Make a 3x3 identity matrix 72 Invert intrinsic calibration matrix K(3x3) 232 \param Hinv inverted matrix 233 \param H input matrix 234 \return true if success and false if matrix is ill-conditioned (det < 1e-7 [all...] |
/external/ceres-solver/internal/ceres/ |
schur_eliminator_test.cc | 80 Matrix J; 84 Matrix H = (D.cwiseProduct(D)).asDiagonal(); 99 Matrix P = H.block(0, 0, num_eliminate_cols, num_eliminate_cols); 100 Matrix Q = H.block(0, 104 Matrix R = H.block(num_eliminate_cols, 116 .solve(Matrix::Identity(block_size, block_size)); 176 Matrix delta = (lhs_ref - lhs_expected).selfadjointView<Eigen::Upper>(); 191 Matrix lhs_expected;
|
/external/chromium_org/cc/output/ |
shader.cc | 127 "matrix", 145 uniform mat4 matrix; local 148 gl_Position = matrix * a_position; 163 "matrix", 184 uniform mat4 matrix; local 188 gl_Position = matrix * a_position; 202 "matrix", 219 uniform mat4 matrix; 221 gl_Position = matrix * a_position; 236 "matrix", 259 uniform mat4 matrix[8]; local 318 uniform mat4 matrix; local 377 uniform mat4 matrix; local 438 uniform mat4 matrix; local 496 uniform mat4 matrix; local 546 uniform mat4 matrix; local 601 uniform mat4 matrix; local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGTransform.idl | 33 [ImplementedAs=svgMatrix] readonly attribute SVGMatrix matrix; 36 [StrictTypeChecking] void setMatrix(SVGMatrix matrix);
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
main_FIX.h | 196 const opus_int32 *wXX, /* I Correlation matrix */ 213 /* Calculates correlation matrix X'*X */ 215 const opus_int16 *x, /* I x vector [L + order - 1] used to form data matrix X */ 219 opus_int32 *XX, /* O Pointer to X'*X correlation matrix [ order x order ] */ 225 const opus_int16 *x, /* I x vector [L + order - 1] used to form data matrix X */ 233 /* Add noise to matrix diagonal */ 243 opus_int32 *A, /* I Pointer to symetric square matrix A */ 244 opus_int M, /* I Size of matrix */
|
/external/chromium_org/third_party/skia/src/core/ |
SkBBoxHierarchyRecord.h | 36 virtual bool concat(const SkMatrix& matrix) SK_OVERRIDE; 37 virtual void setMatrix(const SkMatrix& matrix) SK_OVERRIDE;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkDropShadowImageFilter.cpp | 43 bool SkDropShadowImageFilter::onFilterImage(Proxy* proxy, const SkBitmap& source, const SkMatrix& matrix, SkBitmap* result, SkIPoint* loc) 46 if (getInput(0) && !getInput(0)->filterImage(proxy, source, matrix, &src, loc))
|
SkGpuBlurUtils.cpp | 162 SkMatrix matrix; local 163 matrix.setIDiv(srcTexture->width(), srcTexture->height()); 169 matrix.mapRect(&domain, rect); 174 matrix, 181 paint.addColorTextureEffect(srcTexture, matrix, params); 238 SkMatrix matrix; local 239 matrix.setIDiv(srcTexture->width(), srcTexture->height()); 245 paint.addColorTextureEffect(srcTexture, matrix, params);
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrConfigConversionEffect.h | 41 const SkMatrix& matrix); 66 const SkMatrix& matrix);
|
GrSingleTextureEffect.h | 17 * A base class for effects that draw a single texture with a texture matrix. This effect has no 26 /** Indicates whether the matrix operates on local coords or positions */
|
/external/chromium_org/third_party/skia/src/utils/ |
SkNWayCanvas.cpp | 123 bool SkNWayCanvas::concat(const SkMatrix& matrix) { 126 iter->concat(matrix); 128 return this->INHERITED::concat(matrix); 131 void SkNWayCanvas::setMatrix(const SkMatrix& matrix) { 134 iter->setMatrix(matrix); 136 this->INHERITED::setMatrix(matrix); 272 const SkPath& path, const SkMatrix* matrix, 276 iter->drawTextOnPath(text, byteLength, path, matrix, paint);
|