HomeSort by relevance Sort by last modified time
    Searched full:g_pitch (Results 1 - 23 of 23) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 69 /* Compute in G_pitch(). */
80 Word16 g_pitch, g2_pitch, g_code, g_pit_cod, g2_code, g2_code_lo; local
115 g_pitch = *gain_pit;
119 if (g_pitch > *p)
136 * Product <y1 y1> and <xn y1> have been compute in G_pitch() and *
225 * Also when we compute g_pitch*g_pitch, g_code*g_code and g_pitch*g_code *
231 * g_pitch*g_pitch = -14-14+15
    [all...]
g_pitch.c 18 * File: g_pitch.c *
29 Word16 G_pitch( /* (o) Q14 : Gain of pitch lag saturated to 1.2 */
voAMRWBEnc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
Android.mk 31 src/g_pitch.cpp \
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
qgain475.cpp 84 * g_pitch(0) (Q14) // for sub-
86 * g_pitch(1) (Q14) // for sub-
1188 Word16 g_pitch; local
    [all...]
qua_gain.cpp 219 Word16 g_pitch; local
325 * For each pair (g_pitch, g_fac) in the table calculate the *
339 g_pitch = *p++;
344 if (g_pitch <= gp_limit)
347 g2_pitch = mult(g_pitch, g_pitch, pOverflow);
349 g_pit_cod = mult(g_code, g_pitch, pOverflow);
352 L_tmp2 = Mpy_32_16(coeff[1], coeff_lo[1], g_pitch, pOverflow);
g_pitch.cpp 34 Pathname: ./audio/gsm-amr/c/src/g_pitch.c
80 #include "g_pitch.h"
110 FUNCTION NAME: G_pitch
158 g_pitch.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
163 Word16 G_pitch ( // o : Gain of pitch lag saturated to 1.2
298 Word16 G_pitch( /* o : Gain of pitch lag saturated to 1.2 */
g_pitch.h 34 Filename: /audio/gsm_amr/c/include/g_pitch.h
51 needed by the G_pitch() function.
102 Word16 G_pitch( /* o : Gain of pitch lag saturated to 1.2 */
ton_stab.cpp 611 g_pitch = pitch gain of type Word16
646 Word16 g_pitch // i : pitch gain
651 sum = shr(g_pitch, 3); // Division by 8
691 Word16 g_pitch, /* i : pitch gain */
698 sum = shr(g_pitch, 3, pOverflow); /* Division by 8 */
724 g_pitch = pitch gain of type Word16
758 Word16 g_pitch // i : pitch gain
762 st->gp[N_FRAME-1] = shr(g_pitch, 3);
789 Word16 g_pitch, /* i : pitch gain */
799 st->gp[N_FRAME-1] = g_pitch >> 3
    [all...]
calc_en.h 148 * Product <y1 y1> and <xn y1> have been computed in G_pitch() and
159 /* computed in G_pitch() */
ton_stab.h 135 Word16 g_pitch, /* i : pitch gain */
140 Word16 g_pitch, /* i : pitch gain */
qgain795.cpp 232 Word16 g_pitch; local
323 g_pitch = g_pitch_cand[j];
324 g2_pitch = mult(g_pitch, g_pitch, pOverflow);
326 L_tmp0 = Mac_32_16(L_tmp0, coeff[1], coeff_lo[1], g_pitch, pOverflow);
340 L_tmp = L_mult(g_code, g_pitch, pOverflow);
    [all...]
calc_en.cpp 410 computed in G_pitch() buffer type Word16
450 Product <y1 y1> and <xn y1> have been computed in G_pitch() and
474 // computed in G_pitch()
599 /* computed in G_pitch() */
cl_ltp.cpp 88 #include "g_pitch.h"
544 *gain_pit = G_pitch(mode, xn, y1, g_coeff, L_SUBFR);
694 G_pitch(
gain_q.cpp 395 Compute in G_pitch().
479 /* Compute in G_pitch(). */
gain_q.h 160 /* Compute in G_pitch(). */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
Android.mk 18 src/g_pitch.c \
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
q_gain2.tab 22 * g_pitch(Q14), g_code(Q11) *
typedefs.h 179 #define G_pitch voAWB_G_pitch
acelp.h 376 Word16 G_pitch( /* (o) Q14 : Gain of pitch lag saturated to 1.2 */
392 /* Compute in G_pitch(). */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
q_gain2_tab.cpp 35 * g_pitch(Q14), g_code(Q11)
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
qgain475_tab.cpp 89 * g_pitch(0) (Q14) // for sub-
91 * g_pitch(1) (Q14) // for sub-
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
qua_gain_tbl.cpp 88 * g_pitch (Q14),

Completed in 416 milliseconds