Searched refs:typeCoeff (Results 1 - 2 of 2) sorted by relevance

/external/srec/audio/AudioIn/UNIX/include/
H A Dfilter.h26 typedef short typeCoeff; // FIR filter coefficients typedef
44 const typeCoeff *h; // pointer to FIR filter coefficients
48 extern const typeCoeff ps16FilterCoeff_up1_down4[];
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/
H A Dfilter.c47 const typeCoeff ps16FilterCoeff_up1_down4[] = {
63 unsigned int filter_length = sizeof(ps16FilterCoeff_up1_down4)/sizeof(typeCoeff);
79 FIR_struct* FIR_construct(unsigned int nTaps, const typeCoeff *pCoeffs, int scale, int factor_up, int factor_down)
232 typeCoeff const *ph; // pointer to coefficients

Completed in 67 milliseconds