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

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/test/perf/leperf/
sfnt.h 267 le_uint32 bc; member in struct:BigDate
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 166 Bytecode bc = (Bytecode)super.clone(); local
167 bc.tryblocks = (ExceptionTable)tryblocks.clone();
168 return bc;
    [all...]
  /external/libpng/
pngrtran.c 2994 PNG_CONST png_uint_32 bc = 32768 - rc - gc; local
    [all...]
  /external/libvpx/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/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 190 bc = c; \
227 if (tr != br && tc != bc) { \
229 kc = bc - tc; \
232 } else if (tr == br && tc != bc) { \
233 kc = bc - tc; \
246 } else if (tr != br && tc == bc) { \
291 int bc = bestmv->col * 8; local
299 int tc = bc;
316 tc = bc;
326 tc = bc;
390 int bc = bestmv->col * 8; local
517 int br, bc; local
    [all...]
  /external/mesa3d/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/mesa3d/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...]
r600_shader.c 70 pipe_buffer_create(ctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, rshader->bc.ndw * 4);
76 for (i = 0; i < rshader->bc.ndw; ++i) {
77 ptr[i] = bswap_32(rshader->bc.bytecode[i]);
80 memcpy(ptr, rshader->bc.bytecode, rshader->bc.ndw * sizeof(*ptr));
144 r = r600_bytecode_build(&shader->shader.bc);
150 r600_bytecode_dump(&shader->shader.bc);
159 r600_bytecode_clear(&shader->shader.bc);
184 struct r600_bytecode *bc; member in struct:r600_shader_ctx
245 shader_ctx.bc = bytecode
    [all...]
r600_state.c 756 uint32_t bc = 0; local
761 bc |= S_028804_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB));
762 bc |= S_028804_COLOR_SRCBLEND(r600_translate_blend_factor(srcRGB));
763 bc |= S_028804_COLOR_DESTBLEND(r600_translate_blend_factor(dstRGB));
766 bc |= S_028804_SEPARATE_ALPHA_BLEND(1);
767 bc |= S_028804_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
768 bc |= S_028804_ALPHA_SRCBLEND(r600_translate_blend_factor(srcA));
769 bc |= S_028804_ALPHA_DESTBLEND(r600_translate_blend_factor(dstA));
774 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, bc);
776 r600_pipe_state_add_reg(rstate, R_028804_CB_BLEND_CONTROL, bc);
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 1236 int fc, fm, fy, fk, bc, bm, by, bk; local
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngrtran.c 2345 png_uint_32 bc = png_ptr->rgb_to_gray_blue_coeff; local
    [all...]
  /external/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);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 158 BlendComposite bc = (BlendComposite) obj; local
160 if (mode != bc.mode) {
164 return alpha == bc.alpha;
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 398 Bitmap.Config bc = b.getConfig(); local
399 if (bc == null) {
402 switch (bc) {
409 " bytes, passed bitmap was " + bc);
419 " bytes, passed bitmap was " + bc);
429 " bytes, passed bitmap was " + bc);
439 " bytes, passed bitmap was " + bc);
1296 final Bitmap.Config bc = b.getConfig(); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 190 bc = c; \
227 if (tr != br && tc != bc) { \
229 kc = bc - tc; \
232 } else if (tr == br && tc != bc) { \
233 kc = bc - tc; \
246 } else if (tr != br && tc == bc) { \
291 int bc = bestmv->col * 8; local
299 int tc = bc;
316 tc = bc;
326 tc = bc;
390 int bc = bestmv->col * 8; local
517 int br, bc; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 235 BasicConstraints bc = null; local
238 bc = BasicConstraints.getInstance(CertPathValidatorUtilities.getExtensionValue((X509Extension)cert,
249 if (idp.onlyContainsUserCerts() && (bc != null && bc.isCA()))
255 if (idp.onlyContainsCACerts() && (bc == null || !bc.isCA()))
2066 BasicConstraints bc = null; local
2125 BasicConstraints bc = null; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp 1089 LChar bc = *b++; local
1099 LChar bc = *b++; local
1972 LChar bc = b[i]; local
1985 LChar bc = b[i]; local
2029 LChar bc = b[i]; local
2049 LChar bc = b[i]; local
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 2223 uint32 bc = lumacoeff & 0xff; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_shader.c 70 pipe_buffer_create(ctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, rshader->bc.ndw * 4);
76 for (i = 0; i < rshader->bc.ndw; ++i) {
77 ptr[i] = bswap_32(rshader->bc.bytecode[i]);
80 memcpy(ptr, rshader->bc.bytecode, rshader->bc.ndw * sizeof(*ptr));
144 r = r600_bytecode_build(&shader->shader.bc);
150 r600_bytecode_dump(&shader->shader.bc);
159 r600_bytecode_clear(&shader->shader.bc);
184 struct r600_bytecode *bc; member in struct:r600_shader_ctx
245 shader_ctx.bc = bytecode
    [all...]
r600_state.c 756 uint32_t bc = 0; local
761 bc |= S_028804_COLOR_COMB_FCN(r600_translate_blend_function(eqRGB));
762 bc |= S_028804_COLOR_SRCBLEND(r600_translate_blend_factor(srcRGB));
763 bc |= S_028804_COLOR_DESTBLEND(r600_translate_blend_factor(dstRGB));
766 bc |= S_028804_SEPARATE_ALPHA_BLEND(1);
767 bc |= S_028804_ALPHA_COMB_FCN(r600_translate_blend_function(eqA));
768 bc |= S_028804_ALPHA_SRCBLEND(r600_translate_blend_factor(srcA));
769 bc |= S_028804_ALPHA_DESTBLEND(r600_translate_blend_factor(dstA));
774 r600_pipe_state_add_reg(rstate, R_028780_CB_BLEND0_CONTROL + i * 4, bc);
776 r600_pipe_state_add_reg(rstate, R_028804_CB_BLEND_CONTROL, bc);
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gsub.c 3139 HB_UShort* bc; local
3334 HB_Coverage* bc; local
3654 HB_Coverage* bc; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-info.c 197 (yasm_bytecode *bc, yasm_bc_add_span_func add_span, void *add_span_data);
199 (yasm_bytecode *bc, unsigned char **bufp, unsigned char *bufstart, void *d,
233 yasm_bytecode *bc; local
238 bc = yasm_bc_create_data(&dvs, size, 0, NULL, 0);
240 bc = yasm_bc_create_leb128(&dvs, leb<0, 0);
241 yasm_bc_finalize(bc, yasm_dwarf2__append_bc(sect, bc));
242 yasm_bc_calc_len(bc, NULL, NULL);
249 yasm_bytecode *bc; local
254 bc = yasm_bc_create_data(&dvs, 1, 1, NULL, 0)
    [all...]
  /external/deqp/framework/common/
tcuTexture.cpp 396 float bc = deFloatClamp(color[2], 0.0f, maxVal); local
397 float maxc = de::max(rc, de::max(gc, bc));
405 deUint32 bs = (deUint32)deClamp32(deFloorFloatToInt32(bc / e + 0.5f), 0, (1<<9)-1);
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 535 Bitmap.Config bc = b.getConfig(); local
536 if (bc == null) {
539 switch (bc) {
546 " bytes, passed bitmap was " + bc);
556 " bytes, passed bitmap was " + bc);
566 " bytes, passed bitmap was " + bc);
576 " bytes, passed bitmap was " + bc);
1464 final Bitmap.Config bc = b.getConfig(); local
    [all...]

Completed in 1806 milliseconds

1 2 3 4 56 7 8 91011>>