Searched defs:Step (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DeBlockPixel.c50 * [in] Step Step between pixels q0 and q1
62 int Step, /* step between pixels q0 and q1 */
78 p3 = pQ0[-4*Step];
79 p2 = pQ0[-3*Step];
80 p1 = pQ0[-2*Step];
81 p0 = pQ0[-1*Step];
82 q0 = pQ0[ 0*Step];
83 q1 = pQ0[ 1*Step];
84 q2 = pQ0[ 2*Step];
60 armVCM4P10_DeBlockPixel( OMX_U8 *pQ0, int Step, int tC0, int alpha, int beta, int bS, int ChromaFlag ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s113 Step RN 6 label
H A DarmVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s107 Step RN 6 label
H A DomxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s81 Step RN 1 label
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s105 Step RN 1 label
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java170 for (Step step : scenario.mStepList) {
246 ArrayList<Step> mStepList = new ArrayList<>();
248 public Scenario(Step... steps) {
261 abstract static class Step { class in class:BaseWrapContentTest

Completed in 2205 milliseconds