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

  /frameworks/av/media/libeffects/testlibs/
AudioBiquadFilter.cpp 165 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);
AudioCommon.h 55 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 37 milliseconds