Searched refs:fracCoord (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libeffects/testlibs/ |
D | AudioCoefInterpolator.cpp | 42 void AudioCoefInterpolator::getCoef(const int intCoord[], uint32_t fracCoord[], in getCoef() argument 48 fracCoord[dim] = 0; in getCoef() 50 fracCoord[dim] = 0; in getCoef() 56 getCoefRecurse(index, fracCoord, out, 0); in getCoef() 60 const uint32_t fracCoord[], in getCoefRecurse() argument 65 getCoefRecurse(index, fracCoord, out, dim + 1); in getCoefRecurse() 66 if (CC_LIKELY(fracCoord != 0)) { in getCoefRecurse() 68 getCoefRecurse(index + mInDimOffsets[dim], fracCoord, tempCoef, in getCoefRecurse() 72 out[d] = interp(out[d], tempCoef[d], fracCoord[dim]); in getCoefRecurse()
|
D | AudioShelvingFilter.cpp | 95 uint32_t fracCoord[2] = { in commit() local 100 mHiCoefInterp.getCoef(intCoord, fracCoord, coefs); in commit() 102 mLoCoefInterp.getCoef(intCoord, fracCoord, coefs); in commit()
|
D | AudioCoefInterpolator.h | 54 void getCoef(const int intCoord[], uint32_t fracCoord[], audio_coef_t out[]); 86 void getCoefRecurse(size_t index, const uint32_t fracCoord[],
|
D | AudioPeakingFilter.cpp | 94 uint32_t fracCoord[3] = { in commit() local 99 mCoefInterp.getCoef(intCoord, fracCoord, coefs); in commit()
|