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

  /external/srec/audio/AudioIn/UNIX/include/
filter.h 52 extern void FIR_downsample(unsigned int nInput, typeSample *pInput,
  /external/srec/audio/AudioIn/UNIX/src/
filter.c 160 * FIR_type FIR_downsample(unsigned int nInput, typeSample *pInput,
165 * Apply FIR filter to input data. If nInput > 1, this will also
166 * decimate by a factor of nInput. That is, the filter will only be
167 * evaluated every nInput samples, not at each of the nInput samples.
176 * nInput = 1
194 * Since nInput == 1, state for newest sample is still 2
195 * (otherwise, update state -= nInput-1; wrap by adding nTaps if < 0)
219 * nInput - number of new input samples; evaluate FIR at this point
228 void FIR_downsample(unsigned int nInput, typeSample *pInput
    [all...]

Completed in 32 milliseconds