Searched refs:readResampleCoefficients (Results 1 – 1 of 1) sorted by relevance
84 static readCoefficientsFn readResampleCoefficients = NULL; variable114 readResampleCoefficients = (readCoefficientsFn) in init_routine()121 if (!readResampleCoefficients || !readResampleFirNumCoeff || !readResampleFirLerpIntBits) { in init_routine()122 readResampleCoefficients = NULL; in init_routine()273 if (mConstants == &veryHighQualityConstants && readResampleCoefficients) { in resample()274 mFirCoefs = readResampleCoefficients( mInSampleRate <= mSampleRate ); in resample()