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

1 2 3 45 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
detokenize.c 172 BOOL_DECODER *bc = x->current_bc; local
197 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr + 24 * 16);
217 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), skip_dc, qcoeff_ptr);
235 nonzeros = GetCoeffs(bc, coef_probs, (*a + *l), 0, qcoeff_ptr);
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extensions.java 258 BasicConstraints bc = extension.getBasicConstraintsValue(); local
259 if (bc == null || !bc.getCa()) {
262 return bc.getPathLenConstraint();
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 237 GLfloat bc = b * ic; local
239 if ( bc < 0.0f ) bc = -bc;
240 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD;
470 GLfloat bc = b * ic; local
472 if ( bc < 0.0f ) bc = -bc;
473 offset += MAX2( ac, bc ) * ctx->Polygon.OffsetFactor / ctx->DrawBuffer->_MRD
    [all...]
  /external/skia/src/pathops/
SkPathOpsQuad.cpp 186 double bc = SkDInterp(src[2], src[4], t); local
187 double abc = SkDInterp(ab, bc, t);
281 double bc = SkDInterp(src[2], src[4], t); local
284 dst[4] = SkDInterp(ab, bc, t);
285 dst[6] = bc;
  /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...]
  /bionic/libc/dns/nameser/
ns_name.c 757 int ac, bc; local
759 while (ac = *a, bc = *b, ac != 0 && bc != 0) {
760 if ((ac & NS_CMPRSFLGS) != 0 || (bc & NS_CMPRSFLGS) != 0) {
764 if (a + ac >= ae || b + bc >= be) {
768 if (ac != bc || strncasecmp((const char *) ++a,
772 a += ac, b += bc;
774 return (ac == 0 && bc == 0);
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TreeTraverserTest.java 105 static final BinaryTree bc = new BinaryTree('c', null, null); field in class:TreeTraverserTest
106 static final BinaryTree bb = new BinaryTree('b', ba, bc);
  /external/guava/guava-tests/test/com/google/common/collect/
TreeTraverserTest.java 107 static final BinaryTree bc = new BinaryTree('c', null, null); field in class:TreeTraverserTest
108 static final BinaryTree bb = new BinaryTree('b', ba, bc);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatMiscTests.java 122 final String bc = "\u7D00\u5143\u524D"; local
133 assertEquals("BC =", bc, eras[0]);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 42 bc = file.read()[len(metadata):]
45 file.write(bc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 42 bc = file.read()[len(metadata):]
45 file.write(bc)
  /external/v8/test/webkit/fast/js/
regexp-bol.js 36 shouldBe('s.match(/(bc|^abc)([0-9]*)a/)', '["bc789a","bc","789"]');
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 143 sp<BlobCache> bc = getBlobCacheLocked(); local
144 bc->set(key, keySize, value, valueSize);
182 sp<BlobCache> bc = getBlobCacheLocked(); local
183 return bc->get(key, keySize, value, valueSize);
  /external/flac/libFLAC/ppc/as/
lpc_asm.s 76 bc 4,0,L1400
116 bc 12,0,L1101
130 bc 12,0,L1102
144 bc 12,0,L1103
158 bc 12,0,L1104
172 bc 12,0,L1105
186 bc 12,0,L1106
200 bc 12,0,L1107
289 bc 12,0,L1200
325 bc 4,0,L240
    [all...]
  /external/flac/libFLAC/ppc/gas/
lpc_asm.s 78 bc 4,0,L1400
118 bc 12,0,L1101
132 bc 12,0,L1102
146 bc 12,0,L1103
160 bc 12,0,L1104
174 bc 12,0,L1105
188 bc 12,0,L1106
202 bc 12,0,L1107
291 bc 12,0,L1200
327 bc 4,0,L240
    [all...]
  /external/iproute2/ip/
iplink_can.c 216 struct can_berr_counter *bc = local
219 fprintf(f, "(berr-counter tx %d rx %d) ", bc->txerr, bc->rxerr);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 281 struct pipe_blend_color bc; local
282 COPY_4FV(bc.color, ctx->Color.BlendColorUnclamped);
283 cso_set_blend_color(st->cso_context, &bc);
  /external/webp/src/dsp/
upsampling_sse2.c 73 const __m128i bc = _mm_xor_si128(b, c); /* bc = b^c */ \
75 const __m128i t1 = _mm_or_si128(ad, bc); /* (a^d) | (b^c) */ \
82 GET_M(bc, t, diag1); /* diag1 = (a + 3b + 3c + d) / 8 */ \
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 109 BlendComposite bc = (BlendComposite) obj; local
111 return mode == bc.mode && alpha == bc.alpha;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 301 Rect bc = it.getBounds(); local
302 if (bc.isValid()) {
321 int v = isVertical ? bc.y + (bc.h / 2) : bc.x + (bc.w / 2);
332 int v = isVertical ? bc.y : bc.x;
337 last = isVertical ? (bc.y + bc.h) : (bc.x + bc.w)
    [all...]
  /external/javassist/src/main/javassist/compiler/
CodeGen.java 649 Bytecode bc = bytecode; local
650 final int var = bc.getMaxLocals();
651 bc.incMaxLocals(1);
652 bc.addOpcode(DUP);
653 bc.addAstore(var);
654 bc.addOpcode(MONITORENTER);
664 int pc = bc.currentPc();
669 int pc2 = bc.currentPc();
672 rh.doit(bc, 0); // the 2nd arg is ignored.
673 bc.addOpcode(Opcode.GOTO)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 513 Bitmap.Config bc = b.getConfig(); local
514 if (bc == null) {
517 switch (bc) {
524 " bytes, passed bitmap was " + bc);
534 " bytes, passed bitmap was " + bc);
544 " bytes, passed bitmap was " + bc);
554 " bytes, passed bitmap was " + bc);
1816 final Bitmap.Config bc = b.getConfig(); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 202 #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;)
214 int br = bestmv->as_mv.row * 4, bc = bestmv->as_mv.col * 4; local
215 int tr = br, tc = bc;
300 if (tr == br && tc == bc)
304 tc = bc;
338 if (tr == br && tc == bc)
342 tc = bc;
346 bestmv->as_mv.col = bc * 2;
815 all_in &= ((bc-range) >= x->mv_col_min);\
816 all_in &= ((bc+range) <= x->mv_col_max);
875 int br, bc; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 147 r600_compute_shader_create(ctx_, shader->mod, &shader->bc);
150 shader->bc.ndw * 4);
155 memcpy(p, shader->bc.bytecode, shader->bc.ndw * 4);
439 S_0288D4_NUM_GPRS(shader->bc.ngpr)
440 | S_0288D4_STACK_SIZE(shader->bc.nstack));
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
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...]

Completed in 3532 milliseconds

1 2 3 45 6 7 8 91011>>