Searched refs:coefficient (Results 1 - 25 of 55) sorted by relevance

123

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbank_internal.h23 * coefficient: Input.
28 const int16_t *coefficient,
H A Dpitch_filter_c.c25 const WebRtc_Word16* coefficient,
38 tmpW32 += WEBRTC_SPL_MUL_16_16(ubufQQpos2[*index2 + j], coefficient[j]);
19 WebRtcIsacfix_PitchFilterCore(int loopNumber, WebRtc_Word16 gain, int index, WebRtc_Word16 sign, WebRtc_Word16* inputState, WebRtc_Word16* outputBuf2, const WebRtc_Word16* coefficient, WebRtc_Word16* inputBuf, WebRtc_Word16* outputBuf, int* index2) argument
H A Dfilterbanks.c55 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[
53 WebRtcIsacfix_HighpassFilterFixDec32(int16_t *io, int16_t len, const int16_t *coefficient, int32_t *state) argument
[all...]
H A Dpitch_estimator.h46 const WebRtc_Word16* coefficient,
H A Dpitch_filter_armv6.S29 @ 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].
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter_mips.c19 const int16_t* coefficient,
40 "lwl %[coef1], 3(%[coefficient]) \n\t"
41 "lwl %[coef2], 7(%[coefficient]) \n\t"
42 "lwl %[coef3], 11(%[coefficient]) \n\t"
43 "lwl %[coef4], 15(%[coefficient]) \n\t"
44 "lwr %[coef1], 0(%[coefficient]) \n\t"
45 "lwr %[coef2], 4(%[coefficient]) \n\t"
46 "lwr %[coef3], 8(%[coefficient]) \n\t"
47 "lwr %[coef4], 12(%[coefficient]) \n\t"
48 "lhu %[coef5], 16(%[coefficient]) \
13 WebRtcIsacfix_PitchFilterCore(int loopNumber, int16_t gain, int index, int16_t sign, int16_t* inputState, int16_t* outputBuf2, const int16_t* coefficient, int16_t* inputBuf, int16_t* outputBuf, int* index2) argument
[all...]
H A Dfilterbank_internal.h23 * coefficient: Input.
28 const int16_t* coefficient,
34 const int16_t* coefficient,
40 const int16_t* coefficient,
H A Dpitch_filter_c.c25 const int16_t* coefficient,
38 tmpW32 += WEBRTC_SPL_MUL_16_16(ubufQQpos2[*index2 + j], coefficient[j]);
19 WebRtcIsacfix_PitchFilterCore(int loopNumber, int16_t gain, int index, int16_t sign, int16_t* inputState, int16_t* outputBuf2, const int16_t* coefficient, int16_t* inputBuf, int16_t* outputBuf, int* index2) argument
H A Dfilterbanks.c94 const int16_t *coefficient,
125 :[coeff]"r"(coefficient),
132 a1 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[5], state0) +
133 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[4], state0) >> 16);
134 b1 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[7], state1) +
135 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[6], state1) >> 16);
138 a2 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[1], state0) +
139 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[0], state0) >> 16);
140 b2 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[3], state1) +
141 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[
92 WebRtcIsacfix_HighpassFilterFixDec32C(int16_t *io, int16_t len, const int16_t *coefficient, int32_t *state) argument
[all...]
H A Dpitch_estimator.h46 const int16_t* coefficient,
H A Dfilterbanks_mips.c108 const int16_t* coefficient,
140 : [coeff_ptr] "r" (coefficient), [state0] "r" (state0),
106 WebRtcIsacfix_HighpassFilterFixDec32MIPS(int16_t* io, int16_t len, const int16_t* coefficient, int32_t* state) argument
H A Dpitch_filter_armv6.S28 @ const int16_t* coefficient,
56 ldr r9, [sp, #48] @ coefficient
66 @ r9: &coefficient[]
74 ldr r4, [r9], #4 @ coefficient[0, 1]
86 ldrh r4, [r9], #-16 @ r9 back to &coefficient[0].
H A Dfilters_neon.S39 @ Generate the first coefficient r0.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DRSAPrivateKey.java25 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
51 RSAPrivateKey( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger prime1, BigInteger prime2, BigInteger exponent1, BigInteger exponent2, BigInteger coefficient) argument
H A DRSAPrivateKeyStructure.java28 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
53 RSAPrivateKeyStructure( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger prime1, BigInteger prime2, BigInteger exponent1, BigInteger exponent2, BigInteger coefficient) argument
/external/deqp/modules/glshared/
H A DglsCalibration.hpp42 float coefficient; member in struct:deqp::gls::LineParameters
44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {}
57 float coefficient; member in struct:deqp::gls::LineParametersWithConfidence
H A DglsCalibration.cpp84 // \note If there are no data point pairs with differing x values, the coefficient variable will stay zero as initialized.
86 result.coefficient = destructiveMedian(pairwiseCoefficients);
88 // Compute the offsets corresponding to the median coefficient, for all data points.
90 pointwiseOffsets.push_back(dataPoints[i].y() - result.coefficient*dataPoints[i].x());
156 result.coefficient = linearSample(medianSlopes, 0.5f);
158 // Compute the offsets corresponding to the median coefficient, for all data points.
160 pointwiseOffsets.push_back(dataPoints[i].y() - result.coefficient*dataPoints[i].x());
373 if (estimatorLine.coefficient < coeffEpsilon) // Coefficient not good for sensible estimation; increase call count enough to get a reasonably different value.
377 // Solve newCallCount such that approximately targetFrameTime = offset + coefficient*newCallCount.
378 newCallCount = (int)((targetFrameTimeUs - estimatorLine.offset) / estimatorLine.coefficient
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDecimal.cpp241 Decimal::EncodedData::EncodedData(Sign sign, int exponent, uint64_t coefficient)
242 : m_formatClass(coefficient ? ClassNormal : ClassZero)
246 while (coefficient > MaxCoefficient) {
247 coefficient /= 10;
266 m_coefficient = coefficient;
283 Decimal::Decimal(Sign sign, int exponent, uint64_t coefficient)
284 : m_data(sign, exponent, coefficient)
424 const uint64_t lhsCoefficient = lhs.m_data.coefficient();
425 const uint64_t rhsCoefficient = rhs.m_data.coefficient();
488 uint64_t remainder = lhs.m_data.coefficient();
[all...]
H A DDecimal.h64 EncodedData(Sign, int exponent, uint64_t coefficient);
69 uint64_t coefficient() const { return m_coefficient; } function in class:blink::Decimal::EncodedData
98 Decimal(Sign, int exponent, uint64_t coefficient);
/external/ceres-solver/examples/
H A Ddenoising.cc95 const double coefficient = 1 / (2.0 * FLAGS_sigma * FLAGS_sigma); local
98 new QuadraticCostFunction(coefficient,
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp361 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
362 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
375 m_testCtx.getLog() << TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE, waitLine.coefficient)
376 << TestLog::Float("ReadCoefficient", "Read coefficient", "", QP_KEY_TAG_NONE, readLine.coefficient)
377 << TestLog::Float("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef)
378 << TestLog::Float("NormalizedReadCoefficient", "Normalized read coefficient", "", QP_KEY_TAG_NONE, normReadCoef);
410 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << cmpName << " " << threshold << TestLog::EndMessage;
/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp432 const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
433 const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
446 m_testCtx.getLog() << TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE, waitLine.coefficient)
447 << TestLog::Float("ReadCoefficient", "Read coefficient", "", QP_KEY_TAG_NONE, readLine.coefficient)
448 << TestLog::Float("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef)
449 << TestLog::Float("NormalizedReadCoefficient", "Normalized read coefficient", "", QP_KEY_TAG_NONE, normReadCoef);
481 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << cmpName << " " << threshold << TestLog::EndMessage;
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp735 const float prediction = samples[ndx].*predictor * fit.coefficient + fit.offset;
752 const float prediction = samples[ndx].*predictor * fit.coefficient + fit.offset;
1027 const float aabbMinY = de::min(startApproximation.offset + startApproximation.coefficient*aabbMinX, endApproximation.offset + endApproximation.coefficient*aabbMinX);
1029 const float aabbMaxY = de::max(startApproximation.offset + startApproximation.coefficient*aabbMaxX, endApproximation.offset + endApproximation.coefficient*aabbMaxX);
1032 const float areaBetweenLines = getAreaBetweenLines(aabbMinX, aabbMaxX, startApproximation.offset, startApproximation.coefficient, endApproximation.offset, endApproximation.coefficient);
1063 const float aabbMinY = de::min(evenApproximation.offset + evenApproximation.coefficient*aabbMinX, oddApproximation.offset + oddApproximation.coefficient*aabbMin
[all...]
/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_key_nss.cc109 // coefficient INTEGER, -- (inverse of q) mod p
124 SECItem coefficient; member in struct:content::webcrypto::__anon7530::RSAPrivateKey
141 {SEC_ASN1_INTEGER, offsetof(RSAPrivateKey, coefficient)},
193 if (!ReadUint(key, CKA_COEFFICIENT, &out->coefficient))
209 SECITEM_FreeItem(&out->coefficient, PR_FALSE);
831 SECItemToCryptoData(key_props.coefficient),
/external/chromium_org/crypto/
H A Drsa_private_key.h83 std::vector<uint8>* coefficient() { return &coefficient_; }; function in class:crypto::PrivateKeyInfoCodec

Completed in 1498 milliseconds

123