Searched defs:ct (Results 51 - 75 of 230) sorted by relevance

12345678910

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dtreecoder.c83 const unsigned int ct = num_events[t]; local
95 branch_ct [j] [b] += ct;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtreewriter.h49 static unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p) argument
53 return ((ct[0] * vp8_cost_zero(p))
54 + (ct[1] * vp8_cost_one(p))) >> 8;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_prob.h73 const unsigned int ct[2],
76 const vp9_prob prob = get_binary_prob(ct[0], ct[1]);
77 const unsigned int count = MIN(ct[0] + ct[1], count_sat);
72 merge_probs(vp9_prob pre_prob, const unsigned int ct[2], unsigned int count_sat, unsigned int max_update_factor) argument
/external/chromium_org/third_party/skia/src/images/
H A DSkImageEncoder_argb.cpp74 static ScanlineImporter ChooseImporter(SkColorType ct) { argument
75 switch (ct) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database.h48 DecoderInfo(NetEqDecoder ct, int fs, AudioDecoder* dec, bool ext) argument
49 : codec_type(ct),
/external/clang/test/CodeGenCXX/
H A Dinline-functions.cpp47 ClassTemplate<C> ct; local
48 ct.g();
/external/iptables/extensions/
H A Dlibxt_u32.c45 const struct xt_u32_test *ct; local
50 ct = &data->tests[testind];
55 printf("0x%x", ct->location[0].number);
56 for (i = 1; i < ct->nnums; ++i) {
57 switch (ct->location[i].nextop) {
71 printf("0x%x", ct->location[i].number);
75 for (i = 0; i < ct->nvalues; ++i) {
78 if (ct->value[i].min == ct->value[i].max)
79 printf("0x%x", ct
106 struct xt_u32_test *ct = &data->tests[testind]; /* current test */ local
[all...]
/external/libnl/src/
H A Dnf-ct-list.c2 * src/nf-ct-list.c List Conntrack Entries
15 #include <netlink/cli/ct.h>
20 "Usage: nf-ct-list [OPTION]... [CONNTRACK ENTRY]\n"
52 struct nfnl_ct *ct; local
58 ct = nl_cli_ct_alloc();
105 case '4': nfnl_ct_set_family(ct, AF_INET); break;
106 case '6': nfnl_ct_set_family(ct, AF_INET6); break;
110 case 'i': nl_cli_ct_parse_id(ct, optarg); break;
111 case 'p': nl_cli_ct_parse_protocol(ct, optarg); break;
112 case ARG_TCP_STATE: nl_cli_ct_parse_tcp_state(ct, optar
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dtreecoder.c83 const unsigned int ct = num_events[t]; local
95 branch_ct [j] [b] += ct;
/external/libvpx/libvpx/vp8/encoder/
H A Dtreewriter.h49 static unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p) argument
53 return ((ct[0] * vp8_cost_zero(p))
54 + (ct[1] * vp8_cost_one(p))) >> 8;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_prob.h73 const unsigned int ct[2],
76 const vp9_prob prob = get_binary_prob(ct[0], ct[1]);
77 const unsigned int count = MIN(ct[0] + ct[1], count_sat);
72 merge_probs(vp9_prob pre_prob, const unsigned int ct[2], unsigned int count_sat, unsigned int max_update_factor) argument
/external/skia/src/core/
H A DSkConfig8888.cpp42 static bool is_32bit_colortype(SkColorType ct) { argument
43 return kRGBA_8888_SkColorType == ct || kBGRA_8888_SkColorType == ct;
/external/skia/src/images/
H A DSkImageEncoder_argb.cpp74 static ScanlineImporter ChooseImporter(SkColorType ct) { argument
75 switch (ct) {
/external/srtp/crypto/cipher/
H A Dcipher.c74 * cipher_type_self_test(ct) tests a cipher of type ct against test cases
84 cipher_type_self_test(const cipher_type_t *ct) { argument
85 const cipher_test_case_t *test_case = ct->test_data;
94 ct->description);
110 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
263 test_case = ct->test_data;
264 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
/external/stlport/test/unit/
H A Dctype_facets_test.cpp30 ctype<char> const& ct = use_facet<ctype<char> >(loc); local
33 CPPUNIT_ASSERT( ct.is(ctype_base::digit, '0') );
34 CPPUNIT_ASSERT( ct.is(ctype_base::upper, 'A') );
35 CPPUNIT_ASSERT( ct.is(ctype_base::lower, 'a') );
36 CPPUNIT_ASSERT( ct.is(ctype_base::alpha, 'A') );
37 CPPUNIT_ASSERT( ct.is(ctype_base::space, ' ') );
38 CPPUNIT_ASSERT( !ct.is(ctype_base::space, '2') );
39 CPPUNIT_ASSERT( ct.is(ctype_base::punct, '.') );
40 CPPUNIT_ASSERT( ct.is(ctype_base::xdigit, 'a') );
47 ct
429 ctype<char> const& ct = use_facet<ctype<char> >(loc); local
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-enc.c23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) argument
88 PUTU32(ct , s0);
90 PUTU32(ct + 4, s1);
92 PUTU32(ct + 8, s2);
94 PUTU32(ct + 12, s3);
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-enc.c23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) argument
88 PUTU32(ct , s0);
90 PUTU32(ct + 4, s1);
92 PUTU32(ct + 8, s2);
94 PUTU32(ct + 12, s3);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c23 static void rijndaelEncrypt(const u32 rk[], int Nr, const u8 pt[16], u8 ct[16]) argument
88 PUTU32(ct , s0);
90 PUTU32(ct + 4, s1);
92 PUTU32(ct + 8, s2);
94 PUTU32(ct + 12, s3);
/external/chromium_org/net/quic/crypto/
H A Daes_128_gcm_12_decrypter_test.cc61 const char* ct; member in struct:__anon8822::TestVector
282 string ct; local
288 ASSERT_TRUE(DecodeHexString(test_vectors[j].ct, &ct));
299 EXPECT_EQ(test_info.pt_len, ct.length() * 8);
311 string ciphertext = ct + tag;
H A Daes_128_gcm_12_encrypter_test.cc62 const char* ct; member in struct:__anon8826::TestVector
237 string ct; local
243 ASSERT_TRUE(DecodeHexString(test_vectors[j].ct, &ct));
252 EXPECT_EQ(test_info.pt_len, ct.length() * 8);
270 ASSERT_EQ(ct.length() + tag.length(), encrypted->length());
272 ct.length(), ct.data(), ct.length());
274 "authentication tag", encrypted->data() + ct
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/cipher/
H A Dcipher.c74 * cipher_type_test(ct, test_data) tests a cipher of type ct against
84 cipher_type_test(const cipher_type_t *ct, const cipher_test_case_t *test_data) { argument
94 ct->description);
110 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
264 status = cipher_type_alloc(ct, &c, test_case->key_length_octets);
372 * cipher_type_self_test(ct) performs cipher_type_test on ct's internal
377 cipher_type_self_test(const cipher_type_t *ct) { argument
378 return cipher_type_test(ct, c
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_subexp.c120 int vp9_prob_diff_update_savings_search(const unsigned int *ct, argument
123 const int old_b = cost_branch256(ct, oldp);
129 const int new_b = cost_branch256(ct, newp);
141 int vp9_prob_diff_update_savings_search_model(const unsigned int *ct, argument
151 old_b += cost_branch256(ct + 2 * i, oldplist[i]);
152 old_b += cost_branch256(ct + 2 * PIVOT_NODE, oldplist[PIVOT_NODE]);
165 new_b += cost_branch256(ct + 2 * i, newplist[i]);
166 new_b += cost_branch256(ct + 2 * PIVOT_NODE, newplist[PIVOT_NODE]);
180 const unsigned int ct[2]) {
182 vp9_prob newp = get_binary_prob(ct[
179 vp9_cond_prob_diff_update(vp9_writer *w, vp9_prob *oldp, const unsigned int ct[2]) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_srtp.c266 int ct=0; local
272 ct=sk_SRTP_PROTECTION_PROFILE_num(clnt); /* -1 if clnt == 0 */
276 if(ct==0)
282 if((2 + ct*2 + 1) > maxlen)
289 s2n(ct * 2, p);
290 for(i=0;i<ct;i++)
300 *len=2 + ct*2 + 1;
310 int ct; local
325 n2s(d, ct);
329 if(ct
435 int ct; local
[all...]
/external/chromium_org/third_party/skia/bench/
H A DRepeatTileBench.cpp91 RepeatTileBench(SkColorType ct, SkAlphaType at = kPremul_SkAlphaType) argument
92 : fColorType(ct), fAlphaType(at)
97 if (kIndex_8_SkColorType == ct) {
100 fBitmap.setInfo(SkImageInfo::Make(w, h, ct, at));
103 sk_tool_utils::colortype_name(ct), kOpaque_SkAlphaType == at ? 'X' : 'A');
/external/chromium_org/third_party/skia/dm/
H A DDMUtil.cpp33 void AllocatePixels(SkColorType ct, int width, int height, SkBitmap* bitmap) { argument
34 bitmap->allocPixels(SkImageInfo::Make(width, height, ct, kPremul_SkAlphaType));

Completed in 602 milliseconds

12345678910