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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S48 P2: ADD r2, pc label
139 .word armVCM4P10_VMatrixU16-(P2+8)
H A DarmVCM4P10_DecodeCoeffsToPair_s.S185 P2: ADD r6, pc label
310 .word (armVCM4P10_CAVLCTotalZeros2x2Tables - 4)-(P2+8)
312 .word (armVCM4P10_CAVLCTotalZeroTables - 4)-(P2+8)
/frameworks/base/core/java/android/widget/
H A DScroller.java102 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION); field in class:Scroller
125 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
142 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y;
H A DOverScroller.java594 private static final float P2 = 1.0f - END_TENSION * (1.0f - 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/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCarrierPrivilegeRules.java61 private static final int P2 = 0x40; field in class:UiccCarrierPrivilegeRules
402 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3,
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DStateMachineTest.java1813 class P2 extends State { class in class:StateMachineTest.Hsm1
1816 tlog("P2.enter");
1821 tlog("P2.exit");
1825 tlog("P2.processMessage what=" + message.what);
1850 P2 mP2 = new P2();
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp1585 const C2NumbersPortTuning *P2[] = { outp1.get(), inp1.get() }; local
1586 for (const auto p : P2) {

Completed in 1012 milliseconds