OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeCoeff
(Results
1 - 2
of
2
) sorted by null
/external/srec/audio/AudioIn/UNIX/include/
filter.h
26
typedef short
typeCoeff
; // FIR filter coefficients
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/
filter.c
47
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 47 milliseconds