HomeSort by relevance Sort by last modified time
    Searched refs:p3 (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /external/libvpx/vp8/common/arm/neon/
mbloopfilterhorizontaledge_uv_neon.asm 34 vld1.u8 {d6}, [r0], r1 ; p3
35 vld1.u8 {d7}, [r3], r1 ; p3
57 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
64 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
loopfilterhorizontaledge_y_neon.asm 32 vld1.u8 {q3}, [r0], r1 ; p3
44 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
55 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
mbloopfilterhorizontaledge_y_neon.asm 31 vld1.u8 {q3}, [r0], r1 ; p3
41 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
52 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
loopfilterverticaledge_uv_neon.asm 76 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
84 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
loopfilterverticaledge_y_neon.asm 72 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
80 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
mbloopfilterverticaledge_uv_neon.asm 76 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
83 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
mbloopfilterverticaledge_y_neon.asm 74 vabd.u8 q11, q3, q4 ; abs(p3 - p2)
81 vcge.u8 q15, q1, q11 ; (abs(p3 - p2) > limit)*-1
  /external/netcat/
netcat.c 190 void holler (str, p1, p2, p3, p4, p5, p6)
192 char * p1, * p2, * p3, * p4, * p5, * p6;
195 fprintf (stderr, str, p1, p2, p3, p4, p5, p6);
215 void bail (str, p1, p2, p3, p4, p5, p6)
217 char * p1, * p2, * p3, * p4, * p5, * p6;
220 holler (str, p1, p2, p3, p4, p5, p6);
    [all...]
  /external/libvpx/vp8/common/x86/
loopfilter_mmx.asm 80 movq mm2, [rsi+4*rax] ; p3
83 psubusb mm4, mm2 ; p2-=p3
84 psubusb mm2, mm5 ; p3-=p2
85 por mm4, mm2 ; abs(p3 - p2)
337 punpckldq mm0, mm2 ; 70 60 50 40 30 20 10 00 =p3
341 psubusb mm2, mm0 ; p2-p3
343 psubusb mm0, mm1 ; p3-p2
344 por mm0, mm2 ; mm0=abs(p3-p2)
371 por mm0, mm7 ; abs(q3-q2) > limit || abs(p3-p2) > limit ||abs(p2-p1) > limit || abs(q2-q1) > limit
673 movq mm2, [rsi+4*rax] ; p3
    [all...]
loopfilter_sse2.asm 77 movdqa xmm2, [rsi+4*rax] ; p3
83 movq xmm2, [rsi + rax] ; p3
95 psubusb xmm4, xmm2 ; p2-=p3
96 psubusb xmm2, xmm5 ; p3-=p2
97 por xmm4, xmm2 ; abs(p3 - p2)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c 390 tmr->req.u.req.p3 = bPeriodic;
419 tmr->req.u.req.p3 = 0; /* Turn "periodic" off */
    [all...]
esta_drv.c 912 tmp_req.u.req.p3 = 0x1221;
918 if ((tmp_req.u.req.p1 != 0x1234) || (tmp_req.u.req.p2 != 0x4321) || (tmp_req.u.req.p3 != 0x1221) || (tmp_req.u.req.p4 != 0x4334) || (tmp_req.u.req.reply_expected != 0x50))
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayoutTest.java 412 AbsListView.LayoutParams p3 = new AbsListView.LayoutParams(200, 300); local
413 assertFalse(myRelativeLayout.checkLayoutParams(p3));
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp 2811 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
3059 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
3384 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
    [all...]
  /external/freetype/src/base/
ftbbox.c 205 /* p3 :: The coordinate of the second control point. */
220 FT_Pos p3,
232 arc[2] = p3;
  /external/icu4c/test/intltest/
rbbitst.cpp 2504 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
2736 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
3061 int p0, p1, p2, p3; \/\/ Indices of the significant code points around the local
    [all...]
  /external/libvpx/vp8/common/
loopfilter_filters.c 31 uc p3, uc p2, uc p1, uc p0, uc q0, uc q1, uc q2, uc q3)
34 mask |= (abs(p3 - p2) > limit) * -1;
  /external/tcpdump/
smbutil.c 37 u_int32_t p0, p1, p2, p3; local
42 p3 = ((date & 0xFF000000) >> 24) & 0xFF;
48 tp->tm_mon = ((p2 >> 5) & 0xFF) + ((p3 & 0x1) << 3) - 1;
49 tp->tm_year = ((p3 >> 1) & 0xFF) + 80;
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java 218 int p3, String data, String pin2, Message result) {
  /external/qemu/distrib/sdl-1.2.12/src/video/macrom/
SDL_romvideo.c 85 #define THREEWORDSTUB(p1,p2,p3) \
86 { 0x41FA, 0x0014, 0x209F, (p1), (p2), (p3), 0x41FA, \
  /external/webkit/SunSpider/tests/sunspider-0.9/
3d-raytrace.js 125 function Triangle(p1, p2, p3) {
126 var edge1 = sub(p3, p1);
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
3d-raytrace.js 125 function Triangle(p1, p2, p3) {
126 var edge1 = sub(p3, p1);
  /external/webkit/WebCore/platform/graphics/transforms/
AffineTransform.cpp 322 result.setP3(mapPoint(q.p3()));
  /hardware/ril/include/telephony/
ril.h 209 int p3; member in struct:__anon9803
    [all...]
  /external/v8/test/mjsunit/
large-object-allocation.js 125 this.p3 = i;

Completed in 492 milliseconds

1 23 4 5