HomeSort by relevance Sort by last modified time
    Searched refs:k1 (Results 26 - 50 of 363) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
fft.c 74 WebRtc_Word16 k0, k1, k2, k3, k4, kk; local
99 k1 = k0 + 60;
100 k2 = k1 + 60;
105 ajpQx = RexQx[k1] + RexQx[k3];
106 ajmQx = RexQx[k1] - RexQx[k3];
109 bjpQx = ImxQx[k1] + ImxQx[k3];
110 bjmQx = ImxQx[k1] - ImxQx[k3];
141 // RexQ16[k1] = akpQ16 * ccc1Q14 - bkpQ16 * sss1Q14;
144 // ImxQ16[k1] = akpQ16 * sss1Q14 + bkpQ16 * ccc1Q14;
148 RexQx[k1] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(ccc1Q14, akpQx, 14)
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c 47 int j, j1, k, k1, m, m2; local
66 k1 = 2 * k + ip[j];
69 yr = a[k1];
70 yi = a[k1 + 1];
73 a[k1] = xr;
74 a[k1 + 1] = xi;
76 k1 += 2 * m2;
79 yr = a[k1];
80 yi = a[k1 + 1];
83 a[k1] = xr
148 int k1; local
212 int j, k1, k2; local
318 int j0, j1, j2, j3, k, k1, k2, m2; local
504 int j1, j2, k1, k2; local
525 int j1, j2, k1, k2; local
    [all...]
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler_neon.cc 20 float SincResampler::Convolve_NEON(const float* input_ptr, const float* k1,
31 m_sums1 = vmlaq_f32(m_sums1, m_input, vld1q_f32(k1));
32 k1 += 4;
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ZeroPole.cpp 45 const float k1 = 1 / (1 - zero); local
56 float output1 = k1 * (input - zero * lastX);
  /external/clang/test/CodeGenCXX/
static-data-member.cpp 92 static const int k1; member in union:test5::U
98 const int U::k1 = (k0 = 9, 42); member in class:test5::U
  /external/svox/pico/lib/
picofftsg.c 670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
693 k1 = k + m2;
696 yr = a[k1];
697 yi = a[k1 + 1];
700 a[k1] = xr;
701 a[k1 + 1] = xi;
703 k1 -= m;
706 yr = a[k1];
707 yi = a[k1 + 1];
710 a[k1] = xr
1029 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; local
1583 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComposite.cpp 43 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
46 , m_k1(k1)
53 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
55 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
71 float FEComposite::k1() const function in class:WebCore::FEComposite
76 bool FEComposite::setK1(float k1)
78 if (m_k1 == k1)
80 m_k1 = k1;
133 float k1, float k2, float k3, float k4)
138 scaledK1 = k1 / 255.0f
    [all...]
FEComposite.h 49 float k1() const;
80 float k1, float k2, float k3, float k4);
83 unsigned pixelArrayLength, float k1, float k2, float k3, float k4);
85 unsigned pixelArrayLength, float k1, float k2, float k3, float k4);
  /external/chromium_org/third_party/openssl/openssl/crypto/des/t/
test 20 ($k1,$k2)=DES::string_to_2keys($str);
21 @a=split(//,$k1);
  /external/clang/test/Lexer/
cxx1y_binary_literal.cpp 15 int k1 = 0b1234; // expected-error {{invalid digit '2' in binary constant}} variable
  /external/openssl/crypto/des/t/
test 20 ($k1,$k2)=DES::string_to_2keys($str);
21 @a=split(//,$k1);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableBiMap.java 39 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) {
40 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1));
43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) {
44 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2));
48 K k1, V v1, K k2, V v2, K k3, V v3) {
50 k1, v1, k2, v2, k3, v3));
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
56 k1, v1, k2, v2, k3, v3, k4, v4));
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
62 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
437 k1 = kspan + 2;
470 kk = k1 - k2;
479 k1 += inc + inc;
480 kk = (k1 - kspan + 1) / 2 + jc - 1;
493 k1 = kk + kspan;
494 k2 = k1 + kspan;
498 ajp = Re [k1] + Re [k3];
499 ajm = Re [k1] - Re [k3];
502 bjp = Im [k1] + Im [k3]
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
441 k1 = kspan + 2;
474 kk = k1 - k2;
483 k1 += inc + inc;
484 kk = (k1 - kspan + 1) / 2 + jc - 1;
497 k1 = kk + kspan;
498 k2 = k1 + kspan;
502 ajp = Re [k1] + Re [k3];
503 ajm = Re [k1] - Re [k3];
506 bjp = Im [k1] + Im [k3]
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
des_old.h 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
des_old.h 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n)
    [all...]
  /external/openssl/crypto/des/
des_old.h 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n)
    [all...]
  /external/openssl/include/openssl/
des_old.h 138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\
141 DES_ede3_cbc_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(e))
142 #define des_ede3_cbcm_encrypt(i,o,l,k1,k2,k3,iv1,iv2,e)\
143 DES_ede3_cbcm_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv1),(iv2),(e))
144 #define des_ede3_cfb64_encrypt(i,o,l,k1,k2,k3,iv,n,e)\
145 DES_ede3_cfb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n),(e))
146 #define des_ede3_ofb64_encrypt(i,o,l,k1,k2,k3,iv,n)\
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n)
    [all...]
  /external/chromium_org/third_party/smhasher/src/
City.cpp 94 static const uint64 k1 = 0xb492b66fbe98f273ULL; variable
144 uint64 a = Fetch64(s) * k1;
217 pair<uint64, uint64> w = WeakHashLen32WithSeeds(s + len - 32, y + k1, x);
218 x = x * k1 + Fetch64(s);
223 x = Rotate(x + y + v.first + Fetch64(s + 8), 37) * k1;
224 y = Rotate(y + v.second + Fetch64(s + 48), 42) * k1;
227 z = Rotate(z + w.first, 33) * k1;
228 v = WeakHashLen32WithSeeds(s, v.second * k1, x + w.first);
234 return HashLen16(HashLen16(v.first, w.first) + ShiftMix(y) * k1 + z,
256 a = ShiftMix(a * k1) * k1
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
fft4g.c 695 int j, j1, k, k1, l, m, m2; local
713 k1 = 2 * k + ip[j];
716 yr = a[k1];
717 yi = a[k1 + 1];
720 a[k1] = xr;
721 a[k1 + 1] = xi;
723 k1 += 2 * m2;
726 yr = a[k1];
727 yi = a[k1 + 1];
730 a[k1] = xr
795 int j, j1, k, k1, l, m, m2; local
1004 int j, k1, k2; local
1109 int j, j1, j2, j3, k, k1, k2, m, m2; local
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 695 int j, j1, k, k1, l, m, m2; local
713 k1 = 2 * k + ip[j];
716 yr = a[k1];
717 yi = a[k1 + 1];
720 a[k1] = xr;
721 a[k1 + 1] = xi;
723 k1 += 2 * m2;
726 yr = a[k1];
727 yi = a[k1 + 1];
730 a[k1] = xr
795 int j, j1, k, k1, l, m, m2; local
1004 int j, k1, k2; local
1109 int j, j1, j2, j3, k, k1, k2, m, m2; local
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 25 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
27 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
41 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) {
42 fK[0] = k1;
80 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
82 SkScalar result = SkScalarMul(k1, src * dst) +
100 SkScalar k1 = fK[0] / 255; local
120 a = arith(k1, k2, k3, k4, sa, da);
121 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
122 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc))
282 float k1() const { return fK1; } function in class:GrArithmeticEffect
419 float k1 = rand->nextF(); local
    [all...]
  /external/skia/src/effects/
SkArithmeticMode.cpp 25 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
27 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
41 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) {
42 fK[0] = k1;
80 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
82 SkScalar result = SkScalarMul(k1, src * dst) +
100 SkScalar k1 = fK[0] / 255; local
120 a = arith(k1, k2, k3, k4, sa, da);
121 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
122 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc))
282 float k1() const { return fK1; } function in class:GrArithmeticEffect
419 float k1 = rand->nextF(); local
    [all...]
  /external/chromium_org/ash/display/
display_pref_util.h 18 std::map<T, std::string>* CreateToStringMap(T k1, const std::string& v1,
23 (*map)[k1] = v1;
31 std::map<T, std::string>* CreateToStringMap(T k1, const std::string& v1,
35 (*map)[k1] = v1;
  /external/chromium_org/third_party/skia/tools/lua/
agg_dash.lua 23 for k1, v1 in next, dashTable do
24 io.write("\nTable: ", k1, "\n")

Completed in 1314 milliseconds

12 3 4 5 6 7 8 91011>>