Lines Matching refs:spx_coef_t
264 VARDECL(spx_coef_t *bw_lpc1); in nb_encode()
265 VARDECL(spx_coef_t *bw_lpc2); in nb_encode()
266 VARDECL(spx_coef_t *lpc); in nb_encode()
271 VARDECL(spx_coef_t *interp_lpc); in nb_encode()
272 VARDECL(spx_coef_t *interp_qlpc); in nb_encode()
284 ALLOC(lpc, st->lpcSize, spx_coef_t); in nb_encode()
285 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t); in nb_encode()
286 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t); in nb_encode()
291 ALLOC(interp_lpc, st->lpcSize, spx_coef_t); in nb_encode()
292 ALLOC(interp_qlpc, st->lpcSize, spx_coef_t); in nb_encode()
963 st->interp_qlpc = (spx_coef_t*)speex_alloc(st->lpcSize*sizeof(spx_coef_t)); in nb_decoder_init()
1099 VARDECL(spx_coef_t *ak); in nb_decode()
1206 VARDECL(spx_coef_t *lpc); in nb_decode()
1207 ALLOC(lpc, st->lpcSize, spx_coef_t); in nb_decode()
1281 ALLOC(ak, st->lpcSize, spx_coef_t); in nb_decode()