HomeSort by relevance Sort by last modified time
    Searched defs:bc (Results 101 - 125 of 296) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/icu4c/source/test/letest/
FontObject.h 105 le_uint32 bc; member in struct:BigDate
sfnt.h 267 le_uint32 bc; member in struct:BigDate
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 105 le_uint32 bc; member in struct:BigDate
  /external/libvpx/libvpx/vp8/decoder/
decodeframe.c 280 static int get_delta_q(vp8_reader *bc, int prev, int *q_update)
284 if (vp8_read_bit(bc))
286 ret_val = vp8_read_literal(bc, 4);
288 if (vp8_read_bit(bc))
973 vp8_reader *const bc = &pbi->mbc[8]; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeframe.c 398 w= &cpi->bc[1 + (mb_row % num_part)];
400 w = &cpi->bc[1];
723 BOOL_CODER * bc = &cpi->bc[1]; /* bc[0] is for control partition */ local
791 vp8_start_encode(&bc[i], cpi->partition_d[i + 1],
793 bc[i].error = &cm->error;
938 vp8_stop_encode(&bc[i]);
939 cpi->partition_sz[i+1] = bc[i].pos;
1064 int br, bc; local
    [all...]
mcomp.c 201 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr) { besterr = v; br=r; bc=c; *distortion = thismse; *sse1 = sse; }}, v=UINT_MAX;)
213 int br = bestmv->as_mv.row * 4, bc = bestmv->as_mv.col * 4; local
214 int tr = br, tc = bc;
299 if (tr == br && tc == bc)
303 tc = bc;
337 if (tr == br && tc == bc)
341 tc = bc;
345 bestmv->as_mv.col = bc * 2;
814 all_in &= ((bc-range) >= x->mv_col_min);\
815 all_in &= ((bc+range) <= x->mv_col_max);
874 int br, bc; local
    [all...]
  /frameworks/rs/
rsAllocation.cpp 499 sp<IGraphicBufferConsumer> bc; local
500 BufferQueue::createBufferQueue(&bp, &bc);
501 mGrallocConsumer = new GrallocConsumer(this, bc);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodeframe.c 280 static int get_delta_q(vp8_reader *bc, int prev, int *q_update)
284 if (vp8_read_bit(bc))
286 ret_val = vp8_read_literal(bc, 4);
288 if (vp8_read_bit(bc))
973 vp8_reader *const bc = &pbi->mbc[8]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeframe.c 399 w= &cpi->bc[1 + (mb_row % num_part)];
401 w = &cpi->bc[1];
724 BOOL_CODER * bc = &cpi->bc[1]; /* bc[0] is for control partition */ local
792 vp8_start_encode(&bc[i], cpi->partition_d[i + 1],
794 bc[i].error = &cm->error;
939 vp8_stop_encode(&bc[i]);
940 cpi->partition_sz[i+1] = bc[i].pos;
1065 int br, bc; local
    [all...]
mcomp.c 201 #define CHECK_BETTER(v,r,c) IFMVCV(r,c,{thismse = DIST(r,c); if((v = (MVC(r,c)+thismse)) < besterr) { besterr = v; br=r; bc=c; *distortion = thismse; *sse1 = sse; }}, v=UINT_MAX;)
213 int br = bestmv->as_mv.row * 4, bc = bestmv->as_mv.col * 4; local
214 int tr = br, tc = bc;
299 if (tr == br && tc == bc)
303 tc = bc;
337 if (tr == br && tc == bc)
341 tc = bc;
345 bestmv->as_mv.col = bc * 2;
814 all_in &= ((bc-range) >= x->mv_col_min);\
815 all_in &= ((bc+range) <= x->mv_col_max);
874 int br, bc; local
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 279 int bc = in.read(); local
280 int b = byte0(bc);
281 int c = byte1(bc);
300 int bc = in.read(); local
301 int b = byte0(bc);
302 int literal = (byte) byte1(bc); // sign-extend
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 1 package org.bouncycastle.jcajce.provider.keystore.bc;
  /external/chromium_org/third_party/icu/source/test/letest/
sfnt.h 267 le_uint32 bc; member in struct:BigDate
  /external/chromium_org/third_party/libpng/
pngrtran.c 2345 png_uint_32 bc = png_ptr->rgb_to_gray_blue_coeff; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
bitstream.c 113 vp8_writer *const w = cpi->bc;
135 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p)
137 vp8_write_token(bc, vp8_ymode_tree, p, vp8_ymode_encodings + m);
140 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p)
142 vp8_write_token(bc, vp8_kf_ymode_tree, p, vp8_kf_ymode_encodings + m);
145 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p)
147 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m);
151 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p)
153 vp8_write_token(bc, vp8_bmode_tree, p, vp8_bmode_encodings + m);
156 static void write_split(vp8_writer *bc, int x
721 vp8_writer *const bc = cpi->bc; local
1272 vp8_writer *const bc = cpi->bc; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 188 bc = c; \
225 if (tr != br && tc != bc) { \
227 kc = bc - tc; \
230 } else if (tr == br && tc != bc) { \
231 kc = bc - tc; \
244 } else if (tr != br && tc == bc) { \
289 int bc = bestmv->col * 8; local
297 int tc = bc;
314 tc = bc;
324 tc = bc;
388 int bc = bestmv->col * 8; local
514 int br, bc; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 62 struct r300_blend_color_state* bc = (struct r300_blend_color_state*)state; local
65 WRITE_CS_TABLE(bc->cb, size);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_asm.c 36 static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *bc, struct r600_bytecode_alu *alu)
41 switch (bc->chip_class) {
212 int r700_bytecode_alu_build(struct r600_bytecode *bc, struct r600_bytecode_alu *alu, unsigned id);
257 void r600_bytecode_init(struct r600_bytecode *bc, enum chip_class chip_class, enum radeon_family family)
261 bc->ar_handling = AR_HANDLE_RV6XX;
262 bc->r6xx_nop_after_rel_dst = 1;
264 bc->ar_handling = AR_HANDLE_NORMAL;
265 bc->r6xx_nop_after_rel_dst = 0;
268 LIST_INITHEAD(&bc->cf);
269 bc->chip_class = chip_class
2754 struct r600_bytecode bc; local
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 458 double bc = SkDInterp(src[2], src[4], t); local
460 double abc = SkDInterp(ab, bc, t);
461 double bcd = SkDInterp(bc, cd, t);
550 double bc = SkDInterp(src[2], src[4], t); local
552 double abc = SkDInterp(ab, bc, t);
553 double bcd = SkDInterp(bc, cd, t);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 308 yasm_bytecode *bc; local
335 bc = yasm_bc_create_common(NULL, NULL, 0);
336 bc->section = s;
337 bc->offset = 0;
338 STAILQ_INSERT_TAIL(&s->bcs, bc, link);
607 yasm_section_bcs_append(yasm_section *sect, yasm_bytecode *bc)
609 if (bc) {
610 if (bc->callback) {
611 bc->section = sect; /* record parent section */
612 STAILQ_INSERT_TAIL(&sect->bcs, bc, link)
827 \/*@dependent@*\/ yasm_bytecode *bc; member in struct:yasm_offset_setter
844 \/*@dependent@*\/ yasm_bytecode *bc; member in struct:yasm_span
1061 yasm_bytecode *bc = STAILQ_FIRST(&sect->bcs); local
1313 yasm_bytecode *bc = STAILQ_FIRST(&sect->bcs); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 163 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
165 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
173 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
175 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
183 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
185 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
192 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
194 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
256 yasm_bytecode *bc; local
263 bc = yasm_bc_create_common(&cv_sym_bc_callback, cvs, 0)
273 yasm_bytecode *bc; local
302 yasm_bytecode *bc; local
320 yasm_bytecode *bc; local
403 yasm_bytecode *bc; local
563 yasm_bytecode *bc; local
683 yasm_bytecode *bc; local
769 yasm_bytecode *bc; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 132 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
134 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
142 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
144 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
252 yasm_bytecode *bc; local
261 bc = yasm_bc_create_common(&dwarf2_line_op_bc_callback, line_op, 0);
262 bc->len = 1;
264 bc->len += yasm_intnum_size_leb128(operand,
267 yasm_dwarf2__append_bc(sect, bc);
268 return bc;
281 yasm_bytecode *bc; local
305 yasm_bytecode *bc; local
326 \/*@null@*\/ yasm_bytecode *bc; local
584 \/*@null@*\/ yasm_bytecode *bc; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse.c 176 yasm_bytecode *bc; local
185 bc = parse_instr(parser_gas);
186 if (bc)
187 return bc;
519 yasm_bytecode *bc; local
534 bc = yasm_bc_create_org(yasm_intnum_get_uint(start),
538 bc = yasm_bc_create_org(yasm_intnum_get_uint(start), 0,
541 return bc;
644 yasm_bytecode *bc; local
656 bc = yasm_bc_create_data(&dvs, 1, 0, p_object->arch, cur_line)
665 yasm_bytecode *bc; local
906 yasm_bytecode *bc; local
1629 yasm_bytecode *bc; local
1745 yasm_bytecode *bc = NULL, *temp_bc; local
    [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 177 extern constexpr int (B2::*bc) = (int(B2::*))&B2::c; member in namespace:MemberPtr
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 280 int bc = in.read(); local
281 int b = byte0(bc);
282 int c = byte1(bc);
301 int bc = in.read(); local
302 int b = byte0(bc);
303 int literal = (byte) byte1(bc); // sign-extend
    [all...]

Completed in 4469 milliseconds

1 2 3 45 6 7 8 91011>>