HomeSort by relevance Sort by last modified time
    Searched full:m_a1 (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].
93 double m_a1; member in class:WebCore::FINAL
Biquad.cpp 98 double a1 = m_a1;
125 m_a1 = a1;
140 filterCoefficients[3] = m_a1;
290 m_a1 = a1 * a0Inverse;
299 taps[4] = m_a1;
573 double a1 = m_a1;
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 189 milliseconds