Searched refs:g_pitch (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dton_stab.h135 Word16 g_pitch, /* i : pitch gain */
140 Word16 g_pitch, /* i : pitch gain */
H A Dqua_gain.cpp219 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);
H A Dqgain475.cpp84 * g_pitch(0) (Q14) // for sub-
86 * g_pitch(1) (Q14) // for sub-
891 Word16 g_pitch, g2_pitch, g_code, g2_code, g_pit_cod;
1032 * For each pair (g_pitch, g_fac) in the table calculate the *
1047 g_pitch = *p++;
1051 g2_pitch = mult(g_pitch, g_pitch);
1053 g_pit_cod = mult(g_code, g_pitch);
1056 L_tmp = Mac_32_16(L_tmp, coeff[1], coeff_lo[1], g_pitch);
1061 tmp = sub (g_pitch, gp_limi
1188 Word16 g_pitch; local
[all...]
H A Dton_stab.cpp611 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 >>
690 check_gp_clipping(tonStabState *st, Word16 g_pitch, Flag *pOverflow ) argument
788 update_gp_clipping(tonStabState *st, Word16 g_pitch, Flag *pOverflow ) argument
[all...]
H A Dqgain795.cpp232 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);
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dq_gain2.c80 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)
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 *
232 * g_pitch = -14 *
235 * g_pitch*g_cod
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DAndroid.mk31 src/g_pitch.cpp \
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DAndroid.mk18 src/g_pitch.c \

Completed in 36 milliseconds