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

  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 44 memcpy(mCoefs, IDENTITY_COEFS, sizeof(mCoefs));
57 memcpy(mCoefs, coefs, sizeof(mCoefs));
72 memcpy(mCoefs, mTargetCoefs, sizeof(mCoefs));
81 memcpy(mCoefs, IDENTITY_COEFS, sizeof(mCoefs));
125 audio_coef_t diff = coefs[i] - mCoefs[i];
127 mCoefs[i] += maxDelta
    [all...]
AudioBiquadFilter.h 134 audio_coef_t mCoefs[NUM_COEFS];
135 // The target coefficients. Will not be identical to mCoefs if we are in a

Completed in 541 milliseconds