Searched defs:p0 (Results 101 - 125 of 248) sorted by relevance

12345678910

/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_mbloop_loopfilter_dspr2.c36 uint32_t p3, p2, p1, p0, q0, q1, q2, q3; local
72 "lw %[p0], (%[sp0]) \n\t"
78 : [p3] "=&r" (p3), [p2] "=&r" (p2), [p1] "=&r" (p1), [p0] "=&r" (p0),
85 p1, p0, p3, p2, q0, q1, q2, q3,
89 vp9_filter1_dspr2(mask, hev, p1, p0, q0, q1,
120 "sw %[p0], (%[sp0]) \n\t"
126 : [p2] "r" (p2), [p1] "r" (p1), [p0] "r" (p0),
133 vp9_filter1_dspr2(mask, hev, p1, p0, q
334 uint32_t p3, p2, p1, p0, q3, q2, q1, q0; local
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
H A Dmemcpy.S162 #define ifbyte p0 /* if transfer has bytes in epilog/prolog */
163 #define ifhword p0 /* if transfer has shorts in epilog/prolog */
164 #define ifword p0 /* if transfer has words in epilog/prolog */
165 #define noprolog p0 /* no prolog, xfer starts at 32byte */
167 #define noepilog p0 /* no epilog, xfer ends on 32byte boundary */
169 #define kernel1 p0 /* kernel count == 1 */
201 p0 = cmp.gtu(len, #23); /* %1, <24 */ define
221 if(!p0) jump .Lbytes23orless; /* %1, <24 */
336 p0 = cmp.gt(over, #0); define
338 if(p0) res
343 p0 = cmp.gt(rest, #16); define
[all...]
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c57 struct sh_srcreg p0; member in struct:dump_op
75 _debug_printf("(p0) ");
502 op->p0 = *(struct sh_srcreg *)*token;
/external/mesa3d/src/glx/
H A Dglxhash.c122 int p0; member in struct:__glxHashTable
297 while (table->p0 < HASH_SIZE) {
304 table->p1 = table->buckets[table->p0];
305 ++table->p0;
318 table->p0 = 0;
/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h42 const GLfloat *p0 = v0->attrib[FRAG_ATTRIB_WPOS]; variable
119 compute_plane(p0, p1, p2, p0[2], p1[2], p2[2], zPlane);
123 compute_plane(p0, p1, p2, v0->color[RCOMP], v1->color[RCOMP], v2->color[RCOMP], rPlane);
124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane);
125 compute_plane(p0, p1, p2, v0->color[BCOMP], v1->color[BCOMP], v2->color[BCOMP], bPlane);
126 compute_plane(p0, p1, p2, v0->color[ACOMP], v1->color[ACOMP], v2->color[ACOMP], aPlane);
140 compute_plane(p0, p1, p2, invW0, invW1, invW2, wPlane);
155 compute_plane(p0, p1, p2, a0, a1, a2, attrPlane[attr][c]);
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp147 uchar p0, p1, p2, l0, l1, l2, h0, h1, h2; local
153 p0 = p[0]; p1 = p[1]; p2 = p[2];
154 l0 = SAT_8U(p0 - cb0); l1 = SAT_8U(p1 - cb1); l2 = SAT_8U(p2 - cb2);
155 h0 = SAT_8U(p0 + cb0); h1 = SAT_8U(p1 + cb1); h2 = SAT_8U(p2 + cb2);
159 if( e->learnMin[0] <= p0 && p0 <= e->learnMax[0] &&
164 e->boxMin[0] = MIN(e->boxMin[0], p0);
165 e->boxMax[0] = MAX(e->boxMax[0], p0);
209 e->boxMin[0] = e->boxMax[0] = p0;
270 uchar p0 local
[all...]
/external/ppp/pppd/plugins/pppoatm/
H A Dans.c195 static int cc_len(int p0,int p1) argument
224 if (cc_table[p0] == 1) return 1;
225 return cc_table[p0*10+p1];
/external/regex-re2/re2/
H A Dbitstate.cc140 // Try a search from instruction id0 in state p0.
142 bool BitState::TrySearch(int id0, const char* p0) { argument
146 Push(id0, p0, 0);
/external/skia/experimental/Intersection/
H A DLogoPlay.cpp72 static void quadApprox(SkPath &fPath, const SkPoint &p0, const SkPoint &p1, const SkPoint &p2) argument
78 midPt(j, p0, c);
79 midPt(k, p0, p1);
/external/skia/gm/
H A Dhairlines.cpp156 SkPoint p0 = SkPoint::Make(kRad * cosV, kRad * sinV); variable
162 bug->moveTo(p0);
/external/skia/src/animator/
H A DSkParseSVGPath.cpp28 static void quadApprox(SkPath &fPath, const SkPoint &p0, const SkPoint &p1, const SkPoint &p2) argument
34 midPt(j, p0, c);
35 midPt(k, p0, p1);
/external/skia/src/core/
H A DSkEdge.cpp34 int SkEdge::setLine(const SkPoint& p0, const SkPoint& p1, const SkIRect* clip, argument
40 x0 = int(p0.fX * scale);
41 y0 = int(p0.fY * scale);
156 // cheap calc of distance from center of p0-p2 to the center of the curve
221 * p0 (1 - t)^2 + p1 t(1 - t) + p2 t^2 ==> At^2 + Bt + C
223 * A = p0 - 2p1 + p2
224 * B = 2(p1 - p0)
225 * C = p0
227 * Our caller must have constrained our inputs (p0..p2) to all fit into
229 * larger (e.g. B = 2*(p1 - p0))
[all...]
/external/skia/src/pathops/
H A DSkPathOpsLine.cpp39 SkDVector p0 = fPts[1] - fPts[0]; local
41 return p0.cross(p2);
/external/skia/tests/
H A DPaintTest.cpp120 SkPaint p0, p1; local
123 SkPaint::kNone_FilterLevel == p0.getFilterLevel());
132 p0.setFilterLevel(gLevels[i]);
133 REPORTER_ASSERT(reporter, gLevels[i] == p0.getFilterLevel());
134 p1 = p0;
137 p0.reset();
139 SkPaint::kNone_FilterLevel == p0.getFilterLevel());
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-mips32-linux.c784 Int p0, p1; local
786 p0 = RES;
789 if (!ML_(fd_allowed)(p0, "pipe", tid, True) ||
791 VG_(close)(p0);
796 ML_(record_fd_open_nameless)(tid, p0);
/external/webp/src/enc/
H A Dcost.c495 const int p0 = res->prob[n][ctx0][0]; local
497 // bit_cost(1, p0) is already incorporated in t[] tables, but only if ctx != 0
500 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0;
503 return VP8BitCost(0, p0);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter_filters.c23 uint8_t p1, uint8_t p0,
29 mask |= (abs(p1 - p0) > limit) * -1;
33 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit) * -1;
39 uint8_t p1, uint8_t p0,
43 mask |= (abs(p1 - p0) > thresh) * -1;
45 mask |= (abs(p2 - p0) > thresh) * -1;
47 mask |= (abs(p3 - p0) > thresh) * -1;
55 uint8_t p0, uint8_t q0,
58 int8_t mask = ~flat_mask4(thresh, p3, p2, p1, p0, q0, q1, q2, q3);
59 mask |= (abs(p4 - p0) > thres
21 filter_mask(uint8_t limit, uint8_t blimit, uint8_t p3, uint8_t p2, uint8_t p1, uint8_t p0, uint8_t q0, uint8_t q1, uint8_t q2, uint8_t q3) argument
37 flat_mask4(uint8_t thresh, uint8_t p3, uint8_t p2, uint8_t p1, uint8_t p0, uint8_t q0, uint8_t q1, uint8_t q2, uint8_t q3) argument
52 flat_mask5(uint8_t thresh, uint8_t p4, uint8_t p3, uint8_t p2, uint8_t p1, uint8_t p0, uint8_t q0, uint8_t q1, uint8_t q2, uint8_t q3, uint8_t q4) argument
65 hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, uint8_t q0, uint8_t q1) argument
113 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
138 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
162 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
185 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
211 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
243 p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; local
290 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; local
316 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_mips32.c29 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
30 const int a = 3 * (q0 - p0) + VP8ksclip1[p1 - q1];
33 p[-step] = VP8kclip1[p0 + a2];
39 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
40 const int a = 3 * (q0 - p0);
45 p[- step] = VP8kclip1[p0 + a2];
52 const int p2 = p[-3 * step], p1 = p[-2 * step], p0 = p[-step]; local
54 const int a = VP8ksclip1[3 * (q0 - p0) + VP8ksclip1[p1 - q1]];
60 p[- step] = VP8kclip1[p0 + a1];
67 const int p1 = p[-2 * step], p0 local
72 const int p1 = p[-2 * step], p0 = p[-step], q0 = p[0], q1 = p[step]; local
79 const int p1 = p[-2 * step], p0 = p[-step]; local
[all...]
H A Dlossless_neon.c210 const uint8x8_t p0 = vreinterpret_u8_u64(vcreate_u64(*c0)); local
214 const uint8x8_t ac = vabd_u8(p0, p2); // |a-c|
229 const uint8x8_t p0 = vreinterpret_u8_u64(vcreate_u64(*c0)); local
232 const uint16x8_t sum0 = vaddl_u8(p0, p1); // add and widen
245 const uint8x8_t p0 = vreinterpret_u8_u64(vcreate_u64(*c0)); local
248 const uint8x8_t avg = vhadd_u8(p0, p1); // Average(c0,c1)
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast_tri.c264 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */ local
282 transpose4_epi32(&p0, &p1, &p2, &zero,
374 __m128i p0 = _mm_load_si128((__m128i *)&plane[0]); /* c, dcdx, dcdy, eo */ local
391 transpose4_epi32(&p0, &p1, &p2, &zero,
/external/chromium_org/third_party/skia/gm/
H A Dtechtalk1.cpp65 static void drawLine(SkCanvas* canvas, const SkPoint& p0, const SkPoint& p1, argument
67 canvas->drawLine(p0.fX, p0.fY, p1.fX, p1.fY, paint);
88 static void show_mesh_between(SkCanvas* canvas, const SkPath& p0, const SkPath& p1) { argument
90 tesselate(p0, &d0);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDraw.cpp246 virtual Draw* create(const SkPoint& p0, const SkPoint& p1) { argument
248 r.set(p0.x(), p0.y(), p1.x(), p1.y());
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp142 int32x4_t p0 = vmull_s16(p0_src, coeff0); local
147 accum += p0;
176 int32x4_t p0 = vmull_s16(vget_low_s16(p01_16), coeff0); local
180 accum += p0;
425 int32x4_t p0, p1, p2, p3; local
432 p0 = vmull_s16(vget_low_s16(p01_16), coeff0); \
436 accum += p0; \
462 int32x4_t p0, p1, p2, p3; local
/external/chromium_org/v8/test/cctest/compiler/
H A Dcodegen-tester.h24 MachineAssemblerTester(MachineType return_type, MachineType p0, argument
30 MakeMachineSignature(main_zone(), return_type, p0, p1, p2, p3, p4)),
33 MakeMachineSignature(main_zone(), return_type, p0, p1, p2, p3, p4),
86 RawMachineAssemblerTester(MachineType p0 = kMachNone,
92 ReturnValueTraits<ReturnType>::Representation(), p0, p1, p2, p3,
128 param0(T->LoadFromPointer(&p0, rep)),
130 p0(static_cast<CType>(0)),
139 p0 = a0;
170 CType p0; member in class:v8::internal::compiler::BinopTester
195 p0
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatinbuilder.cpp320 uint32_t p0 = (uint32_t)(ce0 >> 32); local
321 if(p0 == 0) { return FALSE; }
323 if(p0 > lastLatinPrimary) { return FALSE; }
326 if(p0 < firstShortPrimary) {
339 if(p1 == 0 ? p0 < firstShortPrimary : !inSameGroup(p0, p1)) { return FALSE; }

Completed in 575 milliseconds

12345678910