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

12

/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.s30 step RN 2 label
68 ADD pDst,pDst,step ;// Increment pDst by step value
H A DomxVCM4P2_DecodeBlockCoef_Intra.c29 * positioning, and IDCT, with appropriate clipping on each step, are performed
43 * [in] step width of the destination plane
87 * blockIndex exceeds [0,9], step is not the multiple of 8, intraDCVLC is zero while
99 OMX_INT step,
200 armVCM4P2_Clip8(pTempBuf2,pDst,step);
95 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.c32 * step - distance between the starts of consecutive lines in the reference
49 * - step <16 or step is not a multiple of 16.
56 OMX_INT step)
67 armRetArgErrIf(((step < 16) || (step % 16)), OMX_Sts_BadArgErr);
71 for (y = 0, count = 0, index = 0; y < 16; y++, count = count + step - 16)
53 omxVCCOMM_Copy16x16( const OMX_U8 *pSrc, OMX_U8 *pDst, OMX_INT step) argument
H A DomxVCCOMM_Copy8x8.c32 * step - distance between the starts of consecutive lines in the reference
49 * - step <8 or step is not a multiple of 8.
56 OMX_INT step)
67 armRetArgErrIf(((step < 8) || (step % 8)), OMX_Sts_BadArgErr);
71 for (y = 0, count = 0, index = 0; y < 8; y++, count = count + step - 8)
53 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 {qZero}, [pMbLayer], step
58 VST1 {qZero}, [pTmp], step
59 VST1 {qZero}, [pMbLayer], step
60 VST1 {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.s27 step RN 2 label
57 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
58 VST1 {dclip1},[pDst],step ;// store 8 bytes and pDst=pDst+step
61 VST1 {dclip2},[pDst],step
62 VST1 {dclip3},[pDst],step
68 VST1 {dclip0},[pDst],step ;// store 8 bytes and pDst=pDst+step
69 VST1 {dclip1},[pDst],step ;// stor
[all...]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c35 * positioning, and IDCT, with appropriate clipping on each step, are performed
49 * [in] step width of the destination plane
93 * blockIndex exceeds [0,9], step is not the multiple of 8, intraDCVLC is zero while
105 OMX_INT step,
206 armVCM4P2_Clip8(pTempBuf2,pDst,step);
101 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.c29 * zigzag positioning, and IDCT, with appropriate clipping on each step, are
43 * step - width of the destination plane
86 * - step is not the multiple of 8
96 OMX_INT step,
126 armRetArgErrIf((step % 8) != 0, OMX_Sts_BadArgErr);
217 pDst += step;
92 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.c234 #define step(shift) \ macro
257 step( 0); step( 2); step( 4); step( 6);
258 step( 8); step(10); step(12); step(14);
259 step(1
[all...]
/frameworks/av/media/mtp/
H A DMtpProperty.cpp226 void MtpProperty::setFormRange(int min, int max, int step) { argument
232 mStepSize.u.i8 = step;
237 mStepSize.u.u8 = step;
242 mStepSize.u.i16 = step;
247 mStepSize.u.u16 = step;
252 mStepSize.u.i32 = step;
257 mStepSize.u.u32 = step;
262 mStepSize.u.i64 = step;
267 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/av/media/libstagefright/codecs/amrwbenc/src/
H A Dpitch_f4.c79 Word16 max, t0, step, temp; local
119 step = 1; /* 1/4 subsample resolution */
123 step = 2; /* 1/2 subsample resolution */
132 for (i = fraction + step; i <= 3; i += step)
/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp289 int32_t step = 4 << segment; local
291 int32_t abs = (0x80l << exponent) + step * mantissa + step / 2 - 4 * 33;

Completed in 345 milliseconds

12