HomeSort by relevance Sort by last modified time
    Searched refs:bc (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/libvpx/vp8/encoder/
boolhuff.h 37 extern void vp8_start_encode(BOOL_CODER *bc, unsigned char *buffer);
38 extern void vp8_encode_bool(BOOL_CODER *bc, int x, int context);
40 extern void vp8_stop_encode(BOOL_CODER *bc);
bitstream.c 111 vp8_writer *const w = & cpi->bc;
133 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p)
135 vp8_write_token(bc, vp8_ymode_tree, p, vp8_ymode_encodings + m);
138 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p)
140 vp8_write_token(bc, vp8_kf_ymode_tree, p, vp8_kf_ymode_encodings + m);
143 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p)
145 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m);
149 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p)
151 vp8_write_token(bc, vp8_bmode_tree, p, vp8_bmode_encodings + m);
154 static void write_split(vp8_writer *bc, int x
1057 vp8_writer *const bc = & cpi->bc; local
1359 vp8_writer *const bc = & cpi->bc; local
    [all...]
  /frameworks/compile/libbcc/lib/ScriptCRT/
build_clcore.sh 6 # Generate rs_cl.bc
12 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_cl.c -emit-llvm -o rs_cl.bc
14 # Generate rs_core.bc
17 clang -ccc-host-triple armv7-none-linux-gnueabi -I${scriptc_path} -I${clang_header_path} -c -std=c99 -O3 rs_core.c -emit-llvm -o rs_core.bc
22 llvm-link rs_cl.bc rs_core.bc -o libclcore.bc
Android.mk 20 LOCAL_MODULE := libclcore.bc
34 clcore_bc_files := $(patsubst %.c,%.bc, \
41 $(clcore_bc_files): $(intermediates)/%.bc: $(LOCAL_PATH)/%.c $(clcore_CLANG)
45 -include $(clcore_bc_files:%.bc=%.d)
  /external/qemu/slirp/
bootp.c 55 BOOTPClient *bc; local
59 bc = &bootp_clients[i];
60 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
65 bc = &bootp_clients[i];
66 bc->allocated = 1;
68 return bc;
76 BOOTPClient *bc; local
80 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
81 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
91 BOOTPClient *bc; local
155 BOOTPClient *bc = NULL; local
    [all...]
  /external/qemu/slirp-android/
bootp.c 56 BOOTPClient *bc; local
60 bc = &bootp_clients[i];
61 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
66 bc = &bootp_clients[i];
67 bc->allocated = 1;
71 return bc;
79 BOOTPClient *bc; local
83 bc = &bootp_clients[(req_addr & 0xff) - START_ADDR];
84 if (!bc->allocated || !memcmp(macaddr, bc->macaddr, 6))
94 BOOTPClient *bc; local
160 BOOTPClient *bc = NULL; local
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
BlobCacheTest.java 79 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local
81 assertEquals(0x1, bc.checkSum(buf));
83 assertEquals(0x10001, bc.checkSum(buf));
85 assertEquals(0x480048, bc.checkSum(buf));
90 assertEquals(0x940042, bc.checkSum(buf));
91 assertEquals(0x310031, bc.checkSum(buf, 1, 1));
92 assertEquals(0x1, bc.checkSum(buf, 1, 0));
93 assertEquals(0x630032, bc.checkSum(buf, 1, 2));
98 assertEquals(0x3574a610, bc.checkSum(buf));
99 bc.close()
119 BlobCache bc; local
200 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local
211 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local
221 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local
274 BlobCache bc = new BlobCache(TEST_FILE_NAME, MAX_ENTRIES, MAX_BYTES, true); local
293 BlobCache bc; local
    [all...]
  /external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
p1.cpp 10 B<T>::C bc; // ok, B<T> is the current instantiation. member in struct:Example1::A
15 B<B<T>>::C bc; // ok, B<B<T>> is the current instantiation. member in struct:Example1::A
20 B<B<T>>::C bc; // expected-error {{missing 'typename'}} member in struct:Example1::A
  /external/skia/src/effects/
SkBitmapCache.h 49 AutoValidate(const SkBitmapCache* bc) : fBC(bc) { bc->validate(); }
  /external/llvm/test/CodeGen/Generic/
Makefile 3 %.bc: %.ll
6 %.llc.s: %.bc
22 rm -f $(patsubst %.clean,%.bc,$@) $(patsubst %.clean,%.*.s,$@) \
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 36 int br, bc, incr, mbr, mbc; local
91 for (bc = mbc; bc < mbc + 2; bc++) /* bc is the column counter in blocks */
95 if (br < pp_h && bc < pp_w)
99 * bc * 8 is the pixel column offset */
100 ptr = rec + (brwidth << 6) + (bc << 3);
103 index = brwidth + bc;
239 }/*bc*/
    [all...]
chv_filter.cpp 188 int br, bc, mbr, mbc; local
216 for (bc = mbc; bc < mbc + 2; bc++)
219 if (bc < pp_w) /* boundary : don't do it on the most right col block */
221 ptr = rec + (brwidth << 6) + (bc << 3);
222 jVal0 = brwidth + bc;
325 }/*bc*/
332 for (bc = mbc + 1; bc < mbc + 3; bc++
465 int br, bc, mbr, mbc; local
    [all...]
  /external/libvpx/vp8/decoder/
decodemv.c 21 static int vp8_read_bmode(vp8_reader *bc, const vp8_prob *p)
23 const int i = vp8_treed_read(bc, vp8_bmode_tree, p);
29 static int vp8_read_ymode(vp8_reader *bc, const vp8_prob *p)
31 const int i = vp8_treed_read(bc, vp8_ymode_tree, p);
36 static int vp8_kfread_ymode(vp8_reader *bc, const vp8_prob *p)
38 const int i = vp8_treed_read(bc, vp8_kf_ymode_tree, p);
45 static int vp8_read_uv_mode(vp8_reader *bc, const vp8_prob *p)
47 const int i = vp8_treed_read(bc, vp8_uv_mode_tree, p);
67 vp8_reader *const bc = & pbi->bc; local
244 vp8_reader *const bc = & pbi->bc; local
287 vp8_reader *const bc = & pbi->bc; local
    [all...]
decodframe.c 297 static int get_delta_q(vp8_reader *bc, int prev, int *q_update)
301 if (vp8_read_bit(bc))
303 ret_val = vp8_read_literal(bc, 4);
305 if (vp8_read_bit(bc))
439 pc->multi_token_partition = (TOKEN_PARTITION)vp8_read_literal(&pbi->bc, 2);
570 vp8_reader *const bc = & pbi->bc; local
653 if (vp8dx_start_decode(bc, data, data_end - data))
657 pc->clr_type = (YUV_TYPE)vp8_read_bit(bc);
658 pc->clamp_type = (CLAMP_TYPE)vp8_read_bit(bc);
    [all...]
  /external/v8/src/
diy-fp.cc 46 uint64_t bc = b * c; local
49 uint64_t tmp = (bd >> 32) + (ad & kM32) + (bc & kM32);
53 uint64_t result_f = ac + (ad >> 32) + (bc >> 32) + (tmp >> 32);
  /dalvik/dx/tests/024-code-bytecode/
small-class.txt 267 bc 04 # 016c: newarray boolean
268 bc 05 # 016e: newarray char
269 bc 06 # 0170: newarray float
270 bc 07 # 0172: newarray double
271 bc 08 # 0174: newarray byte
272 bc 09 # 0176: newarray short
273 bc 0a # 0178: newarray int
274 bc 0b # 017a: newarray long
  /external/clang/test/SemaCXX/
overload-call-copycon.cpp 28 void test_copycon2(A a, const A ac, B b, B const bc, B volatile bv) {
30 copycon2(bc); // expected-error{{no matching constructor}}
39 void test_copycon3(B b, const B bc) {
41 copycon3(bc); // expected-error{{no matching constructor}}
  /external/netcat/data/
data.c 82 int bc = 0; local
95 bc = 1; /* preload, assuming "dump" */
163 bc = 0;
214 bc++;
220 if (bc >= sizeof (buf_raw)) /* buffer full */
225 x = write (1, buf_raw, bc);
245 printf ("%c %d\n", *p, bc);
247 printf (". %d\n", bc);
249 bc++;
  /external/libgsm/src/
gsm_print.c 18 word LARc[8], Nc[4], Mc[4], bc[4], xmaxc[4], xmc[13*4]; local
38 bc[0] = (*c++ & 0x1) << 1;
39 bc[0] |= (*c >> 7) & 0x1;
61 bc[1] = (*c++ & 0x1) << 1;
62 bc[1] |= (*c >> 7) & 0x1;
85 bc[2] = (*c++ & 0x1) << 1; /* 20 */
86 bc[2] |= (*c >> 7) & 0x1;
108 bc[3] = (*c++ & 0x1) << 1;
109 bc[3] |= (*c >> 7) & 0x1;
135 fprintf(f, "#1: Nc %4.4d bc %d Mc %d xmaxc %d\n"
    [all...]
code.c 27 void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc),
52 word * bc, /* [0..3] coded LTP gain OUT */
76 bc++);
long_term.c 23 * This module computes the LTP gain (bc) and the LTP lag (Nc)
60 word Nc, bc; local
148 * quantization of the LTP gain b to get the coded version bc.
150 for (bc = 0; bc <= 2; bc++) if (R <= gsm_mult(S, gsm_DLB[bc])) break;
151 *bc_out = bc;
164 word Nc, bc; local
283 * quantization of the LTP gain b to get the coded version bc
302 word Nc, bc; local
479 word Nc, bc; local
648 word Nc, bc; local
720 word Nc, bc; local
    [all...]
  /external/llvm/test/
Makefile.tests 31 .PRECIOUS: Output/%.bc Output/%.ll
34 .PRECIOUS: Output/%.llvm.bc
62 # LLVM Assemble from Output/X.ll to Output/X.bc. Output/X.ll must have come
65 Output/%.bc: Output/%.ll $(LGCCAS)
68 # LLVM Assemble from X.ll to Output/X.bc. Because we are coming directly from
71 Output/%.bc: %.ll $(LLVMAS) Output/.dir
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/bc/
BCObjectIdentifiers.java 1 package org.bouncycastle.asn1.bc;
12 public static final DERObjectIdentifier bc = new DERObjectIdentifier("1.3.6.1.4.1.22554"); field in interface:BCObjectIdentifiers
17 public static final DERObjectIdentifier bc_pbe = new DERObjectIdentifier(bc.getId() + ".1");
  /external/qemu/audio/
dsound_template.h 191 DSCBCAPS bc; local
196 DSBCAPS bc; local
247 memset (&bc, 0, sizeof (bc));
248 bc.dwSize = sizeof (bc);
250 hr = glue (IFACE, _GetCaps) (ds->FIELD, &bc);
265 if (bc.dwBufferBytes & hw->info.align) {
268 bc.dwBufferBytes, hw->info.align + 1
271 hw->samples = bc.dwBufferBytes >> hw->info.shift
    [all...]
  /external/llvm/utils/
llvm-native-gcc 40 } elsif ($ARGV[$i] =~ /\.bc$/) {
75 $def =~ s/\.bc$/.$Backend/;
99 $LinkedBCFile = "${FinalOutputFileName}.llvm.bc";
101 $LinkedBCFile = "/tmp/nativebuild-$$.llvm.bc";
139 my $BCFile = "${OutputFile}.llvm.bc";
143 run "mv ${OutputFile}.bc $BCFile";
158 run "rm ${OutputFile}.llvm.bc $GeneratedCode"

Completed in 2183 milliseconds

1 2 3 4 5 6