Home
last modified time | relevance | path

Searched refs:g_pitch (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dqgain475.cpp1188 Word16 g_pitch; in MR475_gain_quant() local
1364 g_pitch = *p++; in MR475_gain_quant()
1369 g2_pitch = (Word16)(((Word32) g_pitch * g_pitch) >> 15); in MR475_gain_quant()
1371 g_pit_cod = (Word16)(((Word32) g_code * g_pitch) >> 15); in MR475_gain_quant()
1375 Mpy_32_16(coeff[1], coeff_lo[1], g_pitch, pOverflow) + in MR475_gain_quant()
1380 tmp = (g_pitch - gp_limit); in MR475_gain_quant()
1383 g_pitch = *p++; in MR475_gain_quant()
1386 if ((tmp <= 0) && (g_pitch <= gp_limit)) in MR475_gain_quant()
1389 g2_pitch = (Word16)(((Word32) g_pitch * g_pitch) >> 15); in MR475_gain_quant()
1391 g_pit_cod = (Word16)(((Word32) g_code * g_pitch) >> 15); in MR475_gain_quant()
[all …]
Dqua_gain.cpp219 Word16 g_pitch; in Qua_gain() local
339 g_pitch = *p++; in Qua_gain()
344 if (g_pitch <= gp_limit) in Qua_gain()
347 g2_pitch = mult(g_pitch, g_pitch, pOverflow); in Qua_gain()
349 g_pit_cod = mult(g_code, g_pitch, pOverflow); in Qua_gain()
352 L_tmp2 = Mpy_32_16(coeff[1], coeff_lo[1], g_pitch, pOverflow); in Qua_gain()
Dton_stab.cpp691 Word16 g_pitch, /* i : pitch gain */ in check_gp_clipping() argument
698 sum = shr(g_pitch, 3, pOverflow); /* Division by 8 */ in check_gp_clipping()
789 Word16 g_pitch, /* i : pitch gain */ in update_gp_clipping() argument
799 st->gp[N_FRAME-1] = g_pitch >> 3; in update_gp_clipping()
Dton_stab.h135 Word16 g_pitch, /* i : pitch gain */
140 Word16 g_pitch, /* i : pitch gain */
Dqgain795.cpp232 Word16 g_pitch; in MR795_gain_code_quant3() local
323 g_pitch = g_pitch_cand[j]; in MR795_gain_code_quant3()
324 g2_pitch = mult(g_pitch, g_pitch, pOverflow); in MR795_gain_code_quant3()
326 L_tmp0 = Mac_32_16(L_tmp0, coeff[1], coeff_lo[1], g_pitch, pOverflow); in MR795_gain_code_quant3()
340 L_tmp = L_mult(g_code, g_pitch, pOverflow); in MR795_gain_code_quant3()
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dq_gain2.c80 Word16 g_pitch, g2_pitch, g_code, g_pit_cod, g2_code, g2_code_lo; in Q_gain2() local
115 g_pitch = *gain_pit; in Q_gain2()
119 if (g_pitch > *p) in Q_gain2()
280 g_pitch = *p++; in Q_gain2()
284 g2_pitch = ((g_pitch * g_pitch) + 0x4000)>>15; in Q_gain2()
285 g_pit_cod = ((g_code * g_pitch) + 0x4000)>>15; in Q_gain2()
292 L_tmp += (coeff_lo[1] * g_pitch)<<1; in Q_gain2()
298 L_tmp += (coeff[1] * g_pitch)<<1; in Q_gain2()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dq_gain2.tab22 * g_pitch(Q14), g_code(Q11) *
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DAndroid.mk31 src/g_pitch.cpp \
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DAndroid.mk15 src/g_pitch.c \