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

  /external/speex/libspeex/
filters_bfin.h 230 void iir_mem16(const spx_word16_t *_x, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stack) function
filters_sse.h 233 void iir_mem16(const float *x, const float *_den, float *y, int N, int ord, float *_mem, char *stack) function
filters.c 339 void iir_mem16(const spx_word16_t *x, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack) function
386 iir_mem16(xx, ak, y, N, ord, mem, stack);

Completed in 93 milliseconds