HomeSort by relevance Sort by last modified time
    Searched defs:intCoord (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.cpp 89 int intCoord[3] = {
99 mCoefInterp.getCoef(intCoord, fracCoord, coefs);
AudioShelvingFilter.cpp 91 int intCoord[2] = {
100 mHiCoefInterp.getCoef(intCoord, fracCoord, coefs);
102 mLoCoefInterp.getCoef(intCoord, fracCoord, coefs);

Completed in 61 milliseconds