Home
last modified time | relevance | path

Searched refs:wsp (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/codecs/amrnb/enc/src/
Dol_ltp.cpp205 Word16 wsp[], /* i : signal used to compute the OL pitch, Q0 */ in ol_ltp() argument
223 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME, idx, dtx, in ol_ltp()
230 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN, PIT_MAX, L_FRAME_BY2, in ol_ltp()
235 *T_op = Pitch_ol_wgh(st, vadSt, wsp, PIT_MIN, PIT_MAX, L_FRAME_BY2, in ol_ltp()
240 *T_op = Pitch_ol(vadSt, mode, wsp, PIT_MIN_MR122, PIT_MAX, in ol_ltp()
Dpre_big.cpp167 Word16 wsp[], /* o : weighted speech Q0 */ in pre_big() argument
200 Residu(Ap1, &speech[frameOffset], &wsp[frameOffset], L_SUBFR); in pre_big()
202 Syn_filt(Ap2, &wsp[frameOffset], &wsp[frameOffset], L_SUBFR, mem_w, 1); in pre_big()
Dol_ltp.h108 Word16 wsp[], /* i : signal used to compute the OL pitch, Q0 */
Dpre_big.h119 Word16 wsp[], /* o : weighted speech Q0 */
Dcod_amr.h135 Word16 *wsp; member
Dcod_amr.cpp486 st->wsp = st->old_wsp + PIT_MAX; in cod_amr_reset()
1368 st->mem_w, st->wsp, pOverflow); in cod_amr()
1374 ol_ltp(st->pitchOLWghtSt, st->vadSt, mode, &st->wsp[i_subfr], in cod_amr()
1385 ol_ltp(st->pitchOLWghtSt, st->vadSt, mode, &st->wsp[0], &T_op[0], in cod_amr()
/frameworks/av/media/codecs/amrwb/enc/inc/
Dp_med_o.h27 … Word16 wsp[], /* input : signal used to compute the open loop pitch */
45 Word16 wsp[], /* i : wsp[] signal */
Dacelp.h326 Word16 wsp[], /* input : signal used to compute the open loop pitch */
340 Word16 wsp[], /* i : wsp[] signal */
/frameworks/av/media/codecs/amrwb/enc/src/
Dp_med_ol.c32 Word16 wsp[], /* i: signal used to compute the open loop pitch*/ in Pitch_med_ol() argument
61 p1 = wsp; in Pitch_med_ol()
62 p2 = &wsp[-i]; in Pitch_med_ol()
94 Hp_wsp(wsp, hp_wsp, L_frame, hp_wsp_mem); in Pitch_med_ol()
Dhp_wsp.c81 Word16 wsp[], /* i : wsp[] signal */ in Hp_wsp() argument
106 x0 = wsp[i]; in Hp_wsp()
DvoAMRWBEnc.c168 Word16 *wsp; in coder() local
241 wsp = old_wsp + (PIT_MAX / OPL_DECIM); in coder()
435 Residu_opt(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR); in coder()
437 Residu(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR); in coder()
443 Deemph2(wsp, TILT_FAC, L_FRAME, &(st->mem_wsp)); in coder()
449 tmp = abs_s(wsp[i]); in coder()
468 LP_Decim2(wsp, L_FRAME, st->mem_decim2); in coder()
472 Scale_sig_opt(wsp, L_FRAME / OPL_DECIM, shift); in coder()
474 Scale_sig(wsp, L_FRAME / OPL_DECIM, shift); in coder()
490 T_op = Pitch_med_ol(wsp, st, L_FRAME / OPL_DECIM); in coder()
[all …]