Home
last modified time | relevance | path

Searched refs:bw_lpc (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dfilters.h69 void bw_lpc(spx_word16_t , const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order);
Dnb_celp.c362 bw_lpc(st->gamma1, interp_lpc, bw_lpc1, st->lpcSize); in nb_encode()
363 bw_lpc(st->gamma2, interp_lpc, bw_lpc2, st->lpcSize); in nb_encode()
696 bw_lpc(st->gamma1, interp_lpc, bw_lpc1, st->lpcSize); in nb_encode()
698 bw_lpc(st->gamma2, interp_lpc, bw_lpc2, st->lpcSize); in nb_encode()
1068 bw_lpc(QCONST16(.98,15), st->interp_qlpc, st->interp_qlpc, st->lpcSize); in nb_decode_lost()
1208 bw_lpc(QCONST16(0.93f,15), st->interp_qlpc, lpc, st->lpcSize); in nb_decode()
Dsb_celp.c575 bw_lpc(st->gamma1, interp_lpc, bw_lpc1, st->lpcSize); in sb_encode()
576 bw_lpc(st->gamma2, interp_lpc, bw_lpc2, st->lpcSize); in sb_encode()
845 bw_lpc(QCONST16(0.99f,15), st->interp_qlpc, st->interp_qlpc, st->lpcSize); in sb_decode_lost()
Dfilters.c54 void bw_lpc(spx_word16_t gamma, const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order) in bw_lpc() function