Lines Matching refs:spx_lsp_t
242 st->old_lsp = (spx_lsp_t*)speex_alloc(st->lpcSize*sizeof(spx_lsp_t)); in sb_encoder_init()
243 st->old_qlsp = (spx_lsp_t*)speex_alloc(st->lpcSize*sizeof(spx_lsp_t)); in sb_encoder_init()
326 VARDECL(spx_lsp_t *lsp); in sb_encode()
327 VARDECL(spx_lsp_t *qlsp); in sb_encode()
328 VARDECL(spx_lsp_t *interp_lsp); in sb_encode()
329 VARDECL(spx_lsp_t *interp_qlsp); in sb_encode()
378 ALLOC(lsp, st->lpcSize, spx_lsp_t); in sb_encode()
379 ALLOC(qlsp, st->lpcSize, spx_lsp_t); in sb_encode()
380 ALLOC(interp_lsp, st->lpcSize, spx_lsp_t); in sb_encode()
381 ALLOC(interp_qlsp, st->lpcSize, spx_lsp_t); in sb_encode()
795 st->old_qlsp = (spx_lsp_t*)speex_alloc((st->lpcSize)*sizeof(spx_lsp_t)); in sb_decoder_init()
883 VARDECL(spx_lsp_t *qlsp); in sb_decode()
884 VARDECL(spx_lsp_t *interp_qlsp); in sb_decode()
967 ALLOC(qlsp, st->lpcSize, spx_lsp_t); in sb_decode()
968 ALLOC(interp_qlsp, st->lpcSize, spx_lsp_t); in sb_decode()