HomeSort by relevance Sort by last modified time
    Searched defs:P0 (Results 1 - 25 of 38) sorted by null

1 2

  /external/libgsm/src/
gsm_create.c 34 gsm gsm_create P0()
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_TransformDequantChromaDCFromPair_s.S 51 P0: add r5, pc
71 .word armVCM4P10_QPDivTable-(P0+8)
omxVCM4P10_TransformDequantLumaDCFromPair_s.S 34 P0: ADD r2, pc
77 .word armVCM4P10_QPDivTable-(P0+8)
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S 44 P0: ADD r11, pc
135 .word armVCM4P10_QPModuloTable-(P0+8)
armVCM4P10_Interpolate_Chroma_s.S 31 .word WidthIs2MVIsNotZero-(P0+8), WidthIs2MVIsNotZero-(P0+8)
32 .word WidthIs4MVIsNotZero-(P0+8), WidthIs4MVIsNotZero-(P0+8)
33 .word WidthIs8MVIsNotZero-(P0+8)
36 .word WidthIs2MVIsZero-(P0+8), WidthIs2MVIsZero-(P0+8)
37 .word WidthIs4MVIsZero-(P0+8), WidthIs4MVIsZero-(P0+8)
38 .word WidthIs8MVIsZero-(P0+8
    [all...]
omxVCM4P10_PredictIntraChroma_8x8_s.S 30 .word OMX_VC_CHROMA_DC-(P0+8), OMX_VC_CHROMA_HOR-(P0+8)
31 .word OMX_VC_CHROMA_VERT-(P0+8), OMX_VC_CHROMA_PLANE-(P0+8)
48 P0: ADD pc,r8
omxVCM4P10_PredictIntra_16x16_s.S 34 .word OMX_VC_16X16_VERT-(P0+8), OMX_VC_16X16_HOR-(P0+8)
35 .word OMX_VC_16X16_DC-(P0+8), OMX_VC_16X16_PLANE-(P0+8)
55 P0: ADD pc,r9
omxVCM4P10_PredictIntra_4x4_s.S 31 .word OMX_VC_4x4_VERT-(P0+8), OMX_VC_4x4_HOR-(P0+8)
32 .word OMX_VC_4x4_DC-(P0+8), OMX_VC_4x4_DIAG_DL-(P0+8)
33 .word OMX_VC_4x4_DIAG_DR-(P0+8), OMX_VC_4x4_VR-(P0+8)
34 .word OMX_VC_4x4_HD-(P0+8), OMX_VC_4x4_VL-(P0+8)
35 .word OMX_VC_4x4_HU-(P0+8)
45 P0: ADD pc, r
    [all...]
armVCM4P10_DecodeCoeffsToPair_s.S 51 P0: ADD r6, pc
306 .word armVCM4P10_CAVLCCoeffTokenTables-(P0+8)
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
const_pair.pass.cpp 34 typedef std::pair<double, char> P0;
36 constexpr P0 p0(2.5, 'a');
37 constexpr T1 t1 = p0;
38 static_assert(std::get<0>(t1) != std::get<0>(p0), "");
39 static_assert(std::get<1>(t1) == std::get<1>(p0), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
const_pair.pass.cpp 32 typedef std::pair<double, char> P0;
34 constexpr P0 p0(2.5, 'a');
35 constexpr T1 t1 = p0;
36 static_assert(std::get<0>(t1) != std::get<0>(p0), "");
37 static_assert(std::get<1>(t1) == std::get<1>(p0), "");
  /libcore/ojluni/src/main/java/sun/security/jca/
ProviderList.java 63 private final static Provider[] P0 = new Provider[0];
314 return providers().toArray(P0);
  /external/libgsm/inc/
proto.h 25 #undef P0
39 # define P0() (void)
53 # define P0() ()
unproto.h 13 #undef P0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
flow.s 58 P0 = R0;
59 P2 = P0 << 2;
80 LSeTuP (30, 4) lc0 = p0 >> 1;
91 LSeTuP (30, 4) lc1 = p0 >> 1;
94 P0 = R0;
95 P2 = P0 << 2;
98 P0 = R0;
99 P1 = P2 + P0;
101 P0 = R0;
102 P2 = P0 << 2
    [all...]
parallel.s 13 bitmux (r4, r5, a0) (asl) || Sp = [P0];
16 R5.l = ones r0 || P0 = [fp--];
27 r5.H = R1.H + R1.L (S) || b [p0] = r0 || R3.l = W[I3];
31 R3.H = r5 + r0 (rnd20) || r0 = b [p0] (x) || [i0] = R6;
35 r7.H = r7 + r6 (RND12) || r1 = b [p0] (x)|| [I3++m1]=r6;
44 R6 = MAX (r5, R2) || r2 = b [p0] (x) || W[i1--]=R0.l;
58 R0.H = (a0 += A1) || b [p0] = r3 || r7 = [i0++];
69 r3.H = r5.H * r0.L || r4 = b [p0] (x) || [I0++M0] = R0;
76 a0 = r0.h * r0.l || r5 = b [p0] (x) || [i0++M0] =R6;
114 R3 = (A1 += r7.l * r5.l) || w [p0] = r0.L || r6.h = W[i1]
    [all...]
shift2.s 10 P0 = (P0+P0)<<1;
11 P0 = (P0+P1)<<1;
12 P2 = (P2+P0)<<1;
15 //P0 = (P2+P0)<<1;
18 P0 = (P0+P0)<<2
218 p0 = p1 << 2 ; \/* pointer left shift by 2 *\/ define
    [all...]
loop_temps.s 204 P0 = [FP+-20];
205 I0 = P0;
206 B0 = P0;
212 P0 = [FP+28];
217 R2 = W[P0++];
244 R2 = W[P0++];
274 R0 = R0 << 3 || R5 = W[P0++];
285 P0 = B0;
290 I0 = P0;
291 P0 += 4
    [all...]
shift.s 4 P0 = (P0 + p1) << 1;
12 P5 = p4 + (P0 << 2);
13 P0 = p2 + (p1 << 1);
44 p0 = p0 >> 1; define
move2.s 19 P0 = P0;
43 P0 = P3;
46 P3 = P0;
92 P0 = I0;
101 P0 = B0;
133 I1 = P0;
142 M1 = P0;
151 B1 = P0;
160 L1 = P0;
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 30 P0 = 1.87595182427177009643, /* 0x3ffe03e6, 0x0f61e692 */
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 69 const SCEV *P0 = SE.getAddExpr(S0, S0);
73 const SCEVMulExpr *M0 = cast<SCEVMulExpr>(P0);
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 97 #define P0 6.21389571821820863029017800727e-01
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
  /external/skia/src/core/
SkGeometry.h 184 SkConic(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2, SkScalar w) {
185 fPts[0] = p0;
203 void set(const SkPoint& p0, const SkPoint& p1, const SkPoint& p2, SkScalar w) {
204 fPts[0] = p0;
306 Sk2s p0 = from_point(conic.fPts[0]); local
312 fNumer.fC = p0;
313 fNumer.fA = p2 - times_2(p1w) + p0;
314 fNumer.fB = times_2(p1w - p0);
334 Sk2s P0 = from_point(src[0]);
339 fA = P3 + three * (P1 - P2) - P0;
    [all...]
  /development/perftests/panorama/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);

Completed in 651 milliseconds

1 2