Searched defs:STEP (Results 1 - 5 of 5) 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/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 130 milliseconds