Searched defs:halfNumCoefs (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerDyn.cpp | 83 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) in resize() 127 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAgain(TI*& impulse, const int halfNumCoefs, in readAgain() 139 void AudioResamplerDyn<TC, TI, TO>::InBuffer::readAdvance(TI*& impulse, const int halfNumCoefs, in readAdvance() 163 int L, int halfNumCoefs, int inSampleRate, int outSampleRate) in set() 570 const int halfNumCoefs = c.mHalfNumCoefs; in resample() local
|
D | AudioResamplerSinc.h | 87 unsigned int halfNumCoefs; member
|
D | AudioResamplerFirProcess.h | 378 const int coefShift, const int halfNumCoefs, const TC* const coefs, in fir()
|