Searched defs:B1 (Results 1 - 25 of 100) sorted by last modified time

1234

/external/webp/src/dsp/
H A Ddec_neon.c1002 // B1 = in4 | in12
1003 const int16x8_t B1 = local
1007 const int16x8_t C0 = vsraq_n_s16(B1, vqdmulhq_n_s16(B1, kC1), 1);
1008 const int16x8_t C1 = vqdmulhq_n_s16(B1, kC2);
H A Denc_neon.c96 // B1 = in4 | in12
97 const int16x8_t B1 = local
101 const int16x8_t C0 = vsraq_n_s16(B1, vqdmulhq_n_s16(B1, kC1), 1);
102 const int16x8_t C1 = vqdmulhq_n_s16(B1, kC2);
/external/svox/pico/lib/
H A Dpicopam.c278 #define B1 9 macro
1693 case B1:
1735 outVect[T_B1] = inVect[B1];
3142 case B1:
3232 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[B1] == 1)
3281 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[B1] == 0)
3296 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[B1] == 1)
3309 if (pam->sSyllFeats[pam->nCurrSyllable].phoneV[B1] == 1)
4355 pam->sSyllFeats[pam->nCurrSyllable].phoneV[B1] = 1;
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp257 static void B1(DFData* curr, int width) { function
404 B1(currData, dataWidth);
/external/skia/src/pathops/
H A DSkPathOpsTypes.cpp168 const unsigned int B1 = 715094163; local
172 pt[1] = px[1] / 3 + B1;
/external/skia/experimental/Intersection/
H A DCubeRoot.cpp77 const unsigned int B1 = 715094163; local
81 pt[1]=px[1]/3+B1;
93 const unsigned int B1 = 71509416*5/3;
97 pt[1]=px[1]/5+B1;
/external/qemu/distrib/jpeg-6b/
H A Djccolor.c401 #define B1(n) (((n) >> 8) & 0xFF) macro
419 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
420 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
421 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp214 FX_FLOAT B1 = 0.0556f * X - 0.2040f * Y + 1.0570f * Z; local
227 if (B1 > 1) {
228 B1 = 1;
230 if (B1 < 0) {
231 B1 = 0;
251 scale = (int)(B1 * 1023);
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_ArithDecoder.h55 unsigned char B1; local
57 B1 = m_pStream->getNextByte_arith();
58 if(B1 > 0x8f) {
62 B = B1;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.c6027 FT_Int B1, B2; local
6089 B1 = CUR.zp2.cur[point].y;
6091 B1 = CUR.zp2.cur[point].x;
6105 ( B1 & 63 ) != 0 &&
6107 B1 != B2 )
6115 dx = FT_PIX_ROUND( B1 + dx ) - B1;
6116 dy = FT_PIX_ROUND( B1 + dy ) - B1;
6137 if ( ( B1
6549 FT_Int B1 = 0; /* pacify compiler */ local
7384 FT_UShort B1, B2; local
[all...]
/external/opencv/cv/src/
H A Dcvoptflowlk.cpp137 | A1B2 B1 | {u} {C1} {0}
141 float A1B2, A2, B1, C1, C2; local
476 B1 = 0;
484 B1 += WII[addr + j].yy * KerY[i];
495 float delta = (A1B2 * A1B2 - A2 * B1);
504 deltaX = -(C1 * A1B2 - C2 * B1);
513 float Norm = (A1B2 + A2) * (A1B2 + A2) + (B1 + A1B2) * (B1 + A1B2);
521 velocityY[j] = (B1 + A1B2) * temp;
H A Dcvrotcalipers.cpp312 float B1 = buf[3]; local
317 float C1 = A1 * points[((int *) buf)[0]].x + points[((int *) buf)[0]].y * B1;
320 float idet = 1.f / (A1 * B2 - A2 * B1);
322 float px = (C1 * B2 - C2 * B1) * idet;
329 out[3] = B1 * buf[2];
/external/opencv/cvaux/src/
H A Dcvmorphcontours.cpp70 CvPoint2D32f* B1,
101 CvPoint2D32f* B1,
121 B1->x = -B1->x;
122 B1->y = -B1->y;
124 d_angle = acos( (B1->x*F1->x + B1->y*F1->y)/sqrt( (B1->x*B1
99 _cvBendingWork( CvPoint2D32f* B0, CvPoint2D32f* F0, CvPoint2D32f* B1, CvPoint2D32f* F1 ) argument
[all...]
H A Dcvtrifocal.cpp1679 double A1,B1,C1; local
1681 B1 = matrV_dat[7];
1724 matrK_dat[1*6+4] = -B1;
/external/llvm/unittests/Support/
H A DCasting.cpp96 extern bar &B1;
97 bar &B1 = B; member in namespace:__anon26526
100 const bar &B3 = B1;
104 EXPECT_TRUE(isa<foo>(B1));
111 foo &F1 = cast<foo>(B1);
124 foo *F8 = B1.baz();
137 foo *F15 = B1.caz();
151 foo *F5 = B1.daz();
164 foo *F5 = B1.naz();
172 //foo &F23 = cast_or_null<foo>(B1);
[all...]
/external/llvm/unittests/Analysis/
H A DLazyCallGraphTest.cpp137 LazyCallGraph::Node &B1 = *I++; local
138 EXPECT_EQ("b1", B1.getFunction().getName());
174 for (LazyCallGraph::Node &N : B1)
456 LazyCallGraph::Node &B1 = *CG.lookup(lookupFunction(*M, "b1")); local
466 LazyCallGraph::SCC &BC = *CG.lookupSCC(B1);
500 EXPECT_EQ(&BC, CG.lookupSCC(B1));
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2515 BinaryOperator *B1 = dyn_cast<BinaryOperator>(B->getOperand(1)); local
2520 if (tryToVectorizePair(A, B1, R)) {
/external/llvm/include/llvm/Analysis/
H A DTrace.h76 /// Returns true if B1 occurs before B2 in the trace, or if it is the same
79 bool dominates(const BasicBlock *B1, const BasicBlock *B2) const { argument
80 int B1Idx = getBlockIndex(B1), B2Idx = getBlockIndex(B2);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1348 Value *A1, *B1, *C1, *A2, *B2, *C2; local
1349 if (match(LHS, m_Select(m_Value(C1), m_Value(A1), m_Value(B1))) &&
1356 Z2 = dyn_cast<Constant>(B2); B = B1;
1357 } else if (match(B1, m_AnyZero()) && match(A2, m_AnyZero())) {
1358 Z1 = dyn_cast<Constant>(B1); B = B2;
/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp659 /// information. Two blocks B1 and B2 are in the same equivalence class if B1
660 /// dominates B2, B2 post-dominates B1 and both are in the same loop.
858 /// We are interested in unique edges. If a block B1 has multiple
859 /// edges to another block B2, we only add a single B1->B2 edge.
862 BasicBlock *B1 = I; local
864 // Add predecessors for B1.
866 if (!Predecessors[B1].empty())
868 for (pred_iterator PI = pred_begin(B1), PE = pred_end(B1); P
[all...]
/external/libxml2/
H A Dtimsort.h302 const int64_t B1 = stack[stack_curr - 1].length; local
303 if (A1 <= B1) return 0;
/external/libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/
H A Drebind.pass.cpp27 template <class T> struct B1 {}; struct
33 template <class U> using rebind = B1<U>;
35 template <class U> struct rebind {typedef B1<U> other;};
60 static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>, B1<double> >::value), "");
65 static_assert((std::is_same<std::pointer_traits<B<int> >::rebind<double>::other, B1<double> >::value), "");
/external/libcxx/test/utilities/meta/meta.rel/
H A Dis_base_of.pass.cpp32 struct B1 : B {}; struct in inherits:B
34 struct D : private B1, private B2 {};
39 test_is_base_of<B1, D>();
41 test_is_base_of<B, B1>();
/external/kernel-headers/original/uapi/linux/
H A Dixjuser.h200 hz493 = 0x7685, /* .88 B1 */
278 B1 = hz493, enumerator in enum:__anon23123
/external/jpeg/
H A Djccolor.c308 #define B1(n) (((n) >> 8) & 0xFF) macro
326 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
328 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));

Completed in 449 milliseconds

1234