Searched refs:p1 (Results 201 - 225 of 1077) sorted by relevance

1234567891011>>

/external/webp/src/dsp/
H A Ddec_neon.c67 uint8x16_t* const p1, uint8x16_t* const p0,
69 // row0 = p1[0..7]|p0[0..7]|q0[0..7]|q1[0..7]
70 // row8 = p1[8..15]|p0[8..15]|q0[8..15]|q1[8..15]
73 *p1 = vcombine_u8(row0.val[0], row8.val[0]);
87 uint8x16_t* const p1, uint8x16_t* const p0,
119 *p1 = vreinterpretq_u8_u16(row02.val[0]);
131 uint8x16_t* const p1, uint8x16_t* const p0,
134 Load4x16(src - 2, stride, p3, p2, p1, p0);
139 uint8x16_t* const p1, uint8x16_t* const p0,
141 *p1
66 Load4x16(const uint8_t* const src, int stride, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1) argument
86 Load4x16(const uint8_t* src, int stride, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1) argument
129 Load8x16(const uint8_t* const src, int stride, uint8x16_t* const p3, uint8x16_t* const p2, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, uint8x16_t* const q2, uint8x16_t* const q3) argument
138 Load16x4(const uint8_t* const src, int stride, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1) argument
147 Load16x8(const uint8_t* const src, int stride, uint8x16_t* const p3, uint8x16_t* const p2, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, uint8x16_t* const q2, uint8x16_t* const q3) argument
156 Load8x8x2(const uint8_t* const u, const uint8_t* const v, int stride, uint8x16_t* const p3, uint8x16_t* const p2, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, uint8x16_t* const q2, uint8x16_t* const q3) argument
180 Load8x8x2T(const uint8_t* const u, const uint8_t* const v, int stride, uint8x16_t* const p3, uint8x16_t* const p2, uint8x16_t* const p1, uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, uint8x16_t* const q2, uint8x16_t* const q3) argument
277 Store4x16(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, uint8_t* const dst, int stride) argument
298 Store16x4(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, uint8_t* const dst, int stride) argument
315 Store8x4x2(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, uint8_t* const u, uint8_t* const v, int stride) argument
332 Store6x8x2(const uint8x16_t p2, const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t q2, uint8_t* u, uint8_t* v, int stride) argument
361 Store4x8x2(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, uint8_t* const u, uint8_t* const v, int stride) argument
440 NeedsFilter(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, int thresh) argument
463 GetBaseDelta(const int8x16_t p1, const int8x16_t p0, const int8x16_t q0, const int8x16_t q1) argument
499 DoFilter2(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t mask, uint8x16_t* const op0, uint8x16_t* const oq0) argument
513 uint8x16_t p1, p0, q0, q1, op0, oq0; local
523 uint8x16_t p1, p0, q0, q1, oq0, op0; local
650 NeedsHev(const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, int hev_thresh) argument
662 NeedsFilter2(const uint8x16_t p3, const uint8x16_t p2, const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t q2, const uint8x16_t q3, int ithresh, int thresh) argument
687 ApplyFilter4( const int8x16_t p1, const int8x16_t p0, const int8x16_t q0, const int8x16_t q1, const int8x16_t delta0, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1) argument
706 DoFilter4( const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t mask, const uint8x16_t hev_mask, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1) argument
744 ApplyFilter6( const int8x16_t p2, const int8x16_t p1, const int8x16_t p0, const int8x16_t q0, const int8x16_t q1, const int8x16_t q2, const int8x16_t delta, uint8x16_t* const op2, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) argument
780 DoFilter6( const uint8x16_t p2, const uint8x16_t p1, const uint8x16_t p0, const uint8x16_t q0, const uint8x16_t q1, const uint8x16_t q2, const uint8x16_t mask, const uint8x16_t hev_mask, uint8x16_t* const op2, uint8x16_t* const op1, uint8x16_t* const op0, uint8x16_t* const oq0, uint8x16_t* const oq1, uint8x16_t* const oq2) argument
822 uint8x16_t p3, p2, p1, p0, q0, q1, q2, q3; local
839 uint8x16_t p3, p2, p1, p0, q0, q1, q2, q3; local
858 uint8x16_t p3, p2, p1, p0; local
882 uint8x16_t p3, p2, p1, p0; local
904 uint8x16_t p3, p2, p1, p0, q0, q1, q2, q3; local
920 uint8x16_t p3, p2, p1, p0, q0, q1, q2, q3; local
937 uint8x16_t p3, p2, p1, p0, q0, q1, q2, q3; local
952 uint8x16_t p3, p2, p1, p0, q0, q1, q2, q3; local
[all...]
/external/bison/lib/
H A Dstrverscmp.c63 const unsigned char *p1 = (const unsigned char *) s1; local
95 if (p1 == p2)
98 c1 = *p1++;
106 c1 = *p1++;
119 while (ISDIGIT (*p1++))
/external/blktrace/
H A Dstrverscmp.c91 const unsigned char *p1 = (const unsigned char *) s1; local
123 if (p1 == p2)
126 c1 = *p1++;
134 c1 = *p1++;
147 while (isdigit (*p1++))
/external/chromium_org/third_party/cld/base/
H A Dscoped_ptr.h130 inline void swap(scoped_ptr<C>& p1, scoped_ptr<C>& p2) { argument
131 p1.swap(p2);
135 inline bool operator==(const C* p1, const scoped_ptr<C>& p2) { argument
136 return p1 == p2.get();
140 inline bool operator==(const C* p1, const scoped_ptr<const C>& p2) { argument
141 return p1 == p2.get();
145 inline bool operator!=(const C* p1, const scoped_ptr<C>& p2) { argument
146 return p1 != p2.get();
150 inline bool operator!=(const C* p1, const scoped_ptr<const C>& p2) { argument
151 return p1 !
259 swap(scoped_array<C>& p1, scoped_array<C>& p2) argument
264 operator ==(const C* p1, const scoped_array<C>& p2) argument
269 operator ==(const C* p1, const scoped_array<const C>& p2) argument
274 operator !=(const C* p1, const scoped_array<C>& p2) argument
279 operator !=(const C* p1, const scoped_array<const C>& p2) argument
[all...]
/external/eigen/test/eigen2/
H A Deigen2_parametrizedline.cpp30 VectorType p1 = VectorType::Random(dim); local
41 VERIFY_IS_APPROX( (l0.projection(p1)-p1).norm(), l0.distance(p1) );
42 VERIFY_IS_MUCH_SMALLER_THAN( l0.distance(l0.projection(p1)), RealScalar(1) );
/external/eigen/test/
H A Dgeo_hyperplane.cpp30 VectorType p1 = VectorType::Random(dim); local
36 HyperplaneType pl1(n1, p1);
45 VERIFY_IS_APPROX( pl1.signedDistance(p1 + n1 * s0), s0 );
47 VERIFY_IS_MUCH_SMALLER_THAN( pl1.absDistance(p1 + pl1.normal().unitOrthogonal() * s1), Scalar(1) );
57 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot).absDistance(rot * p1), Scalar(1) );
59 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot,Isometry).absDistance(rot * p1), Scalar(1) );
61 VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*scaling).absDistance((rot*scaling) * p1), Scalar(1) );
64 .absDistance((rot*scaling*translation) * p1), Scalar(1) );
67 .absDistance((rot*translation) * p1), Scalar(1) );
127 Plane3a *p1 local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c675 assert( pOp->p1>0 );
676 assert( pOp->p1<=p->nMem );
677 assert( memIsValid(&aMem[pOp->p1]) );
678 REGISTER_TRACE(pOp->p1, &aMem[pOp->p1]);
760 pIn1 = &aMem[pOp->p1];
765 REGISTER_TRACE(pOp->p1, pIn1);
775 pIn1 = &aMem[pOp->p1];
787 pIn1 = &aMem[pOp->p1];
792 REGISTER_TRACE(pOp->p1, pIn
1008 int p1; /* Register to copy from */ local
1860 int p1; local
2084 int p1; /* P1 value of the opcode */ local
2552 int p1; /* Value of P1 operand */ local
5445 int p1 = pOp->p1; local
[all...]
/external/chromium-trace/trace-viewer/src/tracing/tracks/
H A Dasync_slice_group_track_test.js20 var p1 = new Process(model, 1);
21 var t1 = new Thread(p1, 1);
40 var p1 = new Process(model, 1);
41 var t1 = new Thread(p1, 1);
56 var p1 = new Process(model, 1);
57 var t1 = new Thread(p1, 1);
79 var p1 = new Process(model, 1);
80 var t1 = new Thread(p1, 1);
101 var p1 = new Process(model, 1);
102 var t1 = new Thread(p1,
[all...]
/external/chromium_org/mojo/services/public/cpp/view_manager/tests/
H A Dview_unittest.cc145 ViewObserver::TreeChangeParams p1; local
146 p1.target = &v11;
147 p1.receiver = &v1;
148 p1.old_parent = NULL;
149 p1.new_parent = &v1;
150 EXPECT_TRUE(TreeChangeParamsMatch(p1, o1.received_params().back()));
153 ViewObserver::TreeChangeParams p11 = p1;
168 p1.target = &v11;
169 p1.receiver = &v1;
170 p1
200 ViewObserver::TreeChangeParams p1, p11, p111, p1111, p1112; local
294 ViewObserver::TreeChangeParams p1; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasPathMethods.cpp72 FloatPoint p1 = FloatPoint(x, y);
74 m_path.moveTo(p1);
75 else if (p1 != m_path.currentPoint())
76 m_path.addLineTo(p1);
88 FloatPoint p1 = FloatPoint(x, y); local
90 if (p1 != m_path.currentPoint() || p1 != cp)
91 m_path.addQuadCurveTo(cp, p1);
103 FloatPoint p1 = FloatPoint(x, y); local
106 if (p1 !
[all...]
/external/chromium_org/base/mac/
H A Dscoped_nsobject.h98 void swap(scoped_nsprotocol<C>& p1, scoped_nsprotocol<C>& p2) { argument
99 p1.swap(p2);
103 bool operator==(C p1, const scoped_nsprotocol<C>& p2) { argument
104 return p1 == p2.get();
108 bool operator!=(C p1, const scoped_nsprotocol<C>& p2) { argument
109 return p1 != p2.get();
/external/chromium_org/media/cast/net/rtcp/
H A Drtcp_utility_unittest.cc168 TestRtcpPacketBuilder p1; local
169 p1.AddRr(kSenderSsrc, 1);
170 p1.AddRb(kUnknownSsrc);
175 EXPECT_TRUE(parser1.Parse(p1.Reader()));
189 TestRtcpPacketBuilder p1; local
190 p1.AddSr(kSenderSsrc, 1);
191 p1.AddRb(kUnknownSsrc);
198 EXPECT_TRUE(parser1.Parse(p1.Reader()));
206 EXPECT_TRUE(parser2.Parse(p1.Reader()));
255 TestRtcpPacketBuilder p1; local
281 TestRtcpPacketBuilder p1; local
301 TestRtcpPacketBuilder p1; local
[all...]
/external/chromium_org/third_party/libjpeg_turbo/
H A Djerror.h231 #define ERREXIT1(cinfo,code,p1) \
233 (cinfo)->err->msg_parm.i[0] = (p1), \
235 #define ERREXIT2(cinfo,code,p1,p2) \
237 (cinfo)->err->msg_parm.i[0] = (p1), \
240 #define ERREXIT3(cinfo,code,p1,p2,p3) \
242 (cinfo)->err->msg_parm.i[0] = (p1), \
246 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \
248 (cinfo)->err->msg_parm.i[0] = (p1), \
264 #define WARNMS1(cinfo,code,p1) \
266 (cinfo)->err->msg_parm.i[0] = (p1), \
[all...]
/external/jpeg/
H A Djerror.h208 #define ERREXIT1(cinfo,code,p1) \
210 (cinfo)->err->msg_parm.i[0] = (p1), \
212 #define ERREXIT2(cinfo,code,p1,p2) \
214 (cinfo)->err->msg_parm.i[0] = (p1), \
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \
219 (cinfo)->err->msg_parm.i[0] = (p1), \
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \
225 (cinfo)->err->msg_parm.i[0] = (p1), \
241 #define WARNMS1(cinfo,code,p1) \
243 (cinfo)->err->msg_parm.i[0] = (p1), \
[all...]
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dandroid_logmsg.h38 void LogMsg_1 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1);
39 void LogMsg_2 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2);
40 void LogMsg_3 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3);
41 void LogMsg_4 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4);
42 void LogMsg_5 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4, UINT32 p5);
43 void LogMsg_6 (UINT32 trace_set_mask, const char *fmt_str, UINT32 p1, UINT32 p2, UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djerror.h208 #define ERREXIT1(cinfo,code,p1) \
210 (cinfo)->err->msg_parm.i[0] = (p1), \
212 #define ERREXIT2(cinfo,code,p1,p2) \
214 (cinfo)->err->msg_parm.i[0] = (p1), \
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \
219 (cinfo)->err->msg_parm.i[0] = (p1), \
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \
225 (cinfo)->err->msg_parm.i[0] = (p1), \
241 #define WARNMS1(cinfo,code,p1) \
243 (cinfo)->err->msg_parm.i[0] = (p1), \
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djerror.h208 #define ERREXIT1(cinfo,code,p1) \
210 (cinfo)->err->msg_parm.i[0] = (p1), \
212 #define ERREXIT2(cinfo,code,p1,p2) \
214 (cinfo)->err->msg_parm.i[0] = (p1), \
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \
219 (cinfo)->err->msg_parm.i[0] = (p1), \
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \
225 (cinfo)->err->msg_parm.i[0] = (p1), \
241 #define WARNMS1(cinfo,code,p1) \
243 (cinfo)->err->msg_parm.i[0] = (p1), \
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djerror.h208 #define ERREXIT1(cinfo,code,p1) \
210 (cinfo)->err->msg_parm.i[0] = (p1), \
212 #define ERREXIT2(cinfo,code,p1,p2) \
214 (cinfo)->err->msg_parm.i[0] = (p1), \
217 #define ERREXIT3(cinfo,code,p1,p2,p3) \
219 (cinfo)->err->msg_parm.i[0] = (p1), \
223 #define ERREXIT4(cinfo,code,p1,p2,p3,p4) \
225 (cinfo)->err->msg_parm.i[0] = (p1), \
241 #define WARNMS1(cinfo,code,p1) \
243 (cinfo)->err->msg_parm.i[0] = (p1), \
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm90 movq mm4, [rsi+2*rax] ; p1
91 movq mm3, mm4 ; p1
92 psubusb mm4, mm5 ; p1-=p2
93 psubusb mm5, mm3 ; p2-=p1
94 por mm4, mm5 ; abs(p2 - p1)
98 movq mm2, mm3 ; p1
102 psubusb mm4, mm3 ; p0-=p1
103 psubusb mm3, mm5 ; p1-=p0
104 por mm4, mm3 ; abs(p1 - p0)
111 psubusb mm3, mm2 ; q1-=p1
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm90 movq mm4, [rsi+2*rax] ; p1
91 movq mm3, mm4 ; p1
92 psubusb mm4, mm5 ; p1-=p2
93 psubusb mm5, mm3 ; p2-=p1
94 por mm4, mm5 ; abs(p2 - p1)
98 movq mm2, mm3 ; p1
102 psubusb mm4, mm3 ; p0-=p1
103 psubusb mm3, mm5 ; p1-=p0
104 por mm4, mm3 ; abs(p1 - p0)
111 psubusb mm3, mm2 ; q1-=p1
[all...]
/external/bluetooth/bluedroid/test/suite/support/
H A Dproperty.h29 bool property_equals(const bt_property_t *p1, const bt_property_t *p2);
/external/chromium-trace/trace-viewer/src/tracing/
H A Dselection_test.js16 var p1 = model.getOrCreateProcess(1);
17 var t1 = p1.getOrCreateThread(1);
41 var p1 = model.getOrCreateProcess(1);
42 var t1 = p1.getOrCreateThread(1);
/external/chromium_org/third_party/webrtc/base/
H A Dbind.h118 P1 p1)
120 p1_(p1) {}
133 Functor1(const FunctorT& functor, P1 p1) argument
135 p1_(p1) {}
150 typename detail::identity<P1>::type p1) {
152 method, object, p1);
162 typename detail::identity<P1>::type p1) {
164 method, object, p1);
174 typename detail::identity<P1>::type p1) {
176 function, p1);
117 MethodFunctor1(MethodT method, ObjectT* object, P1 p1) argument
186 MethodFunctor2(MethodT method, ObjectT* object, P1 p1, P2 p2) argument
206 Functor2(const FunctorT& functor, P1 p1, P2 p2) argument
226 typename detail::identity<P1>::type p1, member in namespace:rtc
240 typename detail::identity<P1>::type p1, member in namespace:rtc
254 typename detail::identity<P1>::type p1, member in namespace:rtc
268 MethodFunctor3(MethodT method, ObjectT* object, P1 p1, P2 p2, P3 p3) argument
292 Functor3(const FunctorT& functor, P1 p1, P2 p2, P3 p3) argument
315 typename detail::identity<P1>::type p1, member in namespace:rtc
331 typename detail::identity<P1>::type p1, member in namespace:rtc
347 typename detail::identity<P1>::type p1, member in namespace:rtc
363 MethodFunctor4(MethodT method, ObjectT* object, P1 p1, P2 p2, P3 p3, P4 p4) argument
391 Functor4(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4) argument
417 typename detail::identity<P1>::type p1, member in namespace:rtc
435 typename detail::identity<P1>::type p1, member in namespace:rtc
453 typename detail::identity<P1>::type p1, member in namespace:rtc
471 MethodFunctor5(MethodT method, ObjectT* object, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
503 Functor5(const FunctorT& functor, P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) argument
532 typename detail::identity<P1>::type p1, member in namespace:rtc
552 typename detail::identity<P1>::type p1, member in namespace:rtc
572 typename detail::identity<P1>::type p1, member in namespace:rtc
[all...]
/external/clang/test/CodeGenCXX/
H A Ddelete.cpp140 void array_delete_incomplete(Incomplete *p1, Incomplete *p2) { argument
142 delete p1;
/external/clang/test/SemaTemplate/
H A Dresolve-single-template-id.cpp58 void (*p1)(int); p1 = oneT<int>;

Completed in 2549 milliseconds

1234567891011>>