Home
last modified time | relevance | path

Searched refs:FftFiltState (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dfftfilt.h15 typedef struct FftFiltState_ FftFiltState; typedef
21 FftFiltState *fftfilt_init(int sample_rate, int frame_size, const FftFiltConfig *config);
23 void fftfilt_destroy(FftFiltState *st);
25 void fftfilt_process_float(FftFiltState *st, float *buf, int frame_size);
27 void fftfilt_process(FftFiltState *st, int16_t *buf, int frame_size);
29 void fftfilt_process2_float(FftFiltState *st, float *buf, int frame_size, int stride);
31 void fftfilt_process2(FftFiltState *st, int16_t *buf, int frame_size, int stride);

Completed in 4 milliseconds