Searched refs:STEP (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dcnst.h72 #define STEP 5 /* codebook step size */ macro
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dc2t64fx.c31 #define STEP 2 macro
198 ptr_hf += STEP;
205 for (i = 0; i < L_SUBFR; i += STEP)
212 for (j = 1; j < L_SUBFR; j += STEP)
232 for (i0 = 0; i0 < L_SUBFR; i0 += STEP)
237 for (i1 = 1; i1 < L_SUBFR; i1 += STEP)
H A Dcor_h_x.c33 #define STEP 4 macro
52 for (i = 0; i < L_SUBFR; i += STEP)
H A Dc4t64fx.c65 #define STEP 4 macro
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...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h_x.cpp174 cor_h_x2(h, x, dn, sf, NB_TRACK, STEP);
270 for (i = k; i < L_CODE; i += STEP) /* L_CODE = 40; STEP = 5 */
H A Dc1035pf.cpp607 set_sign12k2 (dn, cn, sign, pos_max, NB_TRACK, ipos, STEP);
610 search_10and8i40 (NB_PULSE, STEP, NB_TRACK,
663 set_sign12k2(dn, cn, sign, pos_max, NB_TRACK, ipos, STEP, pOverflow);
666 search_10and8i40(NB_PULSE, STEP, NB_TRACK,
H A Dc4_17pf.cpp451 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...]
H A Dc3_14pf.cpp438 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...]
H A Dc2_11pf.cpp458 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) */
H A Dc2_9pf.cpp505 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...]
H A Dset_sign.cpp202 for (j = i; j < L_CODE; j += STEP)
281 for (j = i; j < L_CODE; j += STEP)
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java88 private static final int STEP = 64; field in class:AssetAtlasService
405 new ComputeWorker(MIN_SIZE, MAX_SIZE, STEP, bitmaps, pixelCount, results, null).run();
408 int end = MAX_SIZE - (cpuCount - 1) * STEP;
409 int step = STEP * cpuCount;
413 for (int i = 0; i < cpuCount; i++, start += STEP, end += STEP) {
701 for (int height = MIN_SIZE; height < MAX_SIZE; height += STEP) {
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java50 private static final Event STEP_EVENT = new Event(Event.STEP, null);
92 public static final int STEP = 3; field in class:GraphRunner.Event
138 case Event.STEP:
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A Dcor_h_vec_opt.s137 ADD r2, r2, #4 @pos += STEP
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A Dcor_h_vec_neon.s138 ADD r2, r2, #4 @pos += STEP

Completed in 202 milliseconds