OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fir_construct
(Results
1 - 3
of
3
) sorted by null
/external/srec/audio/AudioIn/UNIX/include/
filter.h
55
extern FIR_struct*
FIR_construct
(unsigned int nTaps, const typeCoeff *pCoeffs, int scale, int factor_up, int factor_down);
/external/srec/audio/AudioIn/UNIX/src/
filter.c
66
* FIR_struct *
FIR_construct
(unsigned int nTaps, FIR_type *pCoeffs)
79
FIR_struct*
FIR_construct
(unsigned int nTaps, const typeCoeff *pCoeffs, int scale, int factor_up, int factor_down)
339
pFIR =
FIR_construct
(filter_length,
audioin.c
[
all
...]
Completed in 35 milliseconds