Searched defs:fir (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Doversamp_12k8_to_16k.cpp124 const int16 * fir, /* filter coefficient */
277 const int16 *fir, /* filter coefficient */
282 const int16 *pt_fir = fir;
275 AmrWbInterpol( int16 * x, const int16 *fir, int16 nb_coef ) argument
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirProcess.h168 * Use fir() to compute the proper coefficient pointers for a polyphase
338 void fir(TO* const out, function in namespace:android
H A DAudioResamplerDyn.cpp564 // caution: fir() is inlined and may be large.
574 fir<CHANNELS, LOCKED, STRIDE>(
573 ALOG_ASSERT(phaseFraction < phaseWrapLimit); fir<CHANNELS, LOCKED, STRIDE>( &out[outputIndex], phaseFraction, phaseWrapLimit, coefShift, halfNumCoefs, coefs, impulse, volumeSimd); outputIndex += OUTPUT_CHANNELS; phaseFraction += phaseIncrement; while (phaseFraction >= phaseWrapLimit) argument

Completed in 81 milliseconds