Searched refs:fir_mem16 (Results 1 – 6 of 6) sorted by relevance
/external/speex/libspeex/ |
D | filters.h | 66 void fir_mem16(const spx_word16_t *x, const spx_coef_t *num, spx_word16_t *y, int N, int ord, spx_m…
|
D | filters_bfin.h | 355 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
|
D | filters_sse.h | 330 void fir_mem16(const float *x, const float *_num, float *y, int N, int ord, float *_mem, char *stac… in fir_mem16() function
|
D | filters.c | 359 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()
|
D | nb_celp.c | 400 fir_mem16(st->exc, interp_lpc, st->exc, st->frameSize, st->lpcSize, st->mem_exc, stack); in nb_encode() 717 … fir_mem16(real_exc, interp_qlpc, real_exc, st->subframeSize, st->lpcSize, st->mem_exc2, stack); in nb_encode()
|
D | sb_celp.c | 596 fir_mem16(sp, st->interp_qlpc, exc, st->subframeSize, st->lpcSize, st->mem_sp2, stack); in sb_encode()
|