Searched refs:mac_coef_sample (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp165 acc = mac_coef_sample(b1, x1, acc);
166 acc = mac_coef_sample(b2, x2, acc);
167 acc = mac_coef_sample(a1, y1, acc);
168 acc = mac_coef_sample(a2, y2, acc);
218 acc = mac_coef_sample(b1, x1, acc);
219 acc = mac_coef_sample(b2, x2, acc);
220 acc = mac_coef_sample(a1, y1, acc);
221 acc = mac_coef_sample(a2, y2, acc);
H A DAudioCommon.h55 inline audio_coef_sample_acc_t mac_coef_sample(audio_coef_t x, audio_sample_t y, audio_coef_sample_acc_t acc) { function in namespace:android

Completed in 89 milliseconds