/external/speex/libspeex/ |
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_mem_t *mem, char *stack);
|
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_mem_t *mem, char *stack) function
|
filters_sse.h | 330 void fir_mem16(const float *x, const float *_num, float *y, int N, int ord, float *_mem, char *stack) function
|
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_mem_t *mem, char *stack) function 401 fir_mem16(y, awk2, y, N, ord, mem, stack);
|
nb_celp.c | 400 fir_mem16(st->exc, interp_lpc, st->exc, st->frameSize, st->lpcSize, st->mem_exc, stack); 717 fir_mem16(real_exc, interp_qlpc, real_exc, st->subframeSize, st->lpcSize, st->mem_exc2, stack); [all...] |
sb_celp.c | 596 fir_mem16(sp, st->interp_qlpc, exc, st->subframeSize, st->lpcSize, st->mem_sp2, stack); [all...] |