/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
H A D | pitch_filter_c.c | 25 const int16_t* coefficient, 38 tmpW32 += ubufQQpos2[*index2 + j] * coefficient[j]; 19 WebRtcIsacfix_PitchFilterCore(int loopNumber, int16_t gain, size_t 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 D | pitch_filter_mips.c | 19 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, size_t 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 D | filterbanks.c | 94 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 D | filterbanks_mips.c | 108 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
|
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/ |
H A D | BC_ReedSolomonGF256.cpp | 80 int32_t coefficient,
86 if (coefficient == 0) {
93 coefficients[0] = coefficient;
78 BuildMonomial( int32_t degree, int32_t coefficient, int32_t& e) argument
|
H A D | BC_ReedSolomonGF256Poly.cpp | 191 int32_t coefficient,
197 if (coefficient == 0) {
206 product[i] = (m_field->Multiply(m_coefficients[i], coefficient));
189 MultiplyByMonomial( int32_t degree, int32_t coefficient, int32_t& e) argument
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
H A D | BC_PDF417ECModulusGF.cpp | 68 int32_t coefficient,
75 if (coefficient == 0) {
83 coefficients[0] = coefficient;
66 buildMonomial( int32_t degree, int32_t coefficient, int32_t& e) argument
|
H A D | BC_PDF417ECModulusPoly.cpp | 80 int32_t coefficient = m_coefficients.GetAt(l);
local 81 result = m_field->add(result, coefficient);
216 int32_t coefficient,
223 if (coefficient == 0) {
233 product[i] = m_field->multiply(m_coefficients[i], coefficient);
307 int32_t coefficient = getCoefficient(degree);
local 308 if (coefficient != 0) {
309 if (coefficient < 0) {
311 coefficient = -coefficient;
214 multiplyByMonomial( int32_t degree, int32_t coefficient, int32_t& e) argument [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
H A D | 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 51 RSAPrivateKey( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger prime1, BigInteger prime2, BigInteger exponent1, BigInteger exponent2, BigInteger coefficient) argument
|
H A D | 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 53 RSAPrivateKeyStructure( BigInteger modulus, BigInteger publicExponent, BigInteger privateExponent, BigInteger prime1, BigInteger prime2, BigInteger exponent1, BigInteger exponent2, BigInteger coefficient) argument
|
/external/ceres-solver/examples/ |
H A D | denoising.cc | 95 const double coefficient = 1 / (2.0 * FLAGS_sigma * FLAGS_sigma); local 98 new QuadraticCostFunction(coefficient,
|
/external/libchrome/crypto/ |
H A D | rsa_private_key.h | 80 std::vector<uint8_t>* coefficient() { return &coefficient_; } function in class:crypto::PrivateKeyInfoCodec
|
/external/autotest/client/deps/glbench/src/ |
H A D | testbase.cc | 119 void RunTest(TestBase* test, const char* testname, const double coefficient, argument 137 value = coefficient * (inverse ? 1.0 / value : value);
|
/external/deqp/modules/glshared/ |
H A D | glsCalibration.hpp | 42 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
|
/external/dng_sdk/source/ |
H A D | dng_misc_opcodes.cpp | 436 const real64 *coefficient) 452 fCoefficient [j] = coefficient [j]; 434 dng_opcode_MapPolynomial(const dng_area_spec &areaSpec, uint32 degree, const real64 *coefficient) argument
|
/external/ImageMagick/MagickCore/ |
H A D | pixel.c | 280 static const double coefficient[] = /* terms for x^(7/5), x=1.5 */ 314 p=coefficient[0]*term[0]+coefficient[1]*term[1]+coefficient[2]*term[2]+ 315 coefficient[3]*term[3]+coefficient[4]*term[4]+coefficient[5]*term[5]+ 316 coefficient[6]*term[6]+coefficient[7]*term[7]+coefficient[ 274 static const double coefficient[] = /* terms for x^(7/5), x=1.5 */ local 394 static const double coefficient[] = /* Chebychevi poly: x^(5/12), x=1.5 */ local [all...] |
H A D | resize.c | 100 coefficient[7]; /* cubic coefficents for BC-cubic filters */ 243 return(resize_filter->coefficient[0]+x*(x* 244 (resize_filter->coefficient[1]+x*resize_filter->coefficient[2]))); 246 return(resize_filter->coefficient[3]+x*(resize_filter->coefficient[4]+x* 247 (resize_filter->coefficient[5]+x*resize_filter->coefficient[6]))); 283 return(exp((double)(-resize_filter->coefficient[1]*x*x))); 342 return(resize_filter->coefficient[ 98 coefficient[7]; /* cubic coefficents for BC-cubic filters */ member in struct:_ResizeFilter [all...] |
H A D | statistic.c | 2266 % (coefficient and degree pairs). 2412 coefficient, 2423 coefficient=(MagickRealType) terms[2*j]; 2425 polynomial_pixel[x].channel[i]+=coefficient* 2400 coefficient, local
|
/external/opencv/ml/src/ |
H A D | ml_inner_functions.cpp | 330 float rad, norm, coefficient; local 358 coefficient = rad / norm; 360 CV_MAT_ELEM (sample, float, 0, j) *= coefficient;
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
H A D | logback-core-0.9.8-SNAPSHOT.jar | META-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ... |
/external/zxing/core/ |
H A D | core.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ... |
/external/google-tv-pairing-protocol/java/jar/ |
H A D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |