HomeSort by relevance Sort by last modified time
    Searched refs:pole (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ZeroPole.h 36 // ZeroPole is a simple filter with one zero and one pole.
54 void setPole(float pole) { m_pole = pole; }
57 float pole() const { return m_pole; } function in class:WebCore::ZeroPole
ZeroPole.cpp 42 float pole = m_pole; local
46 const float k2 = 1 - pole;
59 // Pole
60 float output2 = k2 * output1 + pole * lastY;
Biquad.h 43 // A basic biquad (two-zero / two-pole digital filter)
67 // and a single pole (other pole will be conjugate)
68 void setZeroPolePairs(const Complex& zero, const Complex& pole);
70 // Set the biquad coefficients given a single pole (other pole will be conjugate)
72 void setAllpassPole(const Complex& pole);
Biquad.cpp 527 void Biquad::setZeroPolePairs(const Complex &zero, const Complex &pole)
535 double a1 = -2 * pole.real();
537 double poleMag = abs(pole);
542 void Biquad::setAllpassPole(const Complex &pole)
544 Complex zero = Complex(1, 0) / pole;
545 setZeroPolePairs(zero, pole);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shdeprecated.h 327 virtual HRESULT WINAPI SetHistoryObject(IOleObject *pole,WINBOOL fIsLocalAnchor) = 0;
328 virtual HRESULT WINAPI CacheOLEServer(IOleObject *pole) = 0;
364 HRESULT (WINAPI *SetHistoryObject)(IBrowserService *This,IOleObject *pole,WINBOOL fIsLocalAnchor);
365 HRESULT (WINAPI *CacheOLEServer)(IBrowserService *This,IOleObject *pole);
403 #define IBrowserService_SetHistoryObject(This,pole,fIsLocalAnchor) (This)->lpVtbl->SetHistoryObject(This,pole,fIsLocalAnchor)
404 #define IBrowserService_CacheOLEServer(This,pole) (This)->lpVtbl->CacheOLEServer(This,pole)
459 HRESULT WINAPI IBrowserService_SetHistoryObject_Proxy(IBrowserService *This,IOleObject *pole,WINBOOL fIsLocalAnchor);
461 HRESULT WINAPI IBrowserService_CacheOLEServer_Proxy(IBrowserService *This,IOleObject *pole);
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 5 @ Implements a 2-pole low-pass filter with resonanance
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 5 @ Implements a 2-pole low-pass filter with resonanance
  /external/libvorbis/doc/
06-floor0.tex 11 filter. This representation is equivalent to a traditional all-pole

Completed in 142 milliseconds