HomeSort by relevance Sort by last modified time
    Searched full:matrix (Results 451 - 475 of 720) sorted by null

<<11121314151617181920>>

  /external/srec/srec/cfront/
frontobj.c 625 /* Now allocate space for the cosine matrix. Previously fixed. */
630 for (j = 0; j < num_fb; ++j) /* TODO: fixedpt cosine matrix */
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 613 // If functionLists don't match we do a matrix animation, otherwise we do a component hardware animation.
614 // Also, we can't do component animation unless we have valueFunction, so we need to do matrix animation
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 532 const SkMatrix& matrix = m_canvas->getTotalMatrix(); local
534 if (!matrix.invert(&inverseMatrix))
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 347 * Calculates the variance-covariance matrix of a set of points.
350 * @return the variance-covariance matrix
  /frameworks/base/include/media/stagefright/openmax/
OMX_IVCommon.h 157 * Defines the matrix for conversion from RGB to YUV or vice versa.
829 OMX_MeteringModeMatrix, /**< Matrix or evaluative metering. */
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 420 matrixx_t matrix; member in struct:android::gl::transform_t
477 matrixf_t matrix; member in struct:android::gl::vp_transform_t
  /frameworks/base/media/java/android/media/
MediaRecorder.java 301 * add a composition matrix containing the rotation angle in the output
305 * to ignore the compostion matrix in a video during playback.
  /frameworks/base/media/libstagefright/codecs/aacdec/
ps_all_pass_fract_delay_filter.cpp 190 * Fractional delay matrix:
303 * Fractional delay matrix:
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 140 * Defines the matrix for conversion from RGB to YUV or vice versa.
812 OMX_MeteringModeMatrix, /**< Matrix or evaluative metering. */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 140 * Defines the matrix for conversion from RGB to YUV or vice versa.
812 OMX_MeteringModeMatrix, /**< Matrix or evaluative metering. */
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h 67 // The MatrixNode position in the matrix pool
150 // The size of the matrix node pool.
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 185 case TransformOperation::MATRIX:
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.cpp 123 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
346 rr, matrix of autocorrelation, double-array of type Word16
406 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
c3_14pf.cpp 94 Word16 rr[][L_CODE],/* i : matrix of autocorrelation */
318 rr[][L_CODE] Double Array of type Word16 -- autocorrelation matrix
376 Word16 rr[][L_CODE], /* i : matrix of autocorrelation */
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 30 import android.graphics.Matrix;
  /development/pdk/docs/porting/
power_management.jd 43 and starts scanning the keypad matrix. </li>
  /external/bison/src/
lalr.c 59 /* LA is a LR by NTOKENS matrix of bits. LA[l, i] is 1 if the rule
  /external/elfutils/libdw/
dwarf_getsrclines.c 39 /* Adds a new line to the matrix. We cannot definte a function because
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 85 'Math', 'Matrix', 'Method', 'Module', 'Mutex', 'NameError',
scilab.php 137 'Matplot_properties', 'Matplot1', 'matrices', 'matrix', 'max', 'max_cap_path', 'max_clique', 'max_flow',
  /external/quake/quake/src/QW/client/
r_bsp.c 142 // rotate modelorg and the transformation matrix
  /external/quake/quake/src/WinQuake/
r_bsp.cpp 142 // rotate modelorg and the transformation matrix
  /external/webkit/WebKit/android/nav/
SelectText.cpp 318 DBG_NAV_LOGD("width=%g matrix sx/sy=(%g, %g) tx/ty=(%g, %g)"
348 void setUp(const SkPaint& paint, const SkMatrix& matrix, SkScalar y,
351 mMatrix = &matrix;
    [all...]
  /frameworks/base/docs/html/guide/topics/graphics/
index.jd 104 Bitmap to another Canvas with one of the <code>{@link android.graphics.Canvas#drawBitmap(Bitmap,Matrix,Paint)
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
lsp.h 161 * Matrix/Vector quantization (depending on the mode)

Completed in 1426 milliseconds

<<11121314151617181920>>