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

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vp8/encoder/
boolhuff.c 41 void vp8_start_encode(BOOL_CODER *bc, unsigned char *source,
43 bc->lowvalue = 0;
44 bc->range = 255;
45 bc->count = -24;
46 bc->buffer = source;
47 bc->buffer_end = source_end;
48 bc->pos = 0;
51 void vp8_stop_encode(BOOL_CODER *bc) {
54 for (i = 0; i < 32; ++i) vp8_encode_bool(bc, 0, 128);
57 void vp8_encode_value(BOOL_CODER *bc, int data, int bits)
    [all...]
boolhuff.h 38 void vp8_start_encode(BOOL_CODER *bc, unsigned char *source,
41 void vp8_encode_value(BOOL_CODER *bc, int data, int bits);
42 void vp8_stop_encode(BOOL_CODER *bc);
59 static void vp8_encode_bool(BOOL_CODER *bc, int bit, int probability) {
61 int count = bc->count;
62 unsigned int range = bc->range;
63 unsigned int lowvalue = bc->lowvalue;
72 range = bc->range - split;
84 int x = bc->pos - 1;
86 while (x >= 0 && bc->buffer[x] == 0xff)
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_builder.cpp 49 cf_op_flags flags = (cf_op_flags)cf->bc.op_ptr->flags;
51 cf->bc.id = cf_cnt++;
54 if (cf->bc.is_alu_extended())
68 cf_op_flags flags = (cf_op_flags)cf->bc.op_ptr->flags;
72 cf->bc.addr = bb.ndw() >> 1;
74 cf->bc.count = (bb.ndw() >> 1) - cf->bc.addr - 1;
78 cf->bc.addr = bb.ndw() >> 1;
80 cf->bc.count = (((bb.ndw() >> 1) - cf->bc.addr) >> 1) - 1
144 const bc_cf &bc = n->bc; local
204 const bc_cf &bc = n->bc; local
261 const bc_cf &bc = n->bc; local
335 const bc_cf &bc = n->bc; local
373 const bc_alu &bc = n->bc; local
500 const bc_fetch &bc = n->bc; local
564 const bc_fetch &bc = n->bc; local
604 const bc_fetch &bc = n->bc; local
    [all...]
sb_bc_decoder.cpp 31 int bc_decoder::decode_cf(unsigned &i, bc_cf& bc) {
38 return decode_cf_alu(i, bc);
45 bc.set_op(r600_isa_cf_by_opcode(ctx.isa, opcode, 0));
47 if (bc.op_ptr->flags & CF_EXP) {
48 return decode_cf_exp(i, bc);
49 } else if (bc.op_ptr->flags & CF_MEM) {
50 return decode_cf_mem(i, bc);
55 bc.addr = w0.get_ADDR();
56 bc.jumptable_sel = w0.get_JUMPTABLE_SEL();
61 bc.barrier = w1.get_BARRIER()
    [all...]
sb_bc_dump.cpp 48 id = n.bc.id << 1;
50 if ((n.bc.op_ptr->flags & CF_ALU) && n.bc.is_alu_extended()) {
59 if (n.bc.op_ptr->flags & CF_CLAUSE) {
60 id = n.bc.addr << 1;
81 new_group = n.bc.last;
83 if (n.bc.last) {
119 s << n.bc.op_ptr->name;
121 if (n.bc.op_ptr->flags & CF_EXP) {
125 s << " " << exp_type[n.bc.type] << " "
    [all...]
sb_peephole.cpp 65 if (f->bc.op >= FETCH_OP_GDS_ADD_RET && f->bc.op <= FETCH_OP_GDS_USHORT_READ_RET)
66 f->bc.set_op(f->bc.op - FETCH_OP_GDS_ADD_RET + FETCH_OP_GDS_ADD);
71 if (a->bc.op_ptr->flags & AF_LDS) {
73 if (a->bc.op >= LDS_OP2_LDS_ADD_RET && a->bc.op <= LDS_OP3_LDS_MSKOR_RET)
74 a->bc.set_op(a->bc.op - LDS_OP2_LDS_ADD_RET + LDS_OP2_LDS_ADD);
75 if (a->bc.op == LDS_OP1_LDS_READ_RET
    [all...]
sb_bc_parser.cpp 50 dw = bc->bytecode;
51 bc_ndw = bc->ndw;
59 switch (bc->type) {
71 if (bc->type == PIPE_SHADER_COMPUTE)
77 sh = new shader(ctx, t, bc->debug_id);
84 sh->ngpr = bc->ngpr;
85 sh->nstack = bc->nstack;
120 sh->add_gpr_array(0, bc->ngpr, 0x0F);
138 sh->add_gpr_array(0, pshader->bc.ngpr, 0x0F);
208 cf->bc.id = id
    [all...]
sb_expr.cpp 55 n.bc.src[0].abs = abs;
56 n.bc.src[0].neg = neg;
57 n.bc.set_op(ALU_OP1_MOV);
195 unsigned flags = n.bc.op_ptr->flags;
210 apply_alu_src_mod(n.bc, 0, cv0);
215 apply_alu_src_mod(n.bc, 1, cv1);
223 if (n.bc.src[0].abs && !n.bc.src[0].neg) {
231 } else if (n.bc.src[0].abs && n.bc.src[0].neg)
    [all...]
sb_public.h 41 struct r600_bytecode *bc,
  /external/clang/test/CodeGenCXX/
address-space-ref.cpp 17 class bc;
18 typedef bc b __attribute__((address_space(1)));
24 // CHECK: define %class.bc addrspace(1)* @_Z3barRU3AS12bcS1_(%class.bc addrspace(1)* %x, %class.bc addrspace(1)* %y)
28 bc & bar2(bc &x, bc & y) {
32 // CHECK: define nonnull %class.bc* @_Z4bar2R2bcS0_(%class.bc* nonnull %x, %class.bc* nonnull %y
    [all...]
  /external/toybox/tests/files/bc/
script.sh 4 echo "usage: script.sh <bc> <test_output1> <test_output2> <script>"
10 bc="$1"
21 echo "quit" | bc -lq "$script" > "$out1"
22 echo "quit" | "$bc" -lq "$script" > "$out2"
  /external/tensorflow/tensorflow/core/lib/core/
blocking_counter_test.cc 25 BlockingCounter bc(0);
26 bc.Wait();
30 BlockingCounter bc(2);
31 bc.DecrementCount();
32 bc.DecrementCount();
33 bc.Wait();
41 BlockingCounter bc(N);
43 thread_pool->Schedule([&bc] { bc.DecrementCount(); });
46 bc.Wait()
    [all...]
  /external/testng/src/test/java/test/verify/
Verify3SampleTest.java 10 public void bc() { method in class:Verify3SampleTest
  /external/mesa3d/src/gallium/drivers/r600/
eg_asm.c 31 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf)
36 bc->bytecode[id++] = cf->isa[0];
37 bc->bytecode[id++] = cf->isa[1];
40 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op);
45 bc->bytecode[id++] =
53 bc->bytecode[id++] =
55 r600_isa_cf_opcode(bc->isa->hw_class, CF_OP_ALU_EXT)) |
61 bc->bytecode[id++] = S_SQ_CF_ALU_WORD0_ADDR(cf->addr >> 1) |
65 bc->bytecode[id++] = S_SQ_CF_ALU_WORD1_CF_INST(opcode) |
73 bc->bytecode[id++] = S_SQ_CF_WORD0_ADDR(cf->addr >> 1)
    [all...]
r600_asm.c 139 void r600_bytecode_init(struct r600_bytecode *bc,
146 bc->debug_id = ++next_shader_id;
150 bc->ar_handling = AR_HANDLE_RV6XX;
151 bc->r6xx_nop_after_rel_dst = 1;
153 bc->ar_handling = AR_HANDLE_NORMAL;
154 bc->r6xx_nop_after_rel_dst = 0;
157 LIST_INITHEAD(&bc->cf);
158 bc->chip_class = chip_class;
159 bc->family = family;
160 bc->has_compressed_msaa_texturing = has_compressed_msaa_texturing
2551 struct r600_bytecode bc; local
    [all...]
r600_asm.h 268 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf);
269 int egcm_load_index_reg(struct r600_bytecode *bc, unsigned id, bool inside_alu_clause);
270 int eg_bytecode_gds_build(struct r600_bytecode *bc, struct r600_bytecode_gds *gds, unsigned id);
271 int eg_bytecode_alu_build(struct r600_bytecode *bc,
274 void r600_bytecode_init(struct r600_bytecode *bc,
278 void r600_bytecode_clear(struct r600_bytecode *bc);
279 int r600_bytecode_add_alu(struct r600_bytecode *bc,
281 int r600_bytecode_add_vtx(struct r600_bytecode *bc,
283 int r600_bytecode_add_vtx_tc(struct r600_bytecode *bc,
285 int r600_bytecode_add_tex(struct r600_bytecode *bc,
    [all...]
  /external/clang/test/Sema/
zvector.c 7 vector bool char bc, bc2; variable
48 bc = bc2;
67 bc = sc2; // expected-error {{incompatible type}}
68 bc = uc2; // expected-error {{incompatible type}}
74 bc = sc_scalar; // expected-error {{incompatible type}}
75 bc = uc_scalar; // expected-error {{incompatible type}}
97 bc = us2; // expected-error {{incompatible type}}
98 bc = ui2; // expected-error {{incompatible type}}
99 bc = ul2; // expected-error {{incompatible type}}
100 bc = fd2; // expected-error {{incompatible type}
    [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/webrtc/webrtc/modules/remote_bitrate_estimator/test/
plot_bars.sh 83 box_width=$(echo "(1.0-$tcp_space/2)/$num_flows" | bc -l)
87 abscissa=$(echo $x_start + 0.5 + 0.5*$box_width | bc)
90 abscissa=$(echo $abscissa + $box_width | bc)
93 abscissa=$(echo $abscissa + $tcp_space | bc)
97 abscissa=$(echo $abscissa + $box_width | bc)
101 box_width=$(echo 1.0/$num_flows | bc -l)
126 if (( $(bc <<< "$y > $y_max") == 1 )); then
138 if (( $(bc <<< "$y > $y_max") == 1 )) ; then
148 if (( $(bc <<< "$y > $y_max") == 1 )) ; then
153 y_max=$(echo $y_max*1.1 | bc)
    [all...]
  /external/libcxx/test/std/containers/unord/unord.map/
bucket.pass.cpp 44 size_t bc = c.bucket_count(); local
45 assert(bc >= 5);
47 LIBCPP_ASSERT(c.bucket(i) == i % bc);
64 size_t bc = c.bucket_count(); local
65 assert(bc >= 5);
67 LIBCPP_ASSERT(c.bucket(i) == i % bc);
  /external/libcxx/test/std/containers/unord/unord.multimap/
bucket.pass.cpp 44 size_t bc = c.bucket_count(); local
45 assert(bc >= 7);
47 LIBCPP_ASSERT(c.bucket(i) == i % bc);
64 size_t bc = c.bucket_count(); local
65 assert(bc >= 7);
67 LIBCPP_ASSERT(c.bucket(i) == i % bc);
  /external/libcxx/test/std/containers/unord/unord.multiset/
bucket.pass.cpp 43 size_t bc = c.bucket_count(); local
44 assert(bc >= 7);
46 LIBCPP_ASSERT(c.bucket(i) == i % bc);
63 size_t bc = c.bucket_count(); local
64 assert(bc >= 7);
66 LIBCPP_ASSERT(c.bucket(i) == i % bc);
  /external/libcxx/test/std/containers/unord/unord.set/
bucket.pass.cpp 43 size_t bc = c.bucket_count(); local
44 assert(bc >= 5);
46 LIBCPP_ASSERT(c.bucket(i) == i % bc);
62 size_t bc = c.bucket_count(); local
63 assert(bc >= 5);
65 LIBCPP_ASSERT(c.bucket(i) == i % bc);
  /external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Makefile 3 %.bc: %.ll
6 %.llc.s: %.bc
22 rm -f $(patsubst %.clean,%.bc,$@) $(patsubst %.clean,%.*.s,$@) \
  /frameworks/av/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...]

Completed in 1594 milliseconds

1 2 3 4 5 6 7 8 91011>>