Home
last modified time | relevance | path

Searched refs:mul_coef_sample (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
DAudioCommon.h50 inline audio_coef_sample_acc_t mul_coef_sample(audio_coef_t x, audio_sample_t y) { in mul_coef_sample() function
DAudioBiquadFilter.cpp164 acc = mul_coef_sample(b0, x0); in process_normal_mono()
217 acc = mul_coef_sample(b0, x0); in process_normal_multi()