OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_a2
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
Biquad.h
89
// y[n] + m_a1*y[n-1] +
m_a2
*y[n-2] = m_b0*x[n] + m_b1*x[n-1] + m_b2*x[n-2].
94
double
m_a2
;
member in class:WebCore::FINAL
Biquad.cpp
99
double a2 =
m_a2
;
126
m_a2
= a2;
141
filterCoefficients[4] =
m_a2
;
291
m_a2
= a2 * a0Inverse;
300
taps[5] =
m_a2
;
574
double a2 =
m_a2
;
/cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js
[
all
...]
Completed in 6028 milliseconds