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

  /external/speex/libspeex/
filters_bfin.h 85 void filter_mem16(const spx_word16_t *_x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *_y, int N, int ord, spx_mem_t *mem, char *stack) function
363 filter_mem16(x, num, den, y, N, ord, mem, stack);
filters_sse.h 134 void filter_mem16(const float *x, const float *_num, const float *_den, float *y, int N, int ord, float *_mem, char *stack) function
filters.c 319 void filter_mem16(const spx_word16_t *x, const spx_coef_t *num, const spx_coef_t *den, spx_word16_t *y, int N, int ord, spx_mem_t *mem, char *stack) function
389 filter_mem16(y, awk1, awk2, y, N, ord, mem, stack);
398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack);

Completed in 30 milliseconds