Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 25 of 45) sorted by relevance

12

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Ddct.cpp42 Int k0, k1, k2, k3, k4, k5, k6, k7; in BlockDCT_AANwSub() local
63 k1 = mask & (tmp << 1); in BlockDCT_AANwSub()
64 k0 = k1 - (k0 << 1); in BlockDCT_AANwSub()
65 k1 = (tmp2 >> 8) & 0xFF; in BlockDCT_AANwSub()
67 k1 = k2 - (k1 << 1); in BlockDCT_AANwSub()
94 k1 = k1 + k6; in BlockDCT_AANwSub()
95 k6 = k1 - (k6 << 1); in BlockDCT_AANwSub()
103 k1 = k1 + k2; in BlockDCT_AANwSub()
104 k2 = k1 - (k2 << 1); in BlockDCT_AANwSub()
106 k0 = k0 + k1; in BlockDCT_AANwSub()
[all …]
Ddct_inline.h42 int32 k1; in mla392() local
46 k1 = k0 * 392 + round; in mla392()
48 return k1; in mla392()
51 __inline int32 mla554(int32 k4, int32 k12, int32 k1) in mla554() argument
57 k0 = k4 * 554 + k1; in mla554()
62 __inline int32 mla1338(int32 k6, int32 k14, int32 k1) in mla1338() argument
68 out = k6 * 1338 + k1; in mla1338()
73 __inline int32 mla946(int32 k6, int32 k14, int32 k1) in mla946() argument
79 out = k6 * 946 + k1; in mla946()
84 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3, in sum_abs() argument
[all …]
/external/svox/pico/lib/
Dpicofftsg.c670 picoos_int32 j0, k0, j1, k1, l, m, i, j, k, nh, m2; in bitrv2() local
693 k1 = k + m2; in bitrv2()
696 yr = a[k1]; in bitrv2()
697 yi = a[k1 + 1]; in bitrv2()
700 a[k1] = xr; in bitrv2()
701 a[k1 + 1] = xi; in bitrv2()
703 k1 -= m; in bitrv2()
706 yr = a[k1]; in bitrv2()
707 yi = a[k1 + 1]; in bitrv2()
710 a[k1] = xr; in bitrv2()
[all …]
/external/openssl/crypto/des/
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
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)\ argument
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)\ argument
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)\ argument
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n))
[all …]
Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
114 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
117 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
120 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
123 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
Dofb64ede.c67 DES_key_schedule *k1, DES_key_schedule *k2, in DES_ede3_ofb64_encrypt() argument
94 DES_encrypt3(ti,k1,k2,k3); in DES_ede3_ofb64_encrypt()
120 register unsigned char *out, long length, DES_key_schedule k1, in DES_ede2_ofb64_encrypt() argument
123 DES_ede3_ofb64_encrypt(in, out, length, k1,k2,k1, ivec, num); in DES_ede2_ofb64_encrypt()
Drpw.c64 DES_cblock k,k1; in main() local
78 if ((i=des_read_2passwords(&k,&k1, in main()
87 printf("%02x ",k1[i]); in main()
/external/openssl/include/openssl/
Ddes_old.h138 #define des_ecb3_encrypt(i,o,k1,k2,k3,e)\ argument
139 DES_ecb3_encrypt((i),(o),&(k1),&(k2),&(k3),(e))
140 #define des_ede3_cbc_encrypt(i,o,l,k1,k2,k3,iv,e)\ argument
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)\ argument
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)\ argument
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)\ argument
147 DES_ede3_ofb64_encrypt((i),(o),(l),&(k1),&(k2),&(k3),(iv),(n))
[all …]
Ddes.h113 #define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
114 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
116 #define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
117 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
119 #define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
120 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
122 #define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
123 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
/external/webkit/WebCore/platform/graphics/filters/
DFEComposite.cpp32 const float& k1, const float& k2, const float& k3, const float& k4) in FEComposite() argument
37 , m_k1(k1) in FEComposite()
45 const float& k1, const float& k2, const float& k3, const float& k4) in create() argument
47 return adoptRef(new FEComposite(in, in2, type, k1, k2, k3, k4)); in create()
60 float FEComposite::k1() const in k1() function in WebCore::FEComposite
65 void FEComposite::setK1(float k1) in setK1() argument
67 m_k1 = k1; in setK1()
DFEComposite.h51 float k1() const;
/external/bzip2/
Dbzlib.c538 UChar k1; in unRLE_obuf_to_output_FAST() local
565 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK; in unRLE_obuf_to_output_FAST()
566 k1 ^= BZ_RAND_MASK; s->nblock_used++; in unRLE_obuf_to_output_FAST()
568 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
571 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK; in unRLE_obuf_to_output_FAST()
572 k1 ^= BZ_RAND_MASK; s->nblock_used++; in unRLE_obuf_to_output_FAST()
574 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
577 BZ_GET_FAST(k1); BZ_RAND_UPD_MASK; in unRLE_obuf_to_output_FAST()
578 k1 ^= BZ_RAND_MASK; s->nblock_used++; in unRLE_obuf_to_output_FAST()
580 if (k1 != s->k0) { s->k0 = k1; continue; }; in unRLE_obuf_to_output_FAST()
[all …]
/external/opencore/codecs_v2/audio/aac/dec/src/
Dsbr_generate_high_freq.cpp487 Int32 *k1; in high_freq_coeff_LC() local
497 k1 = scratch_mem; in high_freq_coeff_LC()
538 k1[loBand] = - quotient.quotient >> quotient.shift_factor; in high_freq_coeff_LC()
544 k1[loBand] = (Int32)0xC0000000; /* -1.0 in Q30 */ in high_freq_coeff_LC()
548 k1[loBand] = 0x40000000; /* 1.0 in Q30 */ in high_freq_coeff_LC()
552 k1[loBand] = -quotient.quotient; in high_freq_coeff_LC()
559 k1[loBand] = (Int32)0xC0000000; /* -1.0 in Q30 */ in high_freq_coeff_LC()
563 k1[loBand] = 0x40000000; /* 1.0 in Q30 */ in high_freq_coeff_LC()
634 k1[loBand] = 0; in high_freq_coeff_LC()
639 k1[0] = 0; in high_freq_coeff_LC()
[all …]
/external/icu4c/test/intltest/
Dthcoll.cpp169 CollationKey k1, k2; in TestDictionary() local
170 coll->getCollationKey(lastWord, k1, status); in TestDictionary()
176 msg.append("key1: ").append(prettify(k1, str)).append("\n"); in TestDictionary()
288 CollationKey k1, k2; in compareArray()
289 c.getCollationKey(s1, k1, status); in compareArray()
295 errln((UnicodeString)" key1: " + prettify(k1, t1) ); in compareArray()
301 CollationKey k1, k2; in compareArray()
302 c.getCollationKey(s1, k1, status); in compareArray()
309 result = k1.compareTo(k2); in compareArray()
317 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2)); in compareArray()
/external/dropbear/libtomcrypt/src/ciphers/
Dkseed.c205 ulong32 tmp, k1, k2, k3, k4; in kseed_setup() local
216 LOAD32H(k1, key); in kseed_setup()
222 skey->kseed.K[2*i+0] = G(k1 + k3 - KCi[i]); in kseed_setup()
229 tmp = k1; in kseed_setup()
230 k1 = ((k1 >> 8) | (k2 << 24)) & 0xFFFFFFFF; in kseed_setup()
/external/openssl/crypto/des/t/
Dtest20 ($k1,$k2)=DES::string_to_2keys($str);
21 @a=split(//,$k1);
/external/tremor/Tremor/
Dfloor1.c62 int k1=j; in mergesort() local
66 while(k1<mid && k2<end){ in mergesort()
67 if(vals[A[k1]]<vals[A[k2]]) in mergesort()
68 B[j++]=A[k1++]; in mergesort()
72 while(k1<mid) B[j++]=A[k1++]; in mergesort()
/external/skia/src/animator/
DSkBase64.cpp139 int k1 = 0; in Encode() local
145 k1 = b >> 4; in Encode()
149 *dst++ = encode[(k1 | a << 4) & 0x3F]; in Encode()
/external/openssl/crypto/ec/
Dec_asn1.c105 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, in EC_GROUP_get_pentanomial_basis() argument
118 if (k1) in EC_GROUP_get_pentanomial_basis()
119 *k1 = group->poly[3]; in EC_GROUP_get_pentanomial_basis()
132 long k1; member
200 ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG),
394 unsigned int k1, k2, k3; in ec_asn1_group2fieldid() local
396 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)) in ec_asn1_group2fieldid()
407 char_two->p.ppBasis->k1 = (long)k1; in ec_asn1_group2fieldid()
838 … if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0)) in ec_asn1_parameters2group()
846 if (!BN_set_bit(p, (int)penta->k1)) goto err; in ec_asn1_parameters2group()
/external/srec/srec/cfront/
Dsp_fft.c427 unsigned k1, k2, k3; in comp_L_butterfly1() local
432 k1 = quarterLength; in comp_L_butterfly1()
433 k2 = k1 + quarterLength; in comp_L_butterfly1()
437 r1 = data[k1]; in comp_L_butterfly1()
441 i1 = data[k1+1]; in comp_L_butterfly1()
447 data[k1] = r1 + r3; in comp_L_butterfly1()
449 data[k1+1] = i1 + i3; in comp_L_butterfly1()
/external/speex/libspeex/
Dsmallft.c45 int k1, l1, l2, ib; in drfti1() local
86 for (k1=0;k1<nfm1;k1++){ in drfti1()
87 ip=ifac[k1+2]; in drfti1()
576 int i,k1,l1,l2; in drftf1() local
585 for(k1=0;k1<nf;k1++){ in drftf1()
586 kh=nf-k1; in drftf1()
1157 int i,k1,l1,l2; in drftb1() local
1166 for(k1=0;k1<nf;k1++){ in drftb1()
1167 ip=ifac[k1 + 2]; in drftb1()
/external/freetype/src/base/
Dfttrigon.c68 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; in ft_trig_downscale() local
77 k1 = FT_TRIG_SCALE >> 16; /* constant */ in ft_trig_downscale()
80 hi = k1 * v1; in ft_trig_downscale()
81 lo1 = k1 * v2 + k2 * v1; /* can't overflow */ in ft_trig_downscale()
/external/icu4c/tools/genpname/
Dpreparse.pl1305 my ($h, $k1, $k2, $v) = @_;
1306 if (exists $h->{$k1}->{$k2}) {
1307 die "Error: $k1:$k2 already set to " .
1308 $h->{$k1}->{$k2} . ", cannot set to " . $v;
1310 $h->{$k1}->{$k2} = $v;
/external/webkit/WebCore/svg/graphics/filters/cg/
DWKArithmeticFilter.cikernel26 kernel vec4 arithmeticComposite(sampler in1, sampler in2, float k1, float k2, float k3, float k4)
30 vec4 res = k1*vin1*vin2 + k2*vin1 + k3*vin2 + vec4(k4);
/external/webkit/WebCore/svg/
DSVGFECompositeElement.h44 …TIONS(SVGFECompositeElement, SVGNames::feCompositeTagString, SVGNames::k1AttrString, float, K1, k1)

12