HomeSort by relevance Sort by last modified time
    Searched full:coefficients (Results 376 - 400 of 1013) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 51 ; * -The number of coefficients is greater than 64
omxVCM4P2_QuantInvInter_I_s.s 25 ; * The output coefficients are clipped to the range: [-2048, 2047].
omxVCM4P2_PredictReconCoefIntra_s.s 29 ; * output coefficients are saturated to the range
49 ; * the quantized coefficients (QF) of the current
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 13 ;// Transform Residual 4x4 Coefficients
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 51 ; * -The number of coefficients is greater than 64
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 51 ; * -The number of coefficients is greater than 64
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SATD_4x4.c 115 /* calculate SAD for Transformed coefficients */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_QuantInvIntra_I.c 28 * block. Supports bits_per_pixel = 8. The output coefficients are clipped to
  /frameworks/base/services/java/com/android/server/
TwilightCalculator.java 39 // coefficients for calculating Equation of Center.
  /external/chromium_org/third_party/freetype/include/freetype/
fttypes.h 282 /* values or matrix coefficients. */
364 /* A simple structure used to store a 2x2 matrix. Coefficients are */
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
mathops.c 101 Coefficients here, and the final result r, are Q14.*/
189 The coefficients and the result are Q14 in the range [15420,30840].*/
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 35 * setBlendFunc() specifies blending coefficients for S (described above) and D, the initial value
53 * Sets the blending coefficients to use to blend the final primitive color with the
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
AngleAxis.h 20 * \param _Scalar the scalar type, i.e., the type of the coefficients.
55 /** the scalar type of the coefficients */
  /external/eigen/Eigen/src/Geometry/
AngleAxis.h 21 * \param _Scalar the scalar type, i.e., the type of the coefficients.
58 /** the scalar type of the coefficients */
  /external/eigen/doc/
C09_TutorialSparse.dox 36 In many applications (e.g., finite element methods) it is common to deal with very large matrices where only a few coefficients are different from zero. In such cases, memory consumption can be reduced and performance increased by using a specialized representation storing only the nonzero coefficients. Such a matrix is called a sparse matrix.
113 In the main function, we declare a list \c coefficients of triplets (as a std vector) and the right hand side vector \f$ b \f$ which are filled by the \a buildProblem function.
161 <tr><td>Number of non \n zero coefficients</td><td>\code
168 \b Iterating \b over \b the \b nonzero \b coefficients \n
206 For instance, the cost of a single purely random insertion into a SparseMatrix is \c O(nnz), where \c nnz is the current number of non-zero coefficients.
388 dm2 = sm1.selfadjointView<>() * dm1; // if all coefficients of A are stored
424 dm2 = sm1.selfadjointView<>() * dm1; // if all coefficients of A are stored
  /external/libvpx/libvpx/vp8/common/arm/armv6/
bilinearfilter_v6.asm 39 ldr r5, [r11] ; load up filter coefficients
154 ldr r5, [r11] ; load up filter coefficients
sixtappredict8x4_v6.asm 44 ldr r3, [r2] ; load up packed filter coefficients
135 ldr r3, [lr] ; load up packed filter coefficients
  /external/skia/include/gpu/
GrPaint.h 35 * setBlendFunc() specifies blending coefficients for S (described above) and D, the initial value
53 * Sets the blending coefficients to use to blend the final primitive color with the
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 35 // Interpolation coefficients; generated by design_pitch_filter.m.
36 // Coefficients are stored in Q14.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 60 OMX_StsACAAC_TnsCoefResErr = -154, /* AAC: Invalid bit-resolution for TNS filter coefficients */
61 OMX_StsACAAC_TnsCoefErr = -153, /* AAC: Invalid TNS filter coefficients */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 60 OMX_StsACAAC_TnsCoefResErr = -154, /* AAC: Invalid bit-resolution for TNS filter coefficients */
61 OMX_StsACAAC_TnsCoefErr = -153, /* AAC: Invalid TNS filter coefficients */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 60 OMX_StsACAAC_TnsCoefResErr = -154, /* AAC: Invalid bit-resolution for TNS filter coefficients */
61 OMX_StsACAAC_TnsCoefErr = -153, /* AAC: Invalid TNS filter coefficients */
  /frameworks/base/graphics/java/android/graphics/
ColorMatrix.java 224 // these coefficients match those in libjpeg
236 // these coefficients match those in libjpeg
  /frameworks/native/include/input/
VelocityTracker.h 43 // Polynomial coefficients describing motion in X and Y.
46 // Polynomial degree (number of coefficients), or zero if no information is
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 48 /*Precomputed coefficients
75 /*Precomputed coefficients

Completed in 615 milliseconds

<<11121314151617181920>>