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

1 2 3 4 5 6 7 8 9

  /frameworks/base/media/libeffects/testlibs/
AudioCommon.h 26 // Audio coefficient type.
33 // Number of fraction bits for audio coefficient.
35 // Audio coefficient with the value of 1.0
37 // Audio coefficient with the value of 0.5
48 // Multiply a sample by a coefficient to return an accumulator.
53 // Multiply and accumulate sample by a coefficient to return an accumulator.
58 // Convert a sample-coefficient accumulator to a sample.
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.
AudioShelvingFilter.h 35 // using a linear interpolation from a coefficient table, using a
38 // fractional indices into the coefficient table.
135 // A coefficient interpolator, used for mapping the high level parameters to
138 // A coefficient interpolator, used for mapping the high level parameters to
  /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.
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}.
RSAMultiPrimePrivateCrtKeySpec.java 41 // CRT Coefficient
49 * exponents, crt coefficient, and additional primes.
66 * the CRT coefficient {@code q^-1 mod p}.
132 * Returns the CRT coefficient, {@code q^-1 mod p}.
134 * @return the CRT coefficient, {@code q^-1 mod p}.
  /frameworks/base/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: */
LVCS_Tables.c 33 /* Stereo Enhancer coefficient constant tables */
37 /* Coefficient table for the middle filter */
76 /* Coefficient table for the side filter */
138 /* Equaliser coefficient constant tables */
366 /* Coefficient order: */
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
RSAPrivateKeyStructure.java 25 private BigInteger coefficient; field in class:RSAPrivateKeyStructure
58 BigInteger coefficient)
68 this.coefficient = coefficient;
90 coefficient = ((DERInteger)e.nextElement()).getValue();
140 return coefficient;
155 * coefficient INTEGER, -- (inverse of q) mod p
  /external/libvpx/vp8/common/
entropy.h 18 /* Coefficient token alphabet */
64 /* Middle dimension is a coarsening of the coefficient's
72 coefficient (DC, unless block type is 0), we look at the (already encoded)
75 After decoding a coefficient, the measure is roughly the size of the
76 most recently decoded coefficient (0 for 0, 1 for 1, 2 for >1).
81 coefficient will appear later in this block. However, this shift
83 coefficient band (and since zigzag positions 0, 1, and 2 are in
  /frameworks/base/media/libeffects/lvm/lib/Bass/src/
LVDBE_Tables.h 41 * High Pass Filter Coefficient table
46 * Band Pass Filter coefficient table
LVDBE_Private.h 59 #define LVDBE_MEMREGION_PERSISTENT_COEF 2 /* Offset to persistent coefficient region */
110 /* Data and coefficient pointers */
  /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.
RSAMultiPrimePrivateCrtKey.java 36 * Returns the CRT coefficient, {@code q^-1 mod p}.
38 * @return the CRT coefficient.
  /frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 73 /* 3. The value of the B2 coefficient is only calculated as a single precision value, */
128 * Calculate the B2 coefficient
142 factor = 0x7fff; /* Initialise to 1.0 for the a0 coefficient */
146 coef = LVEQNB_DPCosCoef[i]; /* Get the nth coefficient */
259 * Calculate the B2 coefficient
273 factor = 0x7fff; /* Initialise to 1.0 for the a0 coefficient */
277 coef = LVEQNB_CosCoef[i]; /* Get the nth coefficient */
  /external/chromium/base/crypto/
rsa_private_key_win.cc 58 pki.coefficient()->size() +
91 memcpy(dest, &pki.coefficient()->front(), pki.coefficient()->size());
92 dest += pki.coefficient()->size();
165 pki.coefficient()->assign(pos, pos + primes_size);
  /frameworks/base/media/libeffects/lvm/lib/Common/src/
FO_1I_D32F32Cll_TRC_WRA_01_Init.c 35 /* pCoef - input, pointer to the coefficient structure */
36 /* N - M coefficient factor of QM.N */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
preemph.c 30 Word16 mu, /* (i) Q15 : preemphasis coefficient */
59 Word16 mu, /* (i) Q15 : preemphasis coefficient */
  /external/jpeg/
jchuff.h 13 /* The legal range of a DCT coefficient is
jdtrans.c 9 * that is, reading raw DCT coefficient arrays from an input JPEG file.
23 * Read the coefficient arrays from a JPEG file.
26 * The entire image is read into a set of virtual coefficient-block arrays,
33 * An alternative usage is to simply obtain access to the coefficient arrays
243 /* Always get a full-image coefficient buffer. */
  /external/speex/libspeex/
ltp.h 68 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
87 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
111 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
130 spx_word16_t pitch_coef, /* Voicing (pitch) coefficient */
  /frameworks/base/graphics/java/android/graphics/
EmbossMaskFilter.java 25 * @param specular coefficient for specular highlights (e.g. 8)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
gamma.tcc 267 * @brief Return the logarithm of the binomial coefficient.
268 * The binomial coefficient is given by:
273 * @param __n The first argument of the binomial coefficient.
274 * @param __k The second argument of the binomial coefficient.
275 * @return The binomial coefficient.
298 * @brief Return the binomial coefficient.
299 * The binomial coefficient is given by:
304 * @param __n The first argument of the binomial coefficient.
305 * @param __k The second argument of the binomial coefficient.
306 * @return The binomial coefficient
    [all...]
  /external/ipsec-tools/src/racoon/
prsa_par.h 56 COEFFICIENT = 272,
80 #define COEFFICIENT 272

Completed in 367 milliseconds

1 2 3 4 5 6 7 8 9