Searched refs:P1 (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_TransformDequantChromaDCFromPair_s.S38 P1: add r6, pc label
59 .word armVCM4P10_VMatrixQPModTable-(P1+8)
H A DomxVCM4P10_TransformDequantLumaDCFromPair_s.S22 P1: ADD r3, pc label
66 .word armVCM4P10_VMatrixQPModTable-(P1+8)
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S32 P1: ADD r10, pc label
124 .word armVCM4P10_QPDivTable-(P1+8)
H A DarmVCM4P10_DecodeCoeffsToPair_s.S136 P1: ADD r9, pc label
279 .word armVCM4P10_SuffixToLevel-(P1+8)
/frameworks/base/core/java/android/widget/
H A DScroller.java73 private static final float P1 = START_TENSION * INFLEXION; field in class:Scroller
97 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
114 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
H A DOverScroller.java593 private static final float P1 = START_TENSION * INFLEXION; field in class:OverScroller.SplineOverScroller
615 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
632 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2; local
860 P1 = ((P_I + (P_J << 1) + P_K + 2) >> 2);
862 temp = P0 | (P1 << 8); // [P0 P1 Q0 Q1]
1062 P1 = (P0 + Q0) >> 2;
1075 //[D P1 Q1 R1]
1077 temp |= (S0 << 24); //[Q2 D P1 Q1]
1080 temp = D | (P1 << 8);
1091 temp |= (P1 << 16);
1109 P1
[all...]
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DStateMachineTest.java1706 class P1 extends State { class in class:Hsm1
1709 Log.d(TAG, "P1.enter");
1713 Log.d(TAG, "P1.exit");
1718 Log.d(TAG, "P1.processMessage what=" + message.what);
1824 P1 mP1 = new P1();

Completed in 89 milliseconds