OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_a0
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
Biquad.cpp
56
m_a0
= 1.0;
81
double a0 =
m_a0
;
109
m_a0
= a0;
125
B[0] =
m_a0
;
205
m_a0
= 2.0 * alpha;
226
m_a0
= 2.0 * alpha;
253
m_a0
= b0 * a0Inverse;
262
m_a0
= 1.0;
Biquad.h
74
double
m_a0
;
member in class:WebCore::Biquad
Completed in 165 milliseconds