Lines Matching refs:spx_coef_t
244 st->interp_qlpc = (spx_coef_t*)speex_alloc(st->lpcSize*sizeof(spx_coef_t)); in sb_encoder_init()
322 VARDECL(spx_coef_t *lpc); in sb_encode()
323 VARDECL(spx_coef_t *interp_lpc); in sb_encode()
324 VARDECL(spx_coef_t *bw_lpc1); in sb_encode()
325 VARDECL(spx_coef_t *bw_lpc2); in sb_encode()
373 ALLOC(lpc, st->lpcSize, spx_coef_t); in sb_encode()
374 ALLOC(interp_lpc, st->lpcSize, spx_coef_t); in sb_encode()
375 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t); in sb_encode()
376 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t); in sb_encode()
796 st->interp_qlpc = (spx_coef_t*)speex_alloc(st->lpcSize*sizeof(spx_coef_t)); in sb_decoder_init()
882 VARDECL(spx_coef_t *ak); in sb_decode()
977 ALLOC(ak, st->lpcSize, spx_coef_t); in sb_decode()