Searched defs:STEP (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dcor_h_x.c33 #define STEP 4 macro
52 for (i = 0; i < L_SUBFR; i += STEP)
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 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/common/include/
H A Dcnst.h72 #define STEP 5 /* codebook step size */ macro
/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:

Completed in 520 milliseconds