Searched refs:zvmul (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | VectorMath.h | 51 PLATFORM_EXPORT void zvmul(const float* real1P, const float* imag1P, const float* real2P, const flo…
|
D | VectorMath.cpp | 85 void zvmul(const float* real1P, const float* imag1P, const float* real2P, const float* imag2P, floa… in zvmul() function 97 ::zvmul(&sc1, 1, &sc2, 1, &dest, 1, framesToProcess, 1); in zvmul() 464 void zvmul(const float* real1P, const float* imag1P, const float* real2P, const float* imag2P, floa…
|
D | FFTFrame.cpp | 266 VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize); in multiply()
|