Searched refs:mTargetCoefs (Results 1 – 2 of 2) sorted by relevance
56 memcpy(mTargetCoefs, coefs, sizeof(mTargetCoefs)); in setCoefs()74 memcpy(mCoefs, mTargetCoefs, sizeof(mCoefs)); in enable()187 if (updateCoefs(mTargetCoefs, frameCount)) { in process_transition_normal_mono()245 if (updateCoefs(mTargetCoefs, frameCount)) { in process_transition_normal_multi()
137 audio_coef_t mTargetCoefs[NUM_COEFS]; variable