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

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
spectrum_ar_model_tables.h 26 /********************* AR Coefficient Tables ************************/
27 /* cdf for quantized reflection coefficient 1 */
30 /* cdf for quantized reflection coefficient 2 */
33 /* cdf for quantized reflection coefficient 3 */
36 /* cdf for quantized reflection coefficient 4 */
39 /* cdf for quantized reflection coefficient 5 */
42 /* cdf for quantized reflection coefficient 6 */
45 /* representation levels for quantized reflection coefficient 1 */
48 /* representation levels for quantized reflection coefficient 2 */
51 /* representation levels for quantized reflection coefficient 3 *
    [all...]
spectrum_ar_model_tables.c 22 /********************* AR Coefficient Tables ************************/
24 /* cdf for quantized reflection coefficient 1 */
30 /* cdf for quantized reflection coefficient 2 */
36 /* cdf for quantized reflection coefficient 3 */
42 /* cdf for quantized reflection coefficient 4 */
48 /* cdf for quantized reflection coefficient 5 */
54 /* cdf for quantized reflection coefficient 6 */
60 /* representation levels for quantized reflection coefficient 1 */
65 /* representation levels for quantized reflection coefficient 2 */
70 /* representation levels for quantized reflection coefficient 3 *
    [all...]
filterbank_internal.h 23 * coefficient: Input.
28 const int16_t *coefficient,
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
spectrum_ar_model_tables.h 24 /********************* AR Coefficient Tables ************************/
25 /* cdf for quantized reflection coefficient 1 */
28 /* cdf for quantized reflection coefficient 2 */
31 /* cdf for quantized reflection coefficient 3 */
34 /* cdf for quantized reflection coefficient 4 */
37 /* cdf for quantized reflection coefficient 5 */
40 /* cdf for quantized reflection coefficient 6 */
46 /* initial indices for AR reflection coefficient quantizer and cdf table search */
56 /******************** GAIN Coefficient Tables ***********************/
57 /* cdf for Gain coefficient */
    [all...]
spectrum_ar_model_tables.c 14 /********************* AR Coefficient Tables ************************/
15 /* cdf for quantized reflection coefficient 1 */
20 /* cdf for quantized reflection coefficient 2 */
25 /* cdf for quantized reflection coefficient 3 */
30 /* cdf for quantized reflection coefficient 4 */
35 /* cdf for quantized reflection coefficient 5 */
40 /* cdf for quantized reflection coefficient 6 */
45 /* representation levels for quantized reflection coefficient 1 */
50 /* representation levels for quantized reflection coefficient 2 */
55 /* representation levels for quantized reflection coefficient 3 *
    [all...]
  /external/eigen/doc/examples/
Tutorial_ArrayClass_accessors.cpp 11 // assign some values coefficient by coefficient
class_CwiseUnaryOp_ptrfun.cpp 6 // define function to be applied coefficient-wise
  /external/eigen/doc/snippets/
MatrixBase_reverse.cpp 4 cout << "Here is the coefficient (1,0) in the reverse of m:" << endl
6 cout << "Let us overwrite this coefficient with the value 4." << endl;
MatrixBase_transpose.cpp 4 cout << "Here is the coefficient (1,0) in the transpose of m:" << endl
6 cout << "Let us overwrite this coefficient with the value 0." << endl;
tut_arithmetic_redux_minmax.cpp 5 cout << "Its minimum coefficient (" << minOfM
11 cout << "Its maximum coefficient (" << maxOfV
Vectorwise_reverse.cpp 6 cout << "Here is the coefficient (1,0) in the rowise reverse of m:" << endl
8 cout << "Let us overwrite this coefficient with the value 4." << endl;
  /frameworks/av/media/libeffects/testlibs/
AudioCommon.h 27 // Audio coefficient type.
34 // Number of fraction bits for audio coefficient.
36 // Audio coefficient with the value of 1.0
38 // Audio coefficient with the value of 0.5
49 // Multiply a sample by a coefficient to return an accumulator.
54 // Multiply and accumulate sample by a coefficient to return an accumulator.
59 // Convert a sample-coefficient accumulator to a sample.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c 29 * ChromaDCLevel. The decoded coefficients in the packed position-coefficient
31 * contains the last non-zero postion-coefficient pair of the block. Within
32 * each position-coefficient pair, the position entry indicates the
33 * raster-scan position of the coefficient, while the coefficient entry
34 * contains the coefficient value.
48 * coefficient-position pair buffer. Buffer position
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 30 * position-coefficient buffer are stored in reverse zig-zag order, i.e., the
31 * first buffer element contains the last non-zero postion-coefficient pair of
32 * the block. Within each position-coefficient pair, the position entry
33 * indicates the raster-scan position of the coefficient, while the
34 * coefficient entry contains the coefficient value.
58 * coefficient-position pair buffer
  /external/eigen/Eigen/src/plugins/
ArrayCwiseBinaryOps.h 1 /** \returns an expression of the coefficient wise product of \c *this and \a other
12 /** \returns an expression of the coefficient wise quotient of \c *this and \a other
23 /** \returns an expression of the coefficient-wise min of \c *this and \a other
32 /** \returns an expression of the coefficient-wise min of \c *this and scalar \a other
42 /** \returns an expression of the coefficient-wise max of \c *this and \a other
51 /** \returns an expression of the coefficient-wise max of \c *this and scalar \a other
61 /** \returns an expression of the coefficient-wise \< operator of *this and \a other
70 /** \returns an expression of the coefficient-wise \<= operator of *this and \a other
79 /** \returns an expression of the coefficient-wise \> operator of *this and \a other
88 /** \returns an expression of the coefficient-wise \>= operator of *this and \a othe
    [all...]
ArrayCwiseUnaryOps.h 3 /** \returns an expression of the coefficient-wise absolute value of \c *this
16 /** \returns an expression of the coefficient-wise squared absolute value of \c *this
29 /** \returns an expression of the coefficient-wise exponential of *this.
42 /** \returns an expression of the coefficient-wise logarithm of *this.
55 /** \returns an expression of the coefficient-wise square root of *this.
68 /** \returns an expression of the coefficient-wise cosine of *this.
82 /** \returns an expression of the coefficient-wise sine of *this.
95 /** \returns an expression of the coefficient-wise arc cosine of *this.
108 /** \returns an expression of the coefficient-wise arc sine of *this.
121 /** \returns an expression of the coefficient-wise tan of *this
    [all...]
MatrixCwiseUnaryOps.h 11 // This file is a base class plugin containing matrix specifics coefficient wise functions.
13 /** \returns an expression of the coefficient-wise absolute value of \c *this
23 /** \returns an expression of the coefficient-wise squared absolute value of \c *this
33 /** \returns an expression of the coefficient-wise square root of *this.
43 /** \returns an expression of the coefficient-wise inverse of *this.
53 /** \returns an expression of the coefficient-wise == operator of \c *this and a scalar \a s
  /libcore/luni/src/main/java/java/security/spec/
RSAOtherPrimeInfo.java 24 * exponent, and a Chinese Remainder Theorem (CRT) coefficient.
35 // CRT Coefficient
40 * exponent, and CRT coefficient.
47 * the CRT coefficient.
66 * Returns the CRT coefficient.
68 * @return the CRT coefficient.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_TransRecBlockCoef_intra.c 29 * Quantizes the DCT coefficients, implements intra block AC/DC coefficient
32 * the updated coefficient buffers.
38 * pPredBufRow - pointer to the coefficient row buffer containing
41 * below (Internal Prediction Coefficient Update Procedures). The
42 * DC coefficient is first, and the remaining buffer locations
45 * contains the coefficient predictors of the neighboring block
47 * be decoded. A negative-valued DC coefficient indicates that this
51 * pPredBufCol - pointer to the prediction coefficient column buffer
57 * value is not used for coefficient prediction, i.e., the sum of
71 * sub-clause 7.4.3.3, Adaptive AC Coefficient Prediction.
    [all...]
omxVCM4P2_PredictReconCoefIntra.c 28 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
34 * pSrcDst - pointer to the coefficient buffer which contains the quantized
35 * coefficient residuals (PQF) of the current block; must be
38 * pPredBufRow - pointer to the coefficient row buffer; must be aligned on
40 * pPredBufCol - pointer to the coefficient column buffer; must be aligned
56 * pSrcDst - pointer to the coefficient buffer which contains the quantized
58 * pPredBufRow - pointer to the updated coefficient row buffer
59 * pPredBufCol - pointer to the updated coefficient column buffer Note:
armVCM4P2_FillVLDBuffer.c 27 * Performs filling of the coefficient buffer according to the run, level
35 * [in] pIndex pointer to coefficient index in 8x8 matrix
36 * [out] pIndex pointer to updated coefficient index in 8x8
39 * [out] pDst pointer to the coefficient buffer of current
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.h 35 /* Stereo Enhancer coefficient constant tables */
39 /* Coefficient table for the middle filter */
42 /* Coefficient table for the side filter */
47 /* Equaliser coefficient constant tables */
82 /* Coefficient order: */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
RSAPrivateKey.java 25 private BigInteger coefficient; field in class:RSAPrivateKey
59 BigInteger coefficient)
69 this.coefficient = coefficient;
91 coefficient = ((ASN1Integer)e.nextElement()).getValue();
141 return coefficient;
156 * coefficient INTEGER, -- (inverse of q) mod p
RSAPrivateKeyStructure.java 28 private BigInteger coefficient; field in class:RSAPrivateKeyStructure
61 BigInteger coefficient)
71 this.coefficient = coefficient;
93 coefficient = ((ASN1Integer)e.nextElement()).getValue();
143 return coefficient;
158 * coefficient INTEGER, -- (inverse of q) mod p
  /external/libvpx/libvpx/vp8/common/
entropy.h 18 /* Coefficient token alphabet */
62 /* Middle dimension is a coarsening of the coefficient's
70 coefficient (DC, unless block type is 0), we look at the (already encoded)
73 After decoding a coefficient, the measure is roughly the size of the
74 most recently decoded coefficient (0 for 0, 1 for 1, 2 for >1).
79 coefficient will appear later in this block. However, this shift
81 coefficient band (and since zigzag positions 0, 1, and 2 are in

Completed in 2784 milliseconds

1 2 3 4 5 6 7 8 91011>>