Searched defs:STEP (Results 1 - 7 of 7) 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
201 ptr_hf += STEP;
208 for (i = 0; i < L_SUBFR; i += STEP)
215 for (j = 1; j < L_SUBFR; j += STEP)
235 for (i0 = 0; i0 < L_SUBFR; i0 += STEP)
240 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/av/radio/
H A DIRadio.cpp37 STEP, enumerator in enum:android::__anon781
141 status_t status = remote()->transact(STEP, data, &reply);
281 case STEP: {
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java87 private static final int STEP = 64; field in class:AssetAtlasService
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;
373 for (int i = 0; i < cpuCount; i++, start -= STEP, end -= STEP) {
670 for (int height = MAX_SIZE; height > MIN_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 928 milliseconds