HomeSort by relevance Sort by last modified time
    Searched refs:b2 (Results 451 - 475 of 661) sorted by null

<<11121314151617181920>>

  /external/libvpx/mips/
vp8_rtcd.h 244 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
247 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
  /external/libvpx/mips-dspr2/
vp8_rtcd.h 262 void vp8_regular_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
265 void vp8_fast_quantize_b_pair_c(struct block *b1, struct block *b2, struct blockd *d1, struct blockd *d2);
  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 625 pack_ub4(ubyte b0, ubyte b1, ubyte b2, ubyte b3)
629 (((unsigned int)b2) << 16) |
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 73 | ->11.11% (400B) 0x........: b2 (alloc-fns.c:10)
alloc-fns-B.post.exp 69 ->11.11% (400B) 0x........: b2 (alloc-fns.c:10)
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 299 Bundle b2 = new Bundle(Account.class.getClassLoader()); local
300 b2.readFromParcel(p);
301 Account account2 = (Account) b2.getParcelable("account");
1878 Mailbox b2 = ProviderTestUtils.setupMailbox("box2", a.mId, true, c, Mailbox.TYPE_MAIL); local
1892 Mailbox b2 = ProviderTestUtils.setupMailbox("box2", a2.mId, true, c, Mailbox.TYPE_MAIL); local
2097 Mailbox b2 = ProviderTestUtils.setupMailbox("box2", a1.mId, true, c, Mailbox.TYPE_OUTBOX); local
2364 Mailbox b2 = createTypeMailbox(mMockContext, b.mId, Mailbox.TYPE_MAIL); local
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
StreamHandlerTest.java 658 byte[] b2 = encoder.encode(CharBuffer.wrap("\u6881\u884D\u8F69"))
660 byte[] b3 = new byte[b1.length + b2.length];
662 System.arraycopy(b2, 0, b3, b1.length, b2.length);
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 2235 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
3564 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, variable
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 2235 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
3564 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, variable
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucase.h 165 int8_t b1, b2, b3; member in struct:UCaseContext
  /external/chromium_org/third_party/libwebp/dsp/
enc.c 212 const int b2 = a3 - a2; local
216 out[ 8 + i] = b2 >> 1;
592 const int b2 = a3 - a2; local
597 sum += w[ 8] * abs(b2);
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 44 B<char>::E b2 = B<char>::E::e2; variable
  /external/clang/test/CodeGenCXX/
temporaries.cpp 572 struct C : B { B b1, b2; }; member in struct:AssignmentOp::C
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 130 B b2{{1, 1.0, 4}, 2, {3, 4}}; // expected-error {{no matching constructor for initialization of 'objects::B'}}
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 148 Baz<static_cast<ns::E>(0)> b2; // This neither. member in namespace:ns
  /external/eigen/bench/
benchVecAdd.cpp 95 PacketScalar a0, a1, a2, a3, b0, b1, b2, b3; local
104 // b2 = internal::pload(&b[i+2*PacketSize]);
115 // internal::pstore(&a[i+2*PacketSize], internal::padd(a2, b2));
117 // b2 = internal::pload(&b[i+6*PacketSize]);
125 // internal::pstore(&a[i+6*PacketSize], internal::padd(a2, b2));
  /external/icu4c/common/
ucase.h 203 int8_t b1, b2, b3; member in struct:UCaseContext
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 63 public void add(int b1, int b2) {
66 buffer[size - 1] = (byte)b2;
69 public void add(int b1, int b2, int b3, int b4) {
72 buffer[size - 3] = (byte)b2;
    [all...]
  /external/libvpx/libvpx/test/
variance_test.cc 68 const int b2 = ref[(w + 1) * (y + 1) + x + 1]; local
70 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
96 const int b2 = ref[(w + 1) * (y + 1) + x + 1]; local
98 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4);
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
62 vperm v9, v8, v8, v4 ;# v9 = a2 a3 a0 a1 b2 b3 b0 b1
70 vsraw v11, v11, v7 ;# v11 = A2 A3 B2 B3
72 vpkuwum v10, v10, v11 ;# v10 = A0 A1 B0 B1 A2 A3 B2 B3
73 vperm \Dst, v10, v10, v5 ;# Dest = A0 B0 A1 B1 A2 B2 A3 B3
  /external/libvpx/libvpx/vp8/encoder/
quantize.c 305 void vp8_regular_quantize_b_pair(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2)
308 vp8_regular_quantize_b(b2, d2);
311 void vp8_fast_quantize_b_pair_c(BLOCK *b1, BLOCK *b2, BLOCKD *d1, BLOCKD *d2)
314 vp8_fast_quantize_b_c(b2, d2);
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 736 b2, enumerator in enum:BFlags
770 io.enumCase(value, "b2", b2);
828 seq.push_back(KindAndFlags(kindB,b2));
849 EXPECT_EQ(seq2[3].flags, (uint32_t)b2);
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 326 m2, b2, t2 = mbt2.split(':',3)
329 elif int(m1) == int(m2) and int(b1) > int(b2):
331 elif int(b1) == int(b2) and int(t1) > int(t2):
333 elif int(m1) == int(m2) and int(b1) == int(b2) and int(t1) == int(t2):
  /external/webp/src/dsp/
enc.c 212 const int b2 = a3 - a2; local
216 out[ 8 + i] = b2 >> 1;
592 const int b2 = a3 - a2; local
597 sum += w[ 8] * abs(b2);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 1022 InlineBox* b2; local
    [all...]

Completed in 1015 milliseconds

<<11121314151617181920>>