webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <FFTConvolver.h>
Public Member Functions | |
FFTConvolver (size_t fftSize) | |
void | process (FFTFrame *fftKernel, const float *sourceP, float *destP, size_t framesToProcess) |
void | reset () |
size_t | fftSize () const |
WebCore::FFTConvolver::FFTConvolver | ( | size_t | fftSize | ) |
|
inline |
void WebCore::FFTConvolver::process | ( | FFTFrame * | fftKernel, |
const float * | sourceP, | ||
float * | destP, | ||
size_t | framesToProcess | ||
) |
void WebCore::FFTConvolver::reset | ( | ) |