HomeSort by relevance Sort by last modified time
    Searched refs:FACTOR_UP (Results 1 - 3 of 3) sorted by null

  /external/srec/audio/AudioIn/UNIX/include/
filter.h 29 #define FACTOR_UP 1 // upsampling factor
39 unsigned int factor_up; member in struct:fir_struct
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 79 FIR_struct* FIR_construct(unsigned int nTaps, const typeCoeff *pCoeffs, int scale, int factor_up, int factor_down)
99 pFIR->factor_up = factor_up;
342 FACTOR_UP,
audioin.c     [all...]

Completed in 30 milliseconds