/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/ |
cnst.h | 72 #define STEP 5 /* codebook step size */ 74 #define STEP_MR102 4 /* codebook step size mode mr102 */
|
/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 */
|
/external/openssl/crypto/md5/asm/ |
md5-x86_64.pl | 17 # %r11d = z' (copy of z for the next step) 23 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1); 24 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); 30 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */ 33 mov $y, %r11d /* (NEXT STEP) z' = $y */ 41 # %r11d = y' (copy of y for the next step) 47 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1); 48 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1); 54 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */ 57 mov $x, %r11d /* (NEXT STEP) y' = $x * [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
cor_h_x.cpp | 174 cor_h_x2(h, x, dn, sf, NB_TRACK, STEP); 184 Word16 step // (i): step size from one pulse position to the next 198 for (i = k; i < L_CODE; i += step) 270 for (i = k; i < L_CODE; i += STEP) /* L_CODE = 40; STEP = 5 */
|
c1035pf.cpp | 606 set_sign12k2 (dn, cn, sign, pos_max, NB_TRACK, ipos, STEP); 609 search_10and8i40 (NB_PULSE, STEP, NB_TRACK, 662 set_sign12k2(dn, cn, sign, pos_max, NB_TRACK, ipos, STEP, pOverflow); 665 search_10and8i40(NB_PULSE, STEP, NB_TRACK,
|
c4_17pf.cpp | 451 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 473 * and incremented by "STEP". * 476 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) 478 /* idx increment = STEP */ 528 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP) 530 /* index increment = STEP */ 536 /* idx incr = STEP */ 540 /* idx incr = STEP */ 544 /* idx incr = STEP */ 584 for (i3 = ipos[3]; i3 < L_CODE; i3 += STEP) [all...] |
c3_14pf.cpp | 438 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 461 * and incremented by "STEP". * 464 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) 466 /* idx increment = STEP */ 472 /* idx incr = STEP */ 476 /* idx incr = STEP */ 518 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP) 520 /* index increment = STEP */ 526 /* idx incr = STEP */ 530 /* idx incr = STEP */ [all...] |
c2_11pf.cpp | 458 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 477 * and incremented by "STEP". * 480 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) 482 /* idx increment = STEP */ 487 /* idx incr = STEP */ 491 /* idx incr = STEP */ 514 } /* for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) */ 534 } /* for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) */
|
c2_9pf.cpp | 505 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) { 522 * and incremented by "STEP". * 525 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) { 526 ps1 = add(ps0, dn[i1]); // idx increment = STEP 530 alp1 = L_mac(alp0, rr[i1][i1], _1_4); // idx incr = STEP 531 alp1 = L_mac(alp1, rr[i0][i1], _1_2); // idx incr = STEP 642 for (i0 = *ipos; i0 < L_CODE; i0 += STEP) 663 * and incremented by "STEP". * 666 for (i1 = *(ipos + 1); i1 < L_CODE; i1 += STEP) 668 /* idx increment = STEP */ [all...] |
set_sign.cpp | 202 for (j = i; j < L_CODE; j += STEP) 281 for (j = i; j < L_CODE; j += STEP) 315 step = step size in the tracks (Word16) 364 Word16 step //i : the step size in the tracks 420 for (j = i; j < L_CODE; j += step) 493 Word16 step, /* i : the step size in the tracks */ 569 for (j = i; j < L_CODE; j += step) [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
cor_h_x.cpp | 174 cor_h_x2(h, x, dn, sf, NB_TRACK, STEP); 184 Word16 step // (i): step size from one pulse position to the next 198 for (i = k; i < L_CODE; i += step) 270 for (i = k; i < L_CODE; i += STEP) /* L_CODE = 40; STEP = 5 */
|
c1035pf.cpp | 607 set_sign12k2 (dn, cn, sign, pos_max, NB_TRACK, ipos, STEP); 610 search_10and8i40 (NB_PULSE, STEP, NB_TRACK, 663 set_sign12k2(dn, cn, sign, pos_max, NB_TRACK, ipos, STEP, pOverflow); 666 search_10and8i40(NB_PULSE, STEP, NB_TRACK,
|
c4_17pf.cpp | 451 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 473 * and incremented by "STEP". * 476 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) 478 /* idx increment = STEP */ 528 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP) 530 /* index increment = STEP */ 536 /* idx incr = STEP */ 540 /* idx incr = STEP */ 544 /* idx incr = STEP */ 584 for (i3 = ipos[3]; i3 < L_CODE; i3 += STEP) [all...] |
c3_14pf.cpp | 438 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 461 * and incremented by "STEP". * 464 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) 466 /* idx increment = STEP */ 472 /* idx incr = STEP */ 476 /* idx incr = STEP */ 518 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP) 520 /* index increment = STEP */ 526 /* idx incr = STEP */ 530 /* idx incr = STEP */ [all...] |
c2_11pf.cpp | 458 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 477 * and incremented by "STEP". * 480 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) 482 /* idx increment = STEP */ 487 /* idx incr = STEP */ 491 /* idx incr = STEP */ 514 } /* for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) */ 534 } /* for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) */
|
c2_9pf.cpp | 505 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) { 522 * and incremented by "STEP". * 525 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) { 526 ps1 = add(ps0, dn[i1]); // idx increment = STEP 530 alp1 = L_mac(alp0, rr[i1][i1], _1_4); // idx incr = STEP 531 alp1 = L_mac(alp1, rr[i0][i1], _1_2); // idx incr = STEP 642 for (i0 = *ipos; i0 < L_CODE; i0 += STEP) 663 * and incremented by "STEP". * 666 for (i1 = *(ipos + 1); i1 < L_CODE; i1 += STEP) 668 /* idx increment = STEP */ [all...] |
set_sign.cpp | 202 for (j = i; j < L_CODE; j += STEP) 281 for (j = i; j < L_CODE; j += STEP) 315 step = step size in the tracks (Word16) 364 Word16 step //i : the step size in the tracks 420 for (j = i; j < L_CODE; j += step) 493 Word16 step, /* i : the step size in the tracks */ 569 for (j = i; j < L_CODE; j += 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));
|
/prebuilt/common/osgi/ |
osgi.jar | |