Searched refs:step (Results 1 - 25 of 101) sorted by relevance

12345

/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_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/on2/h264dec/omxdl/arm_neon/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.
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...]
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...]
/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/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNILib.java32 public static native void step(); method in class:GLJNILib
/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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_PredictIntra_16x16_s.s176 step RN 10 label
208 ADD step, dstStep, dstStep
209 VST1 qAbove, [pDst], step
210 VST1 qAbove, [pTmp], step
211 VST1 qAbove, [pDst], step
212 VST1 qAbove, [pTmp], step
213 VST1 qAbove, [pDst], step
214 VST1 qAbove, [pTmp], step
215 VST1 qAbove, [pDst], step
216 VST1 qAbove, [pTmp], step
[all...]
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s56 step RN 14 label
156 ADD step, srcdstStep, srcdstStep
159 VLD1 dRow0, [pSrcDst], step
161 VLD1 dRow1, [pTmp], step
162 VLD1 dRow2, [pSrcDst], step
163 VLD1 dRow3, [pTmp], step
164 VLD1 dRow4, [pSrcDst], step
165 VLD1 dRow5, [pTmp], step
166 VLD1 dRow6, [pSrcDst], step
167 VLD1 dRow7, [pTmp], step
[all...]
H A DomxVCM4P10_PredictIntraChroma_8x8_s.s78 step RN 10 label
207 ADD step, leftStep, leftStep
210 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep]
211 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep]
212 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep]
213 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep]
214 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep]
215 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep]
216 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep]
248 ADD step, dstSte
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h_x2.h111 Word16 step, /* (i): step size from one pulse position to the next
H A Ds10_8pf.h112 Word16 step, /* i : stepsize */
H A Dset_sign.h117 Word16 step, /* i : the step size in the tracks */
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
/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/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/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/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessDataBinding.java50 * Use initProcessingSteps to add a new step.
64 for (ProcessingStep step : mProcessingSteps) {
66 done = step.runStep(roundEnv, processingEnv, buildInfo) && done;
68 L.e(e, "Exception while handling step %s", step);
72 for (ProcessingStep step : mProcessingSteps) {
73 step.onProcessingOver(roundEnv, processingEnv, buildInfo);
124 for (ProcessingStep step : mProcessingSteps) {
125 step.mJavaFileWriter = javaFileWriter;
126 step
[all...]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DHistogram.java36 int step = 8;
37 int steps = (h + step - 1) / step;
41 mScript.set_gStep(step);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DHistogram.java42 int step = 8;
43 int steps = (h + step - 1) / step;
47 mScript.set_gStep(step);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/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.
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/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

Completed in 1142 milliseconds

12345