Lines Matching refs:spx_lsp_t
171 st->old_lsp = (spx_lsp_t*)speex_alloc((st->lpcSize)*sizeof(spx_lsp_t)); in nb_encoder_init()
172 st->old_qlsp = (spx_lsp_t*)speex_alloc((st->lpcSize)*sizeof(spx_lsp_t)); in nb_encoder_init()
267 VARDECL(spx_lsp_t *lsp); in nb_encode()
268 VARDECL(spx_lsp_t *qlsp); in nb_encode()
269 VARDECL(spx_lsp_t *interp_lsp); in nb_encode()
270 VARDECL(spx_lsp_t *interp_qlsp); in nb_encode()
287 ALLOC(lsp, st->lpcSize, spx_lsp_t); in nb_encode()
288 ALLOC(qlsp, st->lpcSize, spx_lsp_t); in nb_encode()
289 ALLOC(interp_lsp, st->lpcSize, spx_lsp_t); in nb_encode()
290 ALLOC(interp_qlsp, st->lpcSize, spx_lsp_t); in nb_encode()
964 st->old_qlsp = (spx_lsp_t*)speex_alloc(st->lpcSize*sizeof(spx_lsp_t)); in nb_decoder_init()
1100 VARDECL(spx_lsp_t *qlsp); in nb_decode()
1104 VARDECL(spx_lsp_t *interp_qlsp); in nb_decode()
1227 ALLOC(qlsp, st->lpcSize, spx_lsp_t); in nb_decode()
1466 ALLOC(interp_qlsp, st->lpcSize, spx_lsp_t); in nb_decode()