Searched defs:step (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/comm/src/
H A DomxVCCOMM_Copy16x16_s.s8 ; * [in] step - distance between the starts of consecutive lines in the reference frame, in bytes;
16 ; * - step <16 or step is not a multiple of 16.
32 step RN 2 label
45 SUB Count,step,#8 ;//Count=step-8
47 LDRD X1,[pSrc],Count ;//pSrc after loading pSrc=pSrc+step
H A DomxVCCOMM_Copy8x8_s.s8 ; * [in] step - distance between the starts of consecutive lines in the reference frame, in bytes;
16 ; * - step <8 or step is not a multiple of 8.
32 step RN 2 label
43 MOV Count,step ;//Count=step
45 LDRD X0,[pSrc],Count ;//pSrc after loading : pSrc=pSrc+step
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdClearMbLayer.s28 step RN 3 label
52 MOV step, #32
56 VST1 qZero, [pMbLayer], step
58 VST1 qZero, [pTmp], step
59 VST1 qZero, [pMbLayer], step
60 VST1 qZero, [pTmp], step
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_Clip8_s.s44 step RN 2 label
82 ADD pDst,pDst,step ;// Increment pDst by step value
H A DomxVCM4P2_DecodeBlockCoef_Intra.c44 * positioning, and IDCT, with appropriate clipping on each step, are performed
58 * [in] step width of the destination plane
102 * blockIndex exceeds [0,9], step is not the multiple of 8, intraDCVLC is zero while
114 OMX_INT step,
215 armVCM4P2_Clip8(pTempBuf2,pDst,step);
110 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/comm/src/
H A DomxVCCOMM_Copy8x8_s.s8 ; * [in] step - distance between the starts of consecutive lines in the reference frame, in bytes;
16 ; * - step <8 or step is not a multiple of 8.
30 step RN 2 label
45 VLD1 {X0},[pSrc],step ;// Load 8 bytes from 8 byte aligned pSrc, pSrc=pSrc+step after load
46 VLD1 {X1},[pSrc],step
47 VLD1 {X2},[pSrc],step
48 VLD1 {X3},[pSrc],step
53 VLD1 {X0},[pSrc],step
[all...]
H A DomxVCCOMM_Copy16x16_s.s8 ; * [in] step - distance between the starts of consecutive lines in the reference frame, in bytes;
16 ; * - step <16 or step is not a multiple of 16.
30 step RN 2 label
48 VLD1 {X0,X1},[pSrc@128],step ;// Load 16 bytes from 16 byte aligned pSrc and pSrc=pSrc + step after loading
49 VLD1 {X2,X3},[pSrc@128],step
50 VLD1 {X4,X5},[pSrc@128],step
51 VLD1 {X6,X7},[pSrc@128],step
57 VLD1 {X0,X1},[pSrc@128],step
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_Copy16x16.c47 * step - distance between the starts of consecutive lines in the reference
64 * - step <16 or step is not a multiple of 16.
71 OMX_INT step)
82 armRetArgErrIf(((step < 16) || (step % 16)), OMX_Sts_BadArgErr);
86 for (y = 0, count = 0, index = 0; y < 16; y++, count = count + step - 16)
68 omxVCCOMM_Copy16x16( const OMX_U8 *pSrc, OMX_U8 *pDst, OMX_INT step) argument
H A DomxVCCOMM_Copy8x8.c47 * step - distance between the starts of consecutive lines in the reference
64 * - step <8 or step is not a multiple of 8.
71 OMX_INT step)
82 armRetArgErrIf(((step < 8) || (step % 8)), OMX_Sts_BadArgErr);
86 for (y = 0, count = 0, index = 0; y < 8; y++, count = count + step - 8)
68 omxVCCOMM_Copy8x8( const OMX_U8 *pSrc, OMX_U8 *pDst, OMX_INT step) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdClearMbLayer.S28 #define step r3 define
52 MOV step, #32
56 VST1.8 {qZero}, [pMbLayer], step
58 VST1.8 {qZero}, [pTmp], step
59 VST1.8 {qZero}, [pMbLayer], step
60 VST1.8 {qZero}, [pTmp], step
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNILib.java32 public static native void step(); method in class:GL2JNILib
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNILib.java32 public static native void step(); method in class:GLJNILib
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfLib.java32 public static native void step(); method in class:GLPerfLib
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualLib.java32 public static native void step(); method in class:GLDualLib
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h_x2.cpp117 step = step size between pulses in one track (Word16)
168 Word16 step // (i): step size from one pulse position to the next
182 for (i = k; i < L_CODE; i += step)
234 Word16 step, /* (i): step size from one pulse position to the next
253 for (i = k; i < L_CODE; i += step)
228 cor_h_x2( Word16 h[], Word16 x[], Word16 dn[], Word16 sf, Word16 nb_track, Word16 step, Flag *pOverflow ) argument
H A Dset_sign.cpp315 step = step size in the tracks (Word16)
364 Word16 step //i : the step size in the tracks
420 for (j = i; j < L_CODE; j += step)
493 Word16 step, /* i : the step size in the tracks */
569 for (j = i; j < L_CODE; j += step)
486 set_sign12k2( Word16 dn[], Word16 cn[], Word16 sign[], Word16 pos_max[], Word16 nb_track, Word16 ipos[], Word16 step, Flag *pOverflow ) argument
H A Ds10_8pf.cpp134 step = step size (Word16)
181 Word16 step, // i : stepsize
236 for (i3 = ipos[3]; i3 < L_CODE; i3 += step)
238 s = L_mult (rr[i3][i3], _1_8); // index incr= step+L_CODE
239 s = L_mac (s, rr[i0][i3], _1_4); // index increment = step
240 s = L_mac (s, rr[i1][i3], _1_4); // index increment = step
251 for (i2 = ipos[2]; i2 < L_CODE; i2 += step)
253 // index increment = step
256 // index incr= step
556 search_10and8i40( Word16 nbPulse, Word16 step, Word16 nbTracks, Word16 dn[], Word16 rr[][L_CODE], Word16 ipos[], Word16 pos_max[], Word16 codvec[], Flag *pOverflow ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_Clip8_s.s41 step RN 2 label
71 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
72 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+step
75 VST1 {dclip2},[pDst],step
76 VST1 {dclip3},[pDst],step
82 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
83 VST1 {dclip1},[pDst],step ;// stor
[all...]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c50 * positioning, and IDCT, with appropriate clipping on each step, are performed
64 * [in] step width of the destination plane
108 * blockIndex exceeds [0,9], step is not the multiple of 8, intraDCVLC is zero while
120 OMX_INT step,
221 armVCM4P2_Clip8(pTempBuf2,pDst,step);
116 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c44 * zigzag positioning, and IDCT, with appropriate clipping on each step, are
58 * step - width of the destination plane
101 * - step is not the multiple of 8
111 OMX_INT step,
141 armRetArgErrIf((step % 8) != 0, OMX_Sts_BadArgErr);
232 pDst += step;
107 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Doper_32b.c236 #define step(shift) \ macro
260 step( 0); step( 2); step( 4); step( 6);
261 step( 8); step(10); step(12); step(14);
262 step(1
[all...]
/frameworks/av/media/mtp/
H A DMtpProperty.cpp245 void MtpProperty::setFormRange(int min, int max, int step) { argument
251 mStepSize.u.i8 = step;
256 mStepSize.u.u8 = step;
261 mStepSize.u.i16 = step;
266 mStepSize.u.u16 = step;
271 mStepSize.u.i32 = step;
276 mStepSize.u.u32 = step;
281 mStepSize.u.i64 = step;
286 mStepSize.u.u64 = step;
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSyncRunner.java89 public int step() { method in class:SyncRunner
208 if (mLogVerbose) Log.v(TAG, "Performing one step.");
224 throw new RuntimeException("Calling step on scheduler with no graph in place!");
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java455 public static boolean step() { method in class:DisplayModifier
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dpitch_f4.c81 Word16 max, t0, step, temp; local
121 step = 1; /* 1/4 subsample resolution */
125 step = 2; /* 1/2 subsample resolution */
134 for (i = fraction + step; i <= 3; i += step)

Completed in 683 milliseconds

123