Searched defs:FIR_construct (Results 1 - 1 of 1) sorted by relevance

/external/srec/audio/AudioIn/UNIX/src/
H A Dfilter.c66 * 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) function
339 pFIR = FIR_construct(filter_length,

Completed in 42 milliseconds