HomeSort by relevance Sort by last modified time
    Searched refs:P0 (Results 1 - 13 of 13) sorted by null

  /external/libgsm/inc/
unproto.h 13 #undef P0
proto.h 25 #undef P0
39 # define P0() (void)
53 # define P0() ()
  /external/libgsm/src/
gsm_create.c 34 gsm gsm_create P0()
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 47 const SCEV *P0 = SE.getAddExpr(S0, S0);
51 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0);
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 376 Abs v14, v13, v2, v3 ;# |P1 - P0|
390 Abs v14, v13, v3, v4 ;# |P0 - Q0|
421 lvx v3, r7, r3 ;# P0
433 .macro common_adjust P0, Q0, P1, Q1, HEV_PRESENT
435 vxor \P0, \P0, v11 ;# SP0
443 vsubsbs v14, \Q0, \P0 ;# -126 <= X = Q0-P0 <= +126
446 vaddsbs v13, v13, v14 ;# A = c( c(P1-Q1) + 3*(Q0-P0))
460 vaddsbs \P0, \P0, v15 ;# u2 = c (SP0 + f2
    [all...]
filter_bilinear_altivec.asm 131 .macro vfilter_16 P0 P1
132 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
134 vmuloub v23, \P0, v20
144 vmrghh \P0, v22, v23 ;# v18 v19 = 16-bit result in order
146 vpkuhus \P0, \P0, v23 ;# P0 = 8-bit result
filter_altivec.asm 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
67 vmuleub v8, \P0, v0 ;# 64 + 4 positive taps
69 vmuloub v8, \P0, v0
85 vpkuhus \P0, v18, v19 ;# P0 = 8-bit result
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
89 vmuleub v24, \P0, v13 ;# 64 + 4 positive taps
91 vmuloub v24, \P0, v13
107 vpkuhus \P0, v23, v24 ;# P0 = 8-bit resul
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 224 double P0[2],P1[2],P2[2],P3[2];
248 P0[0]=A[8];
267 db_SubtractPolyProduct0_0(neg_three1,P0,two23);
270 db_AddPolyProduct0_1( three2,P0,two13);
274 db_AddPolyProduct0_1( three3,P0,two12);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /bionic/libm/bsdsrc/
b_tgamma.c 97 #define P0 6.21389571821820863029017800727e-01
256 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 107 .macro vfilter_16 P0 P1
108 vmuleub v22, \P0, v20 ;# 64 + 4 positive taps
110 vmuloub v23, \P0, v20
120 vmrghh \P0, v22, v23 ;# v18 v19 = 16-bit result in order
122 vpkuhus \P0, \P0, v23 ;# P0 = 8-bit result
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2;
859 P0 = ((P_I + P_J + 1) >> 1);
862 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
1059 P0 = P_X + P_A + 1;
1062 P1 = (P0 + Q0) >> 2;
1066 P0 >>= 1;
1074 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1076 temp |= (R0 << 16); //[P2 P0 Q0 R0
    [all...]
  /external/llvm/lib/Target/Blackfin/
BlackfinISelLowering.cpp 184 TargetRegisterClass *RC = VA.getLocReg() == BF::P0 ?

Completed in 267 milliseconds