Searched refs:P2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DOverScroller.java596 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION); field in class:OverScroller.SplineOverScroller
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;
/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DStateMachineTest.java1660 class P2 extends State { class in class:Hsm1
1663 Log.d(TAG, "P2.enter");
1668 Log.d(TAG, "P2.exit");
1672 Log.d(TAG, "P2.processMessage what=" + message.what);
1697 P2 mP2 = new P2();
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dintra_est.cpp734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2; local
1071 P2 = (P_X + 2 * P_I + P_J + 2) >> 2;
1076 temp |= (R0 << 16); //[P2 P0 Q0 R0]
1085 temp = P2 | (P0 << 8);
1102 P2 = (P_X + 2 * P_A + P_B + 2) >> 2;
1120 temp = P0 | (D << 8); //[P0 D P2 Q2]
1122 temp |= (P2 << 16); //[R0 Q1 Q0 P1]

Completed in 82 milliseconds