/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | c2t64fx.c | 31 #define STEP 2 macro 201 ptr_hf += STEP; in ACELP_2t64_fx() 208 for (i = 0; i < L_SUBFR; i += STEP) in ACELP_2t64_fx() 215 for (j = 1; j < L_SUBFR; j += STEP) in ACELP_2t64_fx() 235 for (i0 = 0; i0 < L_SUBFR; i0 += STEP) in ACELP_2t64_fx() 240 for (i1 = 1; i1 < L_SUBFR; i1 += STEP) in ACELP_2t64_fx()
|
D | c4t64fx.c | 65 #define STEP 4 macro 306 for (j = i; j < L_SUBFR; j += STEP) in ACELP_4t64_fx() 464 ptr_hf += STEP; in ACELP_4t64_fx() 513 ptr_hf += STEP; in ACELP_4t64_fx() 525 for (i = k; i < L_SUBFR; i += STEP) in ACELP_4t64_fx() 533 for (; j < L_SUBFR; j += STEP) in ACELP_4t64_fx() 877 pos += STEP; in cor_h_vec_30() 901 pos += STEP; in cor_h_vec_30() 943 pos += STEP; in cor_h_vec_012() 961 pos += STEP; in cor_h_vec_012() [all …]
|
D | cor_h_x.c | 33 #define STEP 4 macro 52 for (i = 0; i < L_SUBFR; i += STEP) in cor_h_x()
|
/frameworks/base/services/core/java/com/android/server/ |
D | AssetAtlasService.java | 87 private static final int STEP = 64; field in AssetAtlasService 365 new ComputeWorker(MIN_SIZE, MAX_SIZE, STEP, bitmaps, pixelCount, results, null).run(); in computeBestConfiguration() 367 int start = MIN_SIZE + (cpuCount - 1) * STEP; in computeBestConfiguration() 369 int step = STEP * cpuCount; in computeBestConfiguration() 373 for (int i = 0; i < cpuCount; i++, start -= STEP, end -= STEP) { in computeBestConfiguration() 670 for (int height = MAX_SIZE; height > MIN_SIZE; height -= STEP) { in run()
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
D | c4_17pf.cpp | 451 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) in search_4i40() 476 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) in search_4i40() 528 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP) in search_4i40() 584 for (i3 = ipos[3]; i3 < L_CODE; i3 += STEP) in search_4i40()
|
D | c3_14pf.cpp | 438 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) in search_3i40() 464 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) in search_3i40() 518 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP) in search_3i40()
|
D | c1035pf.cpp | 663 set_sign12k2(dn, cn, sign, pos_max, NB_TRACK, ipos, STEP, pOverflow); in code_10i40_35bits() 666 search_10and8i40(NB_PULSE, STEP, NB_TRACK, in code_10i40_35bits()
|
D | cor_h_x.cpp | 270 for (i = k; i < L_CODE; i += STEP) /* L_CODE = 40; STEP = 5 */ in cor_h_x()
|
D | c2_11pf.cpp | 458 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) in search_2i40() 480 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) in search_2i40()
|
D | c2_9pf.cpp | 642 for (i0 = *ipos; i0 < L_CODE; i0 += STEP) in search_2i40() 666 for (i1 = *(ipos + 1); i1 < L_CODE; i1 += STEP) in search_2i40()
|
D | set_sign.cpp | 281 for (j = i; j < L_CODE; j += STEP) in set_sign()
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
D | cnst.h | 72 #define STEP 5 /* codebook step size */ macro
|
/frameworks/av/radio/ |
D | IRadio.cpp | 37 STEP, enumerator 141 status_t status = remote()->transact(STEP, data, &reply); in step() 281 case STEP: { in onTransact()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | GraphRunner.java | 50 private static final Event STEP_EVENT = new Event(Event.STEP, null); 92 public static final int STEP = 3; field in GraphRunner.Event 138 case Event.STEP: in loop()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | cor_h_vec_neon.s | 138 ADD r2, r2, #4 @pos += STEP
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
D | cor_h_vec_opt.s | 137 ADD r2, r2, #4 @pos += STEP
|