Lines Matching refs:TI
41 template<typename TC, typename TI, typename TO>
121 inline TI* getImpulse() { in getImpulse()
125 inline void setImpulse(TI *impulse) { in setImpulse()
130 inline void readAgain(TI*& impulse, const int halfNumCoefs,
131 const TI* const in, const size_t inputIndex);
134 inline void readAdvance(TI*& impulse, const int halfNumCoefs,
135 const TI* const in, const size_t inputIndex);
144 TI* mState; // base pointer for the input buffer storage
145 TI* mImpulse; // current location of the impulse response (centered)
146 TI* mRingFull; // mState <= mImpulse < mRingFull
159 typedef size_t (AudioResamplerDyn<TC, TI, TO>::*resample_ABP_t)(TO* out,