HomeSort by relevance Sort by last modified time
    Searched defs:fir_mem16 (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
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);

Completed in 288 milliseconds