HomeSort by relevance Sort by last modified time
    Searched defs:Biquad (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Biquad.cpp 33 #include "core/platform/audio/Biquad.h"
48 Biquad::Biquad()
68 Biquad::~Biquad()
75 void Biquad::process(const float* sourceP, float* destP, size_t framesToProcess)
132 void Biquad::processFast(const float* sourceP, float* destP, size_t framesToProcess)
168 void Biquad::processSliceFast(double* sourceP, double* destP, double* coefficientsP, size_t framesToProcess)
185 void Biquad::reset()
207 void Biquad::setLowpassParams(double cutoff, double resonance
    [all...]
Biquad.h 42 // A basic biquad (two-zero / two-pole digital filter)
47 class Biquad {
49 Biquad();
50 virtual ~Biquad();
65 // Set the biquad coefficients given a single zero (other zero will be conjugate)
69 // Set the biquad coefficients given a single pole (other pole will be conjugate)

Completed in 42 milliseconds