Searched refs:STEP (Results 1 – 14 of 14) sorted by relevance
/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 | 69 #define STEP 4 macro 310 for (j = i; j < L_SUBFR; j += STEP) in ACELP_4t64_fx() 468 ptr_hf += STEP; in ACELP_4t64_fx() 517 ptr_hf += STEP; in ACELP_4t64_fx() 529 for (i = k; i < L_SUBFR; i += STEP) in ACELP_4t64_fx() 537 for (; j < L_SUBFR; j += STEP) in ACELP_4t64_fx() 886 pos += STEP; in cor_h_vec_30() 910 pos += STEP; in cor_h_vec_30() 952 pos += STEP; in cor_h_vec_012() 970 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/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 | 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 | 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 | 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/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
|