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/av/media/libeffects/testlibs/
AudioCommon.h
50
inline audio_coef_sample_acc_t
mul_coef_sample
(audio_coef_t x, audio_sample_t y) {
function in namespace:android
AudioBiquadFilter.cpp
164
acc =
mul_coef_sample
(b0, x0);
217
acc =
mul_coef_sample
(b0, x0);
Completed in 716 milliseconds