/frameworks/av/media/codecs/amrnb/enc/src/ |
D | ol_ltp.cpp | 205 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()
|
D | pre_big.cpp | 167 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()
|
D | ol_ltp.h | 108 Word16 wsp[], /* i : signal used to compute the OL pitch, Q0 */
|
D | pre_big.h | 119 Word16 wsp[], /* o : weighted speech Q0 */
|
D | cod_amr.h | 135 Word16 *wsp; member
|
D | cod_amr.cpp | 486 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/ |
D | p_med_o.h | 27 … Word16 wsp[], /* input : signal used to compute the open loop pitch */ 45 Word16 wsp[], /* i : wsp[] signal */
|
D | acelp.h | 326 Word16 wsp[], /* input : signal used to compute the open loop pitch */ 340 Word16 wsp[], /* i : wsp[] signal */
|
/frameworks/av/media/codecs/amrwb/enc/src/ |
D | p_med_ol.c | 32 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()
|
D | hp_wsp.c | 81 Word16 wsp[], /* i : wsp[] signal */ in Hp_wsp() argument 106 x0 = wsp[i]; in Hp_wsp()
|
D | voAMRWBEnc.c | 168 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 …]
|