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

  /external/speex/libspeex/
filters_bfin.h 368 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) function
435 #if 0 /* Equivalent C function for filter_mem2 and compute_impulse_response */
438 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack)
filters.c 406 void compute_impulse_response(const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack) function

Completed in 32 milliseconds