HomeSort by relevance Sort by last modified time
    Searched refs:bw_lpc (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
filters.h 69 void bw_lpc(spx_word16_t , const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order);
nb_celp.c 362 bw_lpc(st->gamma1, interp_lpc, bw_lpc1, st->lpcSize);
363 bw_lpc(st->gamma2, interp_lpc, bw_lpc2, st->lpcSize);
696 bw_lpc(st->gamma1, interp_lpc, bw_lpc1, st->lpcSize);
698 bw_lpc(st->gamma2, interp_lpc, bw_lpc2, st->lpcSize);
704 /*print_vec(st->bw_lpc1, 10, "bw_lpc");*/
    [all...]
sb_celp.c 575 bw_lpc(st->gamma1, interp_lpc, bw_lpc1, st->lpcSize);
576 bw_lpc(st->gamma2, interp_lpc, bw_lpc2, st->lpcSize);
845 bw_lpc(QCONST16(0.99f,15), st->interp_qlpc, st->interp_qlpc, st->lpcSize);
    [all...]
filters.c 54 void bw_lpc(spx_word16_t gamma, const spx_coef_t *lpc_in, spx_coef_t *lpc_out, int order) function

Completed in 182 milliseconds