Searched defs:destP (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/audio/ |
D | VectorMath.cpp | 44 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride… in vsmul() 53 …ource1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride… in vadd()
|
D | Biquad.cpp | 67 void Biquad::process(const float* sourceP, float* destP, size_t framesToProcess) in process() 121 void Biquad::processFast(const float* sourceP, float* destP, size_t framesToProcess) in processFast() 158 void Biquad::processSliceFast(double* sourceP, double* destP, double* coefficientsP, size_t framesT… in processSliceFast()
|
D | FFTConvolver.cpp | 50 void FFTConvolver::process(FFTFrame* fftKernel, float* sourceP, float* destP, size_t framesToProces… in process()
|