Home | History | Annotate | Download | only in libspeex

Lines Matching refs:bw_lpc

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");*/
1068 bw_lpc(QCONST16(.98,15), st->interp_qlpc, st->interp_qlpc, st->lpcSize);
1208 bw_lpc(QCONST16(0.93f,15), st->interp_qlpc, lpc, st->lpcSize);