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

/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNILib.java32 public static native void step(); method in class:GL2JNILib
/frameworks/base/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNILib.java32 public static native void step(); method in class:GLJNILib
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualLib.java32 public static native void step(); method in class:GLDualLib
/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/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/base/tests/CoreTests/android/core/
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;
/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/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/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/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/m4v_h263/enc/src/
H A Dmotion_est.cpp798 Int step, max_step = range >> 1; local
945 step = 0;
947 while (!center_again && step <= max_step)
958 /* spiral check one step at a time*/
961 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
1007 step ++;
1099 /* spiral check one step at a time*/
1102 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_est.cpp980 int step, max_step = range >> 1; local
1138 step = 0;
1140 while (!center_again && step <= max_step)
1151 /* spiral check one step at a time*/
1154 if (!tab_exclude[last_loc][k]) /* exclude last step computation */
1196 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...]
/frameworks/base/services/audioflinger/
H A DAudioFlinger.cpp2844 step();
2848 bool AudioFlinger::ThreadBase::TrackBase::step() { function in class:android::AudioFlinger::ThreadBase::TrackBase
3006 // Check if last stepServer failed, try to step now
3008 if (!step()) goto getNextBuffer_exit;
3246 // Check if last stepServer failed, try to step now
3248 if (!step()) goto getNextBuffer_exit;

Completed in 460 milliseconds