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

12

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c4_17pf.cpp 451 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP)
473 * and incremented by "STEP". *
476 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
478 /* idx increment = STEP */
528 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP)
530 /* index increment = STEP */
536 /* idx incr = STEP */
540 /* idx incr = STEP */
544 /* idx incr = STEP */
584 for (i3 = ipos[3]; i3 < L_CODE; i3 += STEP)
    [all...]
c3_14pf.cpp 438 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP)
461 * and incremented by "STEP". *
464 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP)
466 /* idx increment = STEP */
472 /* idx incr = STEP */
476 /* idx incr = STEP */
518 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP)
520 /* index increment = STEP */
526 /* idx incr = STEP */
530 /* idx incr = STEP */
    [all...]
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...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 65 #define STEP 4
306 for (j = i; j < L_SUBFR; j += STEP)
464 ptr_hf += STEP;
513 ptr_hf += STEP;
525 for (i = k; i < L_SUBFR; i += STEP)
533 for (; j < L_SUBFR; j += STEP)
571 i = ix >> 2; /* ix / STEP */
572 j = iy >> 2; /* iy / STEP */
575 i = (i << 4) + j; /* (ix/STEP)*NB_POS + (iy/STEP) */
    [all...]
  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
SliceSpliteratorTest.java 188 static final int STEP = 32;
193 for (int skip = 0; skip < SIZE; skip += STEP) {
195 for (int limit = 0; limit < SIZE; limit += STEP) {
  /frameworks/base/services/core/java/com/android/server/
AssetAtlasService.java 87 private static final int STEP = 64;
365 new ComputeWorker(MIN_SIZE, MAX_SIZE, STEP, bitmaps, pixelCount, results, null).run();
367 int start = MIN_SIZE + (cpuCount - 1) * STEP;
369 int step = STEP * cpuCount; local
373 for (int i = 0; i < cpuCount; i++, start -= STEP, end -= STEP) {
374 ComputeWorker worker = new ComputeWorker(start, end, step,
639 * @param step The number of pixels to increment the texture width by at each step
    [all...]
  /frameworks/av/radio/
IRadio.cpp 37 STEP,
135 virtual status_t step(radio_direction_t direction, bool skipSubChannel) function in class:android::BpRadio
141 status_t status = remote()->transact(STEP, data, &reply);
281 case STEP: {
285 status_t status = step(direction, skipSubChannel);
  /external/jemalloc/include/jemalloc/internal/
smoothstep.sh 39 step=$1
40 y=`echo ${yprec} k ${step} ${nsteps} / sx _2 lx 3 ^ '*' 3 lx 2 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
45 step=$1
46 y=`echo ${yprec} k ${step} ${nsteps} / sx 6 lx 5 ^ '*' _15 lx 4 ^ '*' + 10 lx 3 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
51 step=$1
52 y=`echo ${yprec} k ${step} ${nsteps} / sx _20 lx 7 ^ '*' 70 lx 6 ^ '*' + _84 lx 5 ^ '*' + 35 lx 4 ^ '*' + p | dc | tr -d '\\\\\n' | sed -e 's#^\.#0.#g'`
84 /* STEP(step, h, x, y) */ \\
91 printf ' STEP(%4d, UINT64_C(0x%016x), %s, %s) \\\n' ${s} ${h} ${x} ${y}
  /external/vulkan-validation-layers/demos/smoke/
Smoke.h 82 STEP,
Smoke.cpp 855 state_ = STEP;
857 // step directly
905 assert(state_ == STEP || state_ == DRAW);
906 if (state_ == STEP)
  /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
  /device/google/contexthub/firmware/src/drivers/bosch_bmi160/
bosch_bmi160.c 259 STEP = FIRST_ONESHOT_SENSOR,
452 // for step count
615 // This is an intermediate step.
676 { DEC_INFO("Step Detector", SENS_TYPE_STEP_DETECT, NUM_AXIS_EMBEDDED,
683 { DEC_INFO_RATE("Step Counter", StepCntRates, SENS_TYPE_STEP_COUNT, NUM_AXIS_EMBEDDED,
871 sensorSignalInternalEvt(mTask.sensors[STEP].handle,
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c     [all...]
  /external/jemalloc/src/
arena.c     [all...]
  /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 
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 2650 milliseconds

12