Lines Matching refs:ALLOC
351 ALLOC(low_innov_rms, st->nbSubframes, spx_word16_t); in sb_encode()
361 ALLOC(low_pi_gain, st->nbSubframes, spx_word32_t); in sb_encode()
362 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t); 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()
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()
386 ALLOC(autocorr, st->lpcSize+1, spx_word16_t); in sb_encode()
387 ALLOC(w_sig, st->windowSize, spx_word16_t); in sb_encode()
543 ALLOC(mem, st->lpcSize, spx_mem_t); in sb_encode()
544 ALLOC(syn_resp, st->subframeSize, spx_word16_t); in sb_encode()
545 ALLOC(innov, st->subframeSize, spx_sig_t); in sb_encode()
546 ALLOC(target, st->subframeSize, spx_word16_t); in sb_encode()
561 ALLOC(exc, st->subframeSize, spx_word16_t); in sb_encode()
562 ALLOC(res, st->subframeSize, spx_word16_t); in sb_encode()
563 ALLOC(sw, st->subframeSize, spx_word16_t); in sb_encode()
614 ALLOC(tmp_sig, st->subframeSize, spx_sig_t); in sb_encode()
704 ALLOC(innov2, st->subframeSize, spx_sig_t); in sb_encode()
962 ALLOC(low_pi_gain, st->nbSubframes, spx_word32_t); in sb_decode()
963 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t); 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()
977 ALLOC(ak, st->lpcSize, spx_coef_t); in sb_decode()
991 ALLOC(exc, st->subframeSize, spx_word32_t); in sb_decode()
1062 ALLOC(innov2, st->subframeSize, spx_sig_t); in sb_decode()