HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 101 - 125 of 152) sorted by null

1 2 3 45 6 7

  /external/opencv/cvaux/src/
cvmorphcontours.cpp 75 CvPoint2D32f* P2);
84 CvPoint2D32f* P2)
89 L2 = sqrt( (double)P2->x*P2->x + P2->y*P2->y);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 382 max_abs v14, v13, v0, v1 ;# |P3 - P2|
383 max_abs v14, v13, v1, v2 ;# |P2 - P1|
419 lvx v1, r7, r6 ;# P2
601 stvx v1, r7, r6 ;# P2
728 .macro Fil P3, P2, P1, P0, Q0, Q1, Q2, Q3
737 max_abs v14, v13, \P1, \P2 ;# M = max( M, |P1-P2|)
738 max_abs v14, v13, \P2, \P3 ;# M = max( M, |P2-P3|)
917 hwrite_uv v1, v16, v17, r6, v11, v12 ;# v1 == P2
    [all...]
filter_altivec.asm 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
71 Msum v16, v17, \P2, v2, v8
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
93 Msum v21, v22, \P2, v15, v25
111 .macro Vinterp P0 P1 P2 P3 P4 P5
112 vinterp_no_store \P0, \P1, \P2, \P3, \P4, \P5
118 .macro luma_v P0, P1, P2, P3, P4, P5
121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 382 max_abs v14, v13, v0, v1 ;# |P3 - P2|
383 max_abs v14, v13, v1, v2 ;# |P2 - P1|
419 lvx v1, r7, r6 ;# P2
601 stvx v1, r7, r6 ;# P2
728 .macro Fil P3, P2, P1, P0, Q0, Q1, Q2, Q3
737 max_abs v14, v13, \P1, \P2 ;# M = max( M, |P1-P2|)
738 max_abs v14, v13, \P2, \P3 ;# M = max( M, |P2-P3|)
917 hwrite_uv v1, v16, v17, r6, v11, v12 ;# v1 == P2
    [all...]
filter_altivec.asm 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
71 Msum v16, v17, \P2, v2, v8
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
93 Msum v21, v22, \P2, v15, v25
111 .macro Vinterp P0 P1 P2 P3 P4 P5
112 vinterp_no_store \P0, \P1, \P2, \P3, \P4, \P5
118 .macro luma_v P0, P1, P2, P3, P4, P5
121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 382 max_abs v14, v13, v0, v1 ;# |P3 - P2|
383 max_abs v14, v13, v1, v2 ;# |P2 - P1|
419 lvx v1, r7, r6 ;# P2
601 stvx v1, r7, r6 ;# P2
728 .macro Fil P3, P2, P1, P0, Q0, Q1, Q2, Q3
737 max_abs v14, v13, \P1, \P2 ;# M = max( M, |P1-P2|)
738 max_abs v14, v13, \P2, \P3 ;# M = max( M, |P2-P3|)
917 hwrite_uv v1, v16, v17, r6, v11, v12 ;# v1 == P2
    [all...]
filter_altivec.asm 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
71 Msum v16, v17, \P2, v2, v8
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
93 Msum v21, v22, \P2, v15, v25
111 .macro Vinterp P0 P1 P2 P3 P4 P5
112 vinterp_no_store \P0, \P1, \P2, \P3, \P4, \P5
118 .macro luma_v P0, P1, P2, P3, P4, P5
121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
  /external/pcre/dist/
pcregexp.pas 324 function Compare(P1, P2: Pointer): Integer; virtual;
701 function TRegExpCollection.Compare(P1, P2: Pointer): Integer;
709 // l2:=length(PpcRegExp(P2)^.RegExp);
713 // if PpcRegExp(P1).RegExp[i] <> PpcRegExp(P2).RegExp[i] then break;
715 // Compare:=ord(PpcRegExp(P1).RegExp[i])-ord(PpcRegExp(P2).RegExp[i]) else
717 Compare := stringsx.PasStrCmp(PpcRegExp(P1).RegExp, PpcRegExp(P2).RegExp, False);
  /frameworks/base/core/java/android/widget/
OverScroller.java 595 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION);
616 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
633 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 598 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION);
619 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
636 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 596 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION);
617 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
634 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_exp2l.c 48 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L,
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
s_logl.c 98 P2 = -0.5L,
544 * we evaluate d * d * P2 separately to take advantage of
545 * by P2 being exact, and this gives a good place to sum the 'lo'
552 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo) + d * d * P2;
661 dd * P14))))))))))) + (F_lo(i) + dk * ln2_lo + d_lo) + d * d * P2;
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 62 const SCEV *P2 = SE.getAddExpr(S2, S2);
66 const SCEVMulExpr *M2 = cast<SCEVMulExpr>(P2);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 181 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy);
230 CHECK(ConstantExpr::getFPTrunc(P2, FloatTy), "fptrunc double " P2STR
  /external/clang/test/CodeGen/
x86_64-arguments.c 148 struct f23S f24(struct f23S *X, struct f24s *P2) {
151 // CHECK: define { i64, i32 } @f24(%struct.f23S* %X, %struct.f24s* %P2)
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_exp2.c 41 P2 = 0x1.ebfbdff82c575p-3,
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
  /external/clang/include/clang/Analysis/
ProgramPoint.h 91 const void *P2,
96 Data2(P2, (((unsigned) k) >> 0) & 0x3),
241 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L,
243 : ProgramPoint(S, p2, k, L, tag) {
  /external/clang/test/CodeGenCXX/
mangle.cpp 483 template <char P2> void f(struct S<false ? 'a' : P2> ) {}
  /external/libpng/scripts/
makevms.com 107 $! P2 = Command to make it
137 $ write sys$output P2
138 $ 'P2
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 76 private static final int P2 = 0x40;
368 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, DATA,
  /external/chromium_org/third_party/freetype/src/cff/
cf2hints.c     [all...]
  /external/freetype/src/cff/
cf2hints.c     [all...]
  /external/libgsm/src/
rpe.c 22 static void Weighting_filter P2((e, x),
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2hints.c     [all...]

Completed in 1157 milliseconds

1 2 3 45 6 7