HomeSort by relevance Sort by last modified time
    Searched defs:STEP (Results 1 - 10 of 10) sorted by null

  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
cor_h_x.c 33 #define STEP 4
52 for (i = 0; i < L_SUBFR; i += STEP)
c2t64fx.c 31 #define STEP 2
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)
c4t64fx.c 65 #define STEP 4
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...]
  /external/dropbear/libtomcrypt/src/prngs/
sober128.c 67 /* step the LFSR */
69 #define STEP(R,z) \
77 STEP(R,0);
176 #define DROUND(z) STEP(c->R,z); NLFUNC(c,(z+1)); c->R[OFF((z+1),FOLDP)] ^= t;
280 #define SROUND(z) STEP(c->R,z); NLFUNC(c,(z+1)); XORWORD(t, out+(z*4));
  /external/libgsm/src/
lpc.c 98 # define STEP(k) L_ACF[k] += (longword)(sl * sp[ -(k) ]);
103 # define STEP(k) L_ACF[k] += ((longword)sl * sp[ -(k) ]);
111 STEP (0);
113 STEP(0); STEP(1);
115 STEP(0); STEP(1); STEP(2);
117 STEP(0); STEP(1); STEP(2); STEP(3)
    [all...]
rpe.c 62 #undef STEP
63 #define STEP( i, H ) (e[ k + i ] * (longword)H)
71 L_result += STEP( 0, -134 ) ;
72 L_result += STEP( 1, -374 ) ;
73 /* + STEP( 2, 0 ) */
74 L_result += STEP( 3, 2054 ) ;
75 L_result += STEP( 4, 5741 ) ;
76 L_result += STEP( 5, 8192 ) ;
77 L_result += STEP( 6, 5741 ) ;
78 L_result += STEP( 7, 2054 )
    [all...]
short_term.c 53 #undef STEP
54 #define STEP( B, MIC, INVA ) \
60 STEP( 0, -32, 13107 );
61 STEP( 0, -32, 13107 );
62 STEP( 2048, -16, 13107 );
63 STEP( -2560, -16, 13107 );
65 STEP( 94, -8, 19223 );
66 STEP( -1792, -8, 17476 );
67 STEP( -341, -4, 31454 );
68 STEP( -1144, -4, 29708 )
    [all...]
long_term.c 205 # undef STEP
206 # define STEP(k) (longword)wt[k] * dp[k - lambda]
210 L_result = STEP(0) ; L_result += STEP(1) ;
211 L_result += STEP(2) ; L_result += STEP(3) ;
212 L_result += STEP(4) ; L_result += STEP(5) ;
213 L_result += STEP(6) ; L_result += STEP(7)
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
cnst.h 72 #define STEP 5 /* codebook step size */
74 #define STEP_MR102 4 /* codebook step size mode mr102 */
  /prebuilt/common/osgi/
osgi.jar 

Completed in 63 milliseconds