HomeSort by relevance Sort by last modified time
    Searched full:coefficient (Results 26 - 50 of 717) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/security/spec/
EllipticCurve.java 31 // The first coefficient of the equation defining this elliptic curve
34 // The second coefficient of the equation defining this elliptic curve
51 * the coefficient {@code a}.
53 * the coefficient {@code b}.
108 * the coefficient {@code a}.
110 * the coefficient {@code b}.
119 * Returns the coefficient {@code a} of this elliptic curve.
121 * @return the coefficient {@code a} of this elliptic curve.
128 * Returns the coefficient {@code b} of this elliptic curve.
130 * @return the coefficient {@code b} of this elliptic curve
    [all...]
RSAPrivateCrtKeySpec.java 41 // CRT Coefficient
47 * exponents, crt coefficient, and additional primes.
64 * the CRT coefficient {@code q^-1 mod p}.
86 * Returns the CRT coefficient, {@code q^-1 mod p}.
88 * @return the CRT coefficient, {@code q^-1 mod p}.
  /external/eigen/doc/
C03_TutorialArrayClass.dox 3 /** \page TutorialArrayClass Tutorial page 3 - The %Array class and coefficient-wise operations
25 perform coefficient-wise operations, which might not have a linear algebraic meaning,
26 such as adding a constant to every coefficient in the array or multiplying two arrays coefficient-wise.
88 The operation is valid if both arrays have the same size, and the addition or subtraction is done coefficient-wise.
90 Arrays also support expressions of the form <tt>array + scalar</tt> which add a scalar to each coefficient in the array.
107 multiplication as matrix product and arrays interpret multiplication as coefficient-wise product. Thus, two
120 \section TutorialArrayClassCwiseOther Other coefficient-wise operations
122 The Array class defines other coefficient-wise operations besides the addition, subtraction and multiplication
124 value of each coefficient, while \link ArrayBase::sqrt() .sqrt() \endlink computes the square root of th
    [all...]
  /external/eigen/Eigen/src/plugins/
MatrixCwiseBinaryOps.h 11 // This file is a base class plugin containing matrix specifics coefficient wise functions.
13 /** \returns an expression of the Schur product (coefficient wise product) of *this and \a other
27 /** \returns an expression of the coefficient-wise == operator of *this and \a other
46 /** \returns an expression of the coefficient-wise != operator of *this and \a other
65 /** \returns an expression of the coefficient-wise min of *this and \a other
79 /** \returns an expression of the coefficient-wise min of *this and scalar \a other
89 /** \returns an expression of the coefficient-wise max of *this and \a other
103 /** \returns an expression of the coefficient-wise max of *this and scalar \a other
114 /** \returns an expression of the coefficient-wise quotient of *this and \a other
CommonCwiseBinaryOps.h 11 // This file is a base class plugin containing common coefficient wise functions.
29 /** \returns an expression of a custom coefficient-wise operator \a func of *this and \a other
  /external/eigen/doc/examples/
MatrixBase_cwise_const.cpp 14 cout << "The coefficient-wise product of m and n is:" << endl;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_ACDCPredict.c 13 * Contains module for DC/AC coefficient prediction
27 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
34 * [in] pSrcDst pointer to the coefficient buffer which contains
35 * the quantized coefficient residuals (PQF) of the
37 * [in] pPredBufRow pointer to the coefficient row buffer
38 * [in] pPredBufCol pointer to the coefficient column buffer
57 * [out] pSrcDst pointer to the coefficient buffer which contains
60 * [out] pPredBufRow pointer to the updated coefficient row buffer
61 * [out] pPredBufCol pointer to the updated coefficient column buffer
omxVCM4P2_DecodeBlockCoef_Intra.c 32 * at least one non-zero AC coefficient of current block exists in the bit
44 * pCoefBufRow - pointer to the coefficient row buffer; must be aligned on
46 * pCoefBufCol - pointer to the coefficient column buffer; must be aligned
71 * pCoefBufRow - pointer to the updated coefficient row buffer.
72 * pCoefBufCol - pointer to the updated coefficient column buffer Note:
73 * The coefficient buffers must be updated in accordance with the
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Tables.h 41 * High Pass Filter Coefficient table
46 * Band Pass Filter coefficient table
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 23 /* Coefficient token alphabet */
72 /* Middle dimension reflects the coefficient position within the transform. */
76 of nearby coefficients are nonzero. For the first coefficient (DC, unless
80 After decoding a coefficient, the measure is determined by the size of the
81 most recently decoded coefficient.
86 coefficient will appear later in this block. However, this shift
88 coefficient band (and since zigzag positions 0, 1, and 2 are in
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_QuantInvIntra_I_s.s 122 ;// Perform Inverse Quantization for DC coefficient
137 SMULBB temp,temp,dcScaler ;// dcCoeff = dcScaler * Quantized DC coefficient(from memory)
164 VCLT dSign0,dCoeff0, #0 ;// Compare Coefficient 0 against 0
165 VCLT dSign1,dCoeff1, #0 ;// Compare Coefficient 1 against 0
166 VCEQ dZero0,dCoeff0,#0 ;// Compare Coefficient 0 against zero
168 VCEQ dZero1,dCoeff1,#0 ;// Compare Coefficient 1 against zero
197 ;// Store the Inverse quantized Dc coefficient
omxVCM4P2_DecodeBlockCoef_Intra.c 50 * [in/out] pCoefBufRow [in] pointer to the coefficient row buffer
51 * [out] updated coefficient rwo buffer
52 * [in/out] pCoefBufCol [in] pointer to the coefficient column buffer
53 * [out] updated coefficient column buffer
61 * ac coefficient prediction" of ISO/IEC 14496-2(MPEG4 Part2) for accurate description.
84 * [out] pCoefBufRow pointer to the updated coefficient row buffer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 13 ; * Contains module for DC/AC coefficient prediction
19 ; * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
26 ; * [in] pSrcDst pointer to the coefficient buffer which contains the
27 ; * quantized coefficient residuals (PQF) of the current
31 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
33 ; * [in] pPredBufCol pointer to the coefficient column buffer; must be
48 ; * [out] pSrcDst pointer to the coefficient buffer which contains
51 ; * [out] pPredBufRow pointer to the updated coefficient row buffer
52 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
omxVCM4P2_DecodeBlockCoef_Intra.c 44 * [in/out] pCoefBufRow [in] pointer to the coefficient row buffer
45 * [out] updated coefficient rwo buffer
46 * [in/out] pCoefBufCol [in] pointer to the coefficient column buffer
47 * [out] updated coefficient column buffer
55 * ac coefficient prediction" of ISO/IEC 14496-2(MPEG4 Part2) for accurate description.
78 * [out] pCoefBufRow pointer to the updated coefficient row buffer.
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Decimal.cpp 243 Decimal::EncodedData::EncodedData(Sign sign, int exponent, uint64_t coefficient)
244 : m_formatClass(coefficient ? ClassNormal : ClassZero)
248 while (coefficient > MaxCoefficient) {
249 coefficient /= 10;
268 m_coefficient = coefficient;
285 Decimal::Decimal(Sign sign, int exponent, uint64_t coefficient)
286 : m_data(sign, exponent, coefficient)
426 const uint64_t lhsCoefficient = lhs.m_data.coefficient();
427 const uint64_t rhsCoefficient = rhs.m_data.coefficient();
490 uint64_t remainder = lhs.m_data.coefficient();
    [all...]
  /external/eigen/doc/snippets/
Tutorial_Map_using.cpp 20 cout << "m2 coefficient 2, constant accessor: " << m2mapconst(2) << endl;
  /frameworks/av/media/libeffects/testlibs/
AudioCoefInterpolator.h 25 // A helper class for linear interpolation of N-D -> M-D coefficient tables.
42 // table The coefficient table. Should be of size:
71 // The coefficient table.
74 // A recursive function for getting an interpolated coefficient value.
  /external/eigen/unsupported/Eigen/src/SparseExtra/
DynamicSparseMatrix.h 24 * random read/write accesses in log(rho*outer_size) where \c rho is the probability that a coefficient is
89 /** \returns the coefficient value at given position \a row, \a col
99 /** \returns a reference to the coefficient value at given position \a row, \a col
100 * This operation involes a log(rho*outer_size) binary search. If the coefficient does not
145 /** \returns a reference to the non zero coefficient at position \a row, \a col assuming that:
147 * - the new coefficient is the last one of the given inner vector.
289 * inserts a nonzero coefficient at given coordinates \a row, \a col and returns its reference assuming that:
290 * 1 - the coefficient does not exist yet
291 * 2 - this the coefficient with greater inner coordinate for the given outer coordinate.
292 * In other words, assuming \c *this is column-major, then there must not exists any nonzero coefficient of coordinate
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 29 * ChromaDCLevel. The decoded coefficients in packed position-coefficient
44 * coefficient-position pair buffer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 29 * ChromaDCLevel. The decoded coefficients in packed position-coefficient
44 * coefficient-position pair buffer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_UnpackBlock2x2.c 25 * Unpack a 2x2 block of coefficient-residual pair values
28 * [in] ppSrc Double pointer to residual coefficient-position pair
armVCM4P10_UnpackBlock4x4.c 25 * Unpack a 4x4 block of coefficient-residual pair values
28 * [in] ppSrc Double pointer to residual coefficient-position pair
omxVCM4P10_GetVLCInfo.c 28 * coefficient matrix. The results are returned in an OMXVCM4P10VLCInfo
33 * pSrcCoeff - pointer to the transform coefficient matrix. 8-byte
40 * bAC - indicates presence of a DC coefficient; 0 = DC coefficient
41 * present, 1= DC coefficient absent.
43 * transform coefficient matrix, pSrcCoeff. The value should be 16
  /libcore/luni/src/main/java/java/security/interfaces/
RSAPrivateCrtKey.java 33 * Returns the CRT coefficient, {@code q^-1 mod p}.
35 * @return the CRT coefficient.
  /external/eigen/unsupported/Eigen/src/Polynomials/
PolynomialUtils.h 19 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial
40 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial
67 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial
71 * <dd> the leading coefficient of the input polynomial poly must be non zero </dd>
92 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial
121 * by degrees i.e. poly[i] is the coefficient of degree i of the polynomial

Completed in 739 milliseconds

12 3 4 5 6 7 8 91011>>