/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
filterbank_internal.h | 23 * coefficient: Input. 28 const int16_t *coefficient,
|
pitch_filter_c.c | 25 const WebRtc_Word16* coefficient, 38 tmpW32 += WEBRTC_SPL_MUL_16_16(ubufQQpos2[*index2 + j], coefficient[j]);
|
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_estimator.h | 46 const WebRtc_Word16* coefficient,
|
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 | 56 const WebRtc_Word16* coefficient,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
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
|
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
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
Decimal.cpp | 242 Decimal::EncodedData::EncodedData(Sign sign, int exponent, uint64_t coefficient) 243 : m_formatClass(coefficient ? ClassNormal : ClassZero) 247 while (coefficient > MaxCoefficient) { 248 coefficient /= 10; 267 m_coefficient = coefficient; 284 Decimal::Decimal(Sign sign, int exponent, uint64_t coefficient) 285 : m_data(sign, exponent, coefficient) 425 const uint64_t lhsCoefficient = lhs.m_data.coefficient(); 426 const uint64_t rhsCoefficient = rhs.m_data.coefficient(); 489 uint64_t remainder = lhs.m_data.coefficient(); [all...] |
Decimal.h | 64 EncodedData(Sign, int exponent, uint64_t coefficient); 69 uint64_t coefficient() const { return m_coefficient; } function in class:WebCore::Decimal::EncodedData 98 Decimal(Sign, int exponent, uint64_t coefficient);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/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
|
armVCM4P2_SetPredDir_s.s | 27 ; * [in] pCoefBufRow pointer to the coefficient row buffer
|
/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
|
armVCM4P2_SetPredDir_s.s | 27 ; * [in] pCoefBufRow pointer to the coefficient row 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);
|
rsa_private_key.h | 86 std::vector<uint8>* coefficient() { return &coefficient_; }; function in class:crypto::PrivateKeyInfoCodec
|
rsa_private_key_nss.cc | 160 !ReadAttribute(key_, CKA_COEFFICIENT, private_key_info.coefficient())) {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_UnpackBlock4x4_s.s | 47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_UnpackBlock4x4_s.s | 47 ; Firstly, fill all the coefficient values on the <pDst> buffer by zero
|
/external/ceres-solver/examples/ |
denoising.cc | 95 const double coefficient = 1 / (2.0 * FLAGS_sigma * FLAGS_sigma); local 98 new QuadraticCostFunction(coefficient,
|
/external/chromium_org/crypto/ |
rsa_private_key.h | 83 std::vector<uint8>* coefficient() { return &coefficient_; }; function in class:crypto::PrivateKeyInfoCodec
|
rsa_private_key_nss.cc | 192 !ReadAttribute(key_, CKA_COEFFICIENT, private_key_info.coefficient())) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
NumberInputType.cpp | 79 const unsigned sizeOfDigits = String::number(value.value().coefficient()).length();
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 101 lvsl v17,0,r5 ; v17: coefficient alignment permutation vector 102 vperm v17,v17,v17,v0 ; v17: reversal coefficient alignment permutation vector 350 lvsl v5,0,r5 ; v5: coefficient alignment permutation vector 351 vperm v5,v5,v5,v0 ; v5: reversal coefficient alignment permutation vector
|
/external/flac/libFLAC/ppc/gas/ |
lpc_asm.s | 103 lvsl v17,0,r5 # v17: coefficient alignment permutation vector 104 vperm v17,v17,v17,v0 # v17: reversal coefficient alignment permutation vector 352 lvsl v5,0,r5 # v5: coefficient alignment permutation vector 353 vperm v5,v5,v5,v0 # v5: reversal coefficient alignment permutation vector
|