OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mul_coef_sample
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libeffects/testlibs/
AudioCommon.h
49
inline audio_coef_sample_acc_t
mul_coef_sample
(audio_coef_t x, audio_sample_t y) {
function in namespace:android
AudioBiquadFilter.cpp
166
acc =
mul_coef_sample
(b0, x0);
219
acc =
mul_coef_sample
(b0, x0);
Completed in 1529 milliseconds