OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 229 milliseconds