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

1 23 4 5 6 7 8 91011>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 55 const int16_t *coefficient,
86 :[coeff]"r"(coefficient),
93 a1 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[5], coefficient[4], state0);
94 b1 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[7], coefficient[6], state1);
97 a2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[1], coefficient[0], state0);
98 b2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[3], coefficient[2], state1)
    [all...]
pitch_filter_armv6.S 29 @ const WebRtc_Word16* coefficient,
59 ldr r9, [sp, #48] @ coefficient
69 @ r9: &coefficient[]
77 ldr r4, [r9], #4 @ coefficient[0, 1]
89 ldrh r4, [r9], #-16 @ r9 back to &coefficient[0].
pitch_filter_c.c 25 const WebRtc_Word16* coefficient,
38 tmpW32 += WEBRTC_SPL_MUL_16_16(ubufQQpos2[*index2 + j], coefficient[j]);
  /frameworks/av/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 */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 77 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
84 * [in] pSrcDst pointer to the coefficient buffer which contains
85 * the quantized coefficient residuals (PQF) of the
87 * [in] pPredBufRow pointer to the coefficient row buffer
88 * [in] pPredBufCol pointer to the coefficient column buffer
107 * [out] pSrcDst pointer to the coefficient buffer which contains
110 * [out] pPredBufRow pointer to the updated coefficient row buffer
111 * [out] pPredBufCol pointer to the updated coefficient column buffer
149 * [in] pCoefBufRow pointer to the coefficient row buffer
184 * [in] pQDctBlkCoef pointer to the quantized DCT coefficient
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 77 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
84 * [in] pSrcDst pointer to the coefficient buffer which contains
85 * the quantized coefficient residuals (PQF) of the
87 * [in] pPredBufRow pointer to the coefficient row buffer
88 * [in] pPredBufCol pointer to the coefficient column buffer
107 * [out] pSrcDst pointer to the coefficient buffer which contains
110 * [out] pPredBufRow pointer to the updated coefficient row buffer
111 * [out] pPredBufCol pointer to the updated coefficient column buffer
149 * [in] pCoefBufRow pointer to the coefficient row buffer
184 * [in] pQDctBlkCoef pointer to the quantized DCT coefficient
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 77 * Performs adaptive DC/AC coefficient prediction for an intra block. Prior
84 * [in] pSrcDst pointer to the coefficient buffer which contains
85 * the quantized coefficient residuals (PQF) of the
87 * [in] pPredBufRow pointer to the coefficient row buffer
88 * [in] pPredBufCol pointer to the coefficient column buffer
107 * [out] pSrcDst pointer to the coefficient buffer which contains
110 * [out] pPredBufRow pointer to the updated coefficient row buffer
111 * [out] pPredBufCol pointer to the updated coefficient column buffer
149 * [in] pCoefBufRow pointer to the coefficient row buffer
184 * [in] pQDctBlkCoef pointer to the quantized DCT coefficient
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/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
  /external/chromium/crypto/
rsa_private_key_win.cc 64 pki.coefficient()->size() +
97 memcpy(dest, &pki.coefficient()->front(), pki.coefficient()->size());
98 dest += pki.coefficient()->size();
174 pki.coefficient()->assign(pos, pos + primes_size);
  /external/eigen/Eigen/src/Eigen2Support/
Cwise.h 34 * \brief Pseudo expression providing additional coefficient-wise operations
36 * \param ExpressionType the type of the object on which to do coefficient-wise operations
38 * This class represents an expression with additional coefficient-wise features.
164 /** \returns a Cwise wrapper of *this providing additional coefficient-wise operations
177 /** \returns a Cwise wrapper of *this providing additional coefficient-wise operations
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
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: */
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicHistogram.java 94 * @param r Red coefficient
95 * @param g Green coefficient
96 * @param b Blue coefficient
97 * @param a Alpha coefficient
101 throw new RSIllegalArgumentException("Coefficient may not be negative.");
  /libcore/luni/src/main/java/java/security/spec/
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/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 59 #define LVDBE_MEMREGION_PERSISTENT_COEF 2 /* Offset to persistent coefficient region */
110 /* Data and coefficient pointers */
  /frameworks/av/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/av/media/libstagefright/codecs/amrwbenc/src/
preemph.c 30 Word16 mu, /* (i) Q15 : preemphasis coefficient */
59 Word16 mu, /* (i) Q15 : preemphasis coefficient */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 31 * position-coefficient buffer are stored in increasing zigzag order instead
51 * coefficient-position pair buffer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DecodeCoeffsToPairCAVLC.c 31 * position-coefficient buffer are stored in increasing zigzag order instead
51 * coefficient-position pair buffer
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_intra.c 13 * Contains modules for filling of the coefficient buffer
63 * [out] pDst pointer to the coefficient buffer of current
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c 33 * Coefficient Decoding for the Case of Switched VLC Encoding.
40 * pQDctBlkCoef - pointer to the quantized DCT coefficient
  /frameworks/base/core/java/android/view/
VelocityTracker.java 226 * First coefficient is position (in pixels), second is velocity (in pixels per second),
251 * Confidence (coefficient of determination), between 0 (no fit) and 1 (perfect fit).
274 * Gets the X coefficient with the specified index.
275 * @param index The index of the coefficient to return.
276 * @return The X coefficient, or 0 if the index is greater than the degree.
283 * Gets the Y coefficient with the specified index.
284 * @param index The index of the coefficient to return.
285 * @return The Y coefficient, or 0 if the index is greater than the degree.
  /libcore/luni/src/main/java/java/security/interfaces/
RSAMultiPrimePrivateCrtKey.java 36 * Returns the CRT coefficient, {@code q^-1 mod p}.
38 * @return the CRT coefficient.
  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 22 /** \brief Base class providing read-only coefficient access to matrices and arrays.
86 * repeated coefficient access. Only use this when it is guaranteed that the
107 /** \returns the coefficient at given the given row and column.
124 * repeated coefficient access. Only use this when it is guaranteed that the
141 /** \returns the coefficient at given index.
160 /** \returns the coefficient at given index.
262 /** \brief Base class providing read/write coefficient access to matrices and arrays.
306 * repeated coefficient access. Only use this when it is guaranteed that the
328 /** \returns a reference to the coefficient at given the given row and column.
348 * repeated coefficient access. Only use this when it is guaranteed that th
    [all...]
  /external/eigen/Eigen/src/plugins/
CommonCwiseUnaryOps.h 11 // This file is a base class plugin containing common coefficient wise functions.
118 /** \brief Apply a unary operator coefficient-wise
121 * \returns An expression of a custom coefficient-wise unary operator \a func of *this
144 /** \returns an expression of a custom coefficient-wise unary operator \a func of *this
  /external/jpeg/
jchuff.h 13 /* The legal range of a DCT coefficient is

Completed in 896 milliseconds

1 23 4 5 6 7 8 91011>>