HomeSort by relevance Sort by last modified time
    Searched refs:T0 (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/amrwb/src/
lagconceal.cpp 49 int16 * T0, (i/o): current lag
141 int16 * T0,
196 *T0 = *old_T0;
200 *T0 = lag_hist[0];
227 *T0 = add_int16(mult_int16(tmp, ONE_PER_3), D2);
231 if (*T0 > maxLag)
233 *T0 = maxLag;
236 if (*T0 < minLag)
238 *T0 = minLag;
253 tmp = *T0 - maxLag
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
enc_lag6.cpp 97 T0 -- Word16 -- Pitch delay
137 If t0 is the lag in the previous subframe then
138 t_min=t0-5 and t_max=t0+4 and the range is given by
187 Word16 T0, /* i : Pitch delay */
201 if (T0 <= 94)
203 /* index = T0*6 - 105 + T0_frac */
204 i = 6 * T0 - 105;
210 index = add(T0, 368, pOverflow);
217 /* index = 6*(T0-T0_min) + 3 + T0_frac *
    [all...]
cbsearch.cpp 59 T0 -- Word16 -- Pitch lag
188 Word16 T0, /* i : Pitch lag */
217 T0,
232 T0,
247 T0,
262 T0,
285 for (i = T0; i < L_SUBFR; i++)
289 h[i - T0],
317 for (i = T0; i < L_SUBFR; i++)
321 code[i - T0],
    [all...]
enc_lag3.cpp 87 T0 = Pitch delay of type Word16
136 * If t0 is the lag in the previous subframe then
137 * t_min=t0-5 and t_max=t0+4 and the range is given by
165 if (sub (T0, 85) <= 0)
167 // index = T0*3 - 58 + T0_frac
168 i = add (add (T0, T0), T0);
173 index = add (T0, 112)
    [all...]
enc_lag6.h 106 Word16 T0, /* i : Pitch delay */
c2_11pf.h 106 Word16 T0, /* i : Pitch lag */
c2_9pf.h 107 Word16 T0, /* i : Pitch lag */
c3_14pf.h 107 Word16 T0, /* (i) : Pitch lag */
c4_17pf.h 106 Word16 T0, /* (i) : Pitch lag */
cbsearch.h 114 Word16 T0, /* i : Pitch lag */
enc_lag3.h 106 Word16 T0, /* i : Pitch delay */
c2_11pf.cpp 155 T0, Pitch lag, variable of type Word16
231 Word16 T0, /* i : Pitch lag */
253 if (T0 < L_CODE)
255 for (i = T0; i < L_CODE; i++)
259 h[i - T0],
314 if (T0 < L_CODE)
316 for (i = T0; i < L_CODE; i++)
320 code[i - T0],
c2_9pf.cpp 173 T0 = pitch lag (Word16)
244 Word16 T0, // i : Pitch lag
257 if (sub(T0, L_CODE) < 0)
258 for (i = T0; i < L_CODE; i++) {
259 h[i] = add(h[i], mult(h[i - T0], sharp));
272 if (sub(T0, L_CODE) < 0)
273 for (i = T0; i < L_CODE; i++) {
274 code[i] = add(code[i], mult(code[i - T0], sharp));
307 Word16 T0, /* i : Pitch lag */
341 if (T0 < L_CODE
    [all...]
cl_ltp.cpp 458 T0 = pointer to pitch delay (integer part) (Word16)
506 Word16 *T0, // o : Pitch delay (integer part)
523 *T0 = Pitch_fr(clSt->pitchSt,
539 Pred_lt_3or6(exc, *T0, *T0_frac, L_SUBFR, resu3);
632 Word16 *T0, /* o : Pitch delay (integer part) */
656 *T0 =
684 *T0,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
constructors_destructor_fn_imps.hpp 50 template<typename T0>
52 PB_DS_CLASS_NAME(T0 t0) : base_type(t0)
55 template<typename T0, typename T1>
57 PB_DS_CLASS_NAME(T0 t0, T1 t1) : base_type(t0, t1)
60 template<typename T0, typename T1, typename T2>
62 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
pred_lt.h 99 Word16 T0, /* input : integer pitch lag */
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dec_lag6.h 111 Word16 *T0, /* in/out: integer part of pitch lag */
dec_lag3.cpp 73 T0 -- Pointer to type Word16 -- integer part of pitch lag
192 Word16 * T0, /* o : integer part of pitch lag */
221 *T0 = i;
223 /* i = 3 * (*T0) */
226 i = add(i, *T0, pOverflow);
242 *T0 = index - 112;
274 *T0 =
280 /* i = 3* (*T0) */
340 *T0 =
362 *T0 = add
    [all...]
dec_lag6.cpp 67 T0 -- Pointer to type Word16 -- integer part of pitch lag
71 T0 -- Pointer to type Word16 -- integer part of pitch lag
190 Word16 *T0, /* in/out: integer part of pitch lag */
205 /* T0 = (index+5)/6 + 17 */
219 *T0 = i;
221 /* i = 3* (*T0) */
224 i = add(i, *T0, pOverflow);
226 /* *T0_frac = index - T0*6 + 105 */
248 *T0 =
263 *T0,
    [all...]
dec_lag3.h 113 Word16 * T0, /* o : integer part of pitch lag */
  /frameworks/base/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c 54 /* t0 = 2 * Pi * Fc / Fs */
58 /* b2 = -0.5 * (2Q - D * t0) / (2Q + D * t0) */
59 /* b1 = (0.5 - b2) * (1 - coserr(t0)) */
69 /* the cosine of t0 is always close to 1.0. Instead of calculating the cosine */
100 LVM_INT32 T0;
111 LVM_INT16 t0; local
117 T0 = (LVM_INT32)Frequency * LVEQNB_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */
130 Dt0 = D * (T0 >> 10)
242 LVM_INT16 t0; local
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
AESEngine.java 112 private static final int[] T0 =
488 r0 = T0[C0&255] ^ shift(T0[(C1>>8)&255], 24) ^ shift(T0[(C2>>16)&255],16) ^ shift(T0[(C3>>24)&255],8) ^ KW[r][0];
489 r1 = T0[C1&255] ^ shift(T0[(C2>>8)&255], 24) ^ shift(T0[(C3>>16)&255], 16) ^ shift(T0[(C0>>24)&255], 8) ^ KW[r][1];
490 r2 = T0[C2&255] ^ shift(T0[(C3>>8)&255], 24) ^ shift(T0[(C0>>16)&255], 16) ^ shift(T0[(C1>>24)&255], 8) ^ (…)
    [all...]
  /external/qemu/target-arm/
exec.h 24 register uint32_t T0 asm(AREG1);
op_helper.c 530 /* These need to return a pair of value, so still use T0/T1. */
533 On input T0 = rm, T1 = rd. On output T0 = rd, T1 = rm */
538 rd = ((T0 & 0x00ff00ff) << 8) | (T1 & 0x00ff00ff);
539 rm = ((T1 & 0xff00ff00) >> 8) | (T0 & 0xff00ff00);
540 T0 = rd;
548 rd = (T0 << 16) | (T1 & 0xffff);
549 rm = (T1 >> 16) | (T0 & 0xffff0000);
550 T0 = rd;
559 rd = (T0 & 0xff) | ((T0 >> 8) & 0xff00
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c 448 /* t0 = 2 * Pi * Fc / Fs */
450 /* b2 = -0.5 * (2Q - t0) / (2Q + t0) */
451 /* b1 = (0.5 - b2) * cos(t0) */
475 LVM_INT32 T0;
486 LVM_INT16 t0; local
500 T0 = (LVM_INT32)Frequency * LVPSA_TwoPiOnFsTable[Fs]; /* T0 = 2 * Pi * Fc / Fs */
508 Dt0 = D * (T0 >> 10);
516 * Cos += coef(n) * t0^n For n = 0 to
609 LVM_INT16 t0; local
    [all...]

Completed in 1195 milliseconds

1 2