HomeSort by relevance Sort by last modified time
    Searched refs:P0 (Results 1 - 10 of 10) 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/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...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 970 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
986 P0 = x1 + x0 + 1;
992 P1 = (P0 + Q0) >> 2;
996 P0 >>= 1;
1008 temp = P0 | (Q0 << 8); //[P0 Q0 R0 S0]
1010 temp |= (R0 << 16); //[P2 P0 Q0 R0]
1021 temp = P2 | (P0 << 8);
1041 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
1057 P0 = x2 + x1 + 1
    [all...]
  /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...]

Completed in 1143 milliseconds