HomeSort by relevance Sort by last modified time
    Searched refs:L_max (Results 1 - 5 of 5) sorted by null

  /external/libgsm/src/
long_term.c 64 longword L_max, L_power;
93 L_max = 0;
99 if (L_result > L_max) {
101 L_max = L_result;
105 L_max <<= 1;
107 /* Rescaling of L_max
110 L_max = L_max >> (6 - scal); /* sub(6, scal) */
127 /* Normalization of L_max and L_power
130 if (L_max <= 0)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
cor_h_x.c 45 Word32 L_max, L_max1, L_max2, L_max3;
48 L_max = 0;
62 if(L_tmp > L_max)
64 L_max = L_tmp;
107 L_max = ((L_max + L_max1 + L_max2 + L_max3) >> 2);
108 L_tot = vo_L_add(L_tot, L_max); /* +max/4 */
109 L_tot = vo_L_add(L_tot, (L_max >> 1)); /* +max/8 */
p_med_ol.c 45 Word16 L_max = 115; /* maximum pitch lag: PIT_MAX / OPL_DECIM */
53 we = &corrweight[98 + L_max - L_0];
57 for (i = L_max; i > L_min; i--)
93 hp_wsp = old_hp_wsp + L_max;
151 for (i = 0; i < L_max; i++)
voAMRWBEnc.c 206 Word32 L_tmp, L_gain_code, L_max, L_tmp1;
281 L_max = L_abs(L_tmp);
288 if(L_tmp > L_max)
290 L_max = L_tmp;
297 tmp = extract_h(L_max);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
p_med_o.h 30 Word16 L_max, /* input : maximum pitch lag */

Completed in 92 milliseconds