Home
last modified time | relevance | path

Searched refs:fir_mem16 (Results 1 – 6 of 6) sorted by relevance

/external/speex/libspeex/
Dfilters.h66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m…
Dfilters_bfin.h355 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… in fir_mem16() function
Dfilters_sse.h330 void fir_mem16(const float *x, const float *_num, float *y, int N, int ord, float *_mem, char *stac… in fir_mem16() function
Dfilters.c359 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m… in fir_mem16() function
401 fir_mem16(y, awk2, y, N, ord, mem, stack); in residue_percep_zero16()
Dnb_celp.c400 fir_mem16(st->exc, interp_lpc, st->exc, st->frameSize, st->lpcSize, st->mem_exc, stack); in nb_encode()
717fir_mem16(real_exc, interp_qlpc, real_exc, st->subframeSize, st->lpcSize, st->mem_exc2, stack); in nb_encode()
Dsb_celp.c596 fir_mem16(sp, st->interp_qlpc, exc, st->subframeSize, st->lpcSize, st->mem_sp2, stack); in sb_encode()