/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_filter_mips.c | 19 const int16_t* coefficient, in WebRtcIsacfix_PitchFilterCore() argument 55 : [coefficient] "r" (coefficient), [gain] "r" (gain), in WebRtcIsacfix_PitchFilterCore() 124 : [coefficient] "r" (coefficient), [inputState] "r" (inputState), in WebRtcIsacfix_PitchFilterCore()
|
D | filterbanks.c | 94 const int16_t *coefficient, in WebRtcIsacfix_HighpassFilterFixDec32C() argument 125 :[coeff]"r"(coefficient), in WebRtcIsacfix_HighpassFilterFixDec32C() 132 a1 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[5], state0) + in WebRtcIsacfix_HighpassFilterFixDec32C() 133 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[4], state0) >> 16); in WebRtcIsacfix_HighpassFilterFixDec32C() 134 b1 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[7], state1) + in WebRtcIsacfix_HighpassFilterFixDec32C() 135 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[6], state1) >> 16); in WebRtcIsacfix_HighpassFilterFixDec32C() 138 a2 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[1], state0) + in WebRtcIsacfix_HighpassFilterFixDec32C() 139 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[0], state0) >> 16); in WebRtcIsacfix_HighpassFilterFixDec32C() 140 b2 = WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[3], state1) + in WebRtcIsacfix_HighpassFilterFixDec32C() 141 (WEBRTC_SPL_MUL_16_32_RSFT16(coefficient[2], state1) >> 16); in WebRtcIsacfix_HighpassFilterFixDec32C()
|
D | filterbank_internal.h | 28 const int16_t* coefficient, 34 const int16_t* coefficient, 40 const int16_t* coefficient,
|
D | pitch_filter_armv6.S | 28 @ 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].
|
D | pitch_filter_c.c | 25 const int16_t* coefficient, in WebRtcIsacfix_PitchFilterCore() argument 38 tmpW32 += ubufQQpos2[*index2 + j] * coefficient[j]; in WebRtcIsacfix_PitchFilterCore()
|
D | filterbanks_mips.c | 108 const int16_t* coefficient, in WebRtcIsacfix_HighpassFilterFixDec32MIPS() argument 140 : [coeff_ptr] "r" (coefficient), [state0] "r" (state0), in WebRtcIsacfix_HighpassFilterFixDec32MIPS()
|
D | pitch_estimator.h | 46 const int16_t* coefficient,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
D | RSAPrivateKey.java | 25 private BigInteger coefficient; field in RSAPrivateKey 59 BigInteger coefficient) in RSAPrivateKey() argument 69 this.coefficient = coefficient; in RSAPrivateKey() 91 coefficient = ((ASN1Integer)e.nextElement()).getValue(); in RSAPrivateKey() 141 return coefficient; in getCoefficient()
|
D | RSAPrivateKeyStructure.java | 28 private BigInteger coefficient; field in RSAPrivateKeyStructure 61 BigInteger coefficient) in RSAPrivateKeyStructure() argument 71 this.coefficient = coefficient; in RSAPrivateKeyStructure() 93 coefficient = ((ASN1Integer)e.nextElement()).getValue(); in RSAPrivateKeyStructure() 143 return coefficient; in getCoefficient()
|
/external/eigen/doc/ |
D | TutorialArrayClass.dox | 3 /** \eigenManualPage TutorialArrayClass The Array class and coefficient-wise operations 14 perform coefficient-wise operations, which might not have a linear algebraic meaning, 15 such as adding a constant to every coefficient in the array or multiplying two arrays coefficient-w… 77 … valid if both arrays have the same size, and the addition or subtraction is done coefficient-wise. 79 …xpressions of the form <tt>array + scalar</tt> which add a scalar to each coefficient in the array. 96 multiplication as matrix product and arrays interpret multiplication as coefficient-wise product. T… 109 \section TutorialArrayClassCwiseOther Other coefficient-wise operations 111 The Array class defines other coefficient-wise operations besides the addition, subtraction and mul… 113 value of each coefficient, while \link ArrayBase::sqrt() .sqrt() \endlink computes the square root … 127 More coefficient-wise operations can be found in the \ref QuickRefPage. [all …]
|
D | TutorialReductionsVisitorsBroadcasting.dox | 35 If you want other coefficient-wise \f$\ell^p\f$ norms, use the \link MatrixBase::lpNorm lpNorm<p>()… 66 …coefficient-wise comparison and equality operators provided by Array. For instance, <tt>array > 0<… 84 Visitors are useful when one wants to obtain the location of a coefficient inside 88 the location of the greatest or smallest coefficient in a Matrix or 104 Both functions also return the value of the minimum or maximum coefficient. 198 … use the operators <tt>*=</tt>, <tt>/=</tt>, <tt>*</tt> and <tt>/</tt> to perform coefficient-wise 254 this operation is a row vector where each coefficient is the squared Euclidean distance between eac…
|
D | A05_PortingFrom2To3.dox | 76 In Eigen2, coefficient wise operations which have no proper mathematical definition (as a coefficie… 80 Array for which all operations are performed coefficient wise. You can easily view a matrix as an a… 88 a permanent conversion to the array world. Therefore, for binary operations such as the coefficient… 90 concatenate multiple coefficient wise operations you only have to do the conversion once, e.g.: 256 …est for a lay product, i.e., for a product which will be evaluated one coefficient at once, on req…
|
/external/syslinux/gpxe/src/crypto/ |
D | md5.c | 33 u8 coefficient; member 60 .coefficient = 1, 65 .coefficient = 5, 70 .coefficient = 3, 75 .coefficient = 7, 120 g = ( ( i * step->coefficient + step->constant ) & 0xf ); in md5_transform()
|
/external/deqp/modules/glshared/ |
D | glsCalibration.cpp | 86 result.coefficient = destructiveMedian(pairwiseCoefficients); in theilSenLinearRegression() 90 pointwiseOffsets.push_back(dataPoints[i].y() - result.coefficient*dataPoints[i].x()); in theilSenLinearRegression() 156 result.coefficient = linearSample(medianSlopes, 0.5f); in theilSenSiegelLinearRegression() 160 pointwiseOffsets.push_back(dataPoints[i].y() - result.coefficient*dataPoints[i].x()); in theilSenSiegelLinearRegression() 373 …if (estimatorLine.coefficient < coeffEpsilon) // Coefficient not good for sensible estimation; inc… in recomputeParameters() 378 …newCallCount = (int)((targetFrameTimeUs - estimatorLine.offset) / estimatorLine.coefficient + 0.5f… in recomputeParameters() 381 if (estimatorLine.offset + estimatorLine.coefficient*(float)newCallCount < minGoodFrameTimeUs) in recomputeParameters()
|
D | glsCalibration.hpp | 42 float coefficient; member 44 LineParameters (float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {} in LineParameters() 57 float coefficient; member
|
/external/pdfium/xfa/fxbarcode/common/reedsolomon/ |
D | BC_ReedSolomonGF256.cpp | 77 int32_t coefficient, in BuildMonomial() argument 83 if (coefficient == 0) { in BuildMonomial() 91 coefficients[0] = coefficient; in BuildMonomial()
|
D | BC_ReedSolomonGF256Poly.cpp | 189 int32_t coefficient, in MultiplyByMonomial() argument 195 if (coefficient == 0) in MultiplyByMonomial() 202 product[i] = (m_field->Multiply(m_coefficients[i], coefficient)); in MultiplyByMonomial()
|
D | BC_ReedSolomonGF256.h | 28 int32_t coefficient,
|
D | BC_ReedSolomonGF256Poly.h | 34 int32_t coefficient,
|
/external/ImageMagick/MagickCore/ |
D | resize.c | 98 coefficient[7]; /* cubic coefficents for BC-cubic filters */ member 239 return(resize_filter->coefficient[0]+x*(x* in CubicBC() 240 (resize_filter->coefficient[1]+x*resize_filter->coefficient[2]))); in CubicBC() 242 return(resize_filter->coefficient[3]+x*(resize_filter->coefficient[4]+x* in CubicBC() 243 (resize_filter->coefficient[5]+x*resize_filter->coefficient[6]))); in CubicBC() 279 return(exp((double)(-resize_filter->coefficient[1]*x*x))); in Gaussian() 338 return(resize_filter->coefficient[1]*I0(resize_filter->coefficient[0]* in Kaiser() 1005 resize_filter->coefficient[0]=value; /* note sigma too */ in AcquireResizeFilter() 1006 resize_filter->coefficient[1]=PerceptibleReciprocal(2.0*value*value); /* sigma scaling */ in AcquireResizeFilter() 1007 resize_filter->coefficient[2]=PerceptibleReciprocal(Magick2PI*value*value); in AcquireResizeFilter() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fFlushFinishTests.cpp | 362 …const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() 363 …const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() 376 …TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE, waitLine.coefficient) in analyzeResults() 377 …TestLog::Float("ReadCoefficient", "Read coefficient", "", QP_KEY_TAG_NONE, readLine.coefficient) in analyzeResults()
|
/external/autotest/client/deps/glbench/src/ |
D | testbase.cc | 121 void RunTest(TestBase* test, const char* testname, const double coefficient, in RunTest() argument 139 value = coefficient * (inverse ? 1.0 / value : value); in RunTest()
|
D | testbase.h | 38 double coefficient,
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 716 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics() 733 const float prediction = (float)(samples[ndx].*predictor) * fit.coefficient + fit.offset; in calculateBasicStatistics() 1008 …oximation.offset + startApproximation.coefficient*aabbMinX, endApproximation.offset + endApproxima… in calculateSampleFitLinearity() 1010 …oximation.offset + startApproximation.coefficient*aabbMaxX, endApproximation.offset + endApproxima… in calculateSampleFitLinearity() 1013 …rtApproximation.offset, startApproximation.coefficient, endApproximation.offset, endApproximation.… in calculateSampleFitLinearity() 1044 …roximation.offset + evenApproximation.coefficient*aabbMinX, oddApproximation.offset + oddApproxima… in calculateSampleTemporalStability() 1046 …roximation.offset + evenApproximation.coefficient*aabbMaxX, oddApproximation.offset + oddApproxima… in calculateSampleTemporalStability() 1049 …venApproximation.offset, evenApproximation.coefficient, oddApproximation.offset, oddApproximation.… in calculateSampleTemporalStability() 1182 …oximated linear cost", "us / MB", QP_KEY_TAG_TIME, contributionFitting.coefficient * 1024.0f * 102… in logMapContribution() 1191 …oximated linear cost", "us / MB", QP_KEY_TAG_TIME, contributionFitting.coefficient * 1024.0f * 102… in logUnmapContribution() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fFlushFinishTests.cpp | 471 …const float normWaitCoef = waitLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() 472 …const float normReadCoef = readLine.coefficient * float(calibrationParams.maxDrawCalls) / float… in analyzeResults() 485 …TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE, waitLine.coefficient) in analyzeResults() 486 …TestLog::Float("ReadCoefficient", "Read coefficient", "", QP_KEY_TAG_NONE, readLine.coefficient) in analyzeResults()
|