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

12

/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNILib.java32 public static native void step(); method in class:GL2JNILib
H A DGL2JNIView.java284 GL2JNILib.step();
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualLib.java32 public static native void step(); method in class:GLDualLib
H A DGLDualGL2View.java287 GLDualLib.step();
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dsbr_downsample_lo_res.cpp132 Int32 step; local
147 step = org_length / result_length; /* floor; */
148 org_length = org_length - step;
150 v_index[i] = v_index[i-1] + step;
/frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNILib.java32 public static native void step(); method in class:GLJNILib
H A DGLJNIView.java72 GLJNILib.step();
/frameworks/base/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
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...]
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
/frameworks/base/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/base/tests/CoreTests/android/core/
H A DGZIPStreamTest.java67 byte val, step;
71 step = 1;
76 val += step;
79 step += stepStep;
H A DDeflateTest.java71 * "step" determines how compressible the data is.
76 private void bigTest(int step, int expectedAdler) argument
84 createSample(input, step);
101 byte val, step;
107 step = 1;
112 val += step;
115 step += stepStep;
H A DZipStreamTest.java75 byte val, step;
79 step = 1;
84 val += step;
87 step += stepStep;
H A DZipFileTest.java63 byte val, step;
67 step = 1;
72 val += step;
75 step += stepStep;
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DRadix4FFT_v5.s37 mov r9, r2, lsl #3 @ step = 2*bgn@
56 add r14, r14, r9 @ xptr += step@
71 add r14, r14, r9 @ xptr += step@
91 add r14, r14, r9 @ xptr += step@
122 sub r14, r14, r9 @ xptr -= step@
128 sub r14, r14, r9 @ xptr -= step@
134 sub r14, r14, r9 @ xptr -= step@
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java156 for (int step = 0; step < count; step++) {
158 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[step]);
187 for (int step = 1; step < count; step++) {
189 mSoundPool.setRate(id, mScale[step]);
190 if (DEBUG) Log.d(LOG_TAG, "Change rate " + mScale[step]);
/frameworks/base/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/base/media/libstagefright/codecs/g711/dec/
H A DG711Decoder.cpp205 int32_t step = 4 << segment; local
207 int32_t abs = (0x80l << exponent) + step * mantissa + step / 2 - 4 * 33;
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dtransform.c194 int i, j, step; local
199 step = 2*bgn;
210 xptr += step;
218 xptr += step;
233 xptr += step;
252 xptr -= step;
256 xptr -= step;
260 xptr -= step;
266 xptr += 3*step;
268 twidTab += 3*step;
[all...]
/frameworks/base/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DRadix4FFT_v7.s57 add r8, r8, r5 @ xptr += step@
68 add r8, r8, r5 @ xptr += step@
110 sub r8, r8, r5 @ xptr -= step@
115 sub r8, r8, r5 @ xptr -= step@
120 sub r8, r8, r5 @ xptr -= step@
/frameworks/base/core/java/android/view/
H A DViewRoot.java2294 if (DEBUG_TRACKBALL) Log.v(TAG, "TB X=" + x.position + " step="
2295 + x.step + " dir=" + x.dir + " acc=" + x.acceleration
2297 + " / Y=" + y.position + " step="
2298 + y.step + " dir=" + y.dir + " acc=" + y.acceleration
3143 int step; field in class:ViewRoot.TrackballAxis
3151 step = _step;
3172 step = 0;
3182 step = 0;
3236 switch (step) {
3237 // If we are going to execute the first step, the
[all...]

Completed in 514 milliseconds

12