HomeSort by relevance Sort by last modified time
    Searched refs:STEP (Results 26 - 37 of 37) sorted by null

12

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.cpp 458 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP)
477 * and incremented by "STEP". *
480 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
482 /* idx increment = STEP */
487 /* idx incr = STEP */
491 /* idx incr = STEP */
514 } /* for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) */
534 } /* for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) */
c2_9pf.cpp 505 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) {
522 * and incremented by "STEP". *
525 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) {
526 ps1 = add(ps0, dn[i1]); // idx increment = STEP
530 alp1 = L_mac(alp0, rr[i1][i1], _1_4); // idx incr = STEP
531 alp1 = L_mac(alp1, rr[i0][i1], _1_2); // idx incr = STEP
642 for (i0 = *ipos; i0 < L_CODE; i0 += STEP)
663 * and incremented by "STEP". *
666 for (i1 = *(ipos + 1); i1 < L_CODE; i1 += STEP)
668 /* idx increment = STEP */
    [all...]
set_sign.cpp 202 for (j = i; j < L_CODE; j += STEP)
281 for (j = i; j < L_CODE; j += STEP)
315 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)
    [all...]
  /packages/apps/Gallery2/jni/filters/
wbalance.c 21 int STEP = 4;
31 for (i = 0; i < len; i+=STEP) {
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 50 private static final Event STEP_EVENT = new Event(Event.STEP, null);
92 public static final int STEP = 3;
138 case Event.STEP:
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
cor_h_vec_opt.s 137 ADD r2, r2, #4 @pos += STEP
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
cor_h_vec_neon.s 138 ADD r2, r2, #4 @pos += STEP
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 574 milliseconds

12