Home
last modified time | relevance | path

Searched refs:zvmul (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DVectorMath.h51 PLATFORM_EXPORT void zvmul(const float* real1P, const float* imag1P, const float* real2P, const flo…
DVectorMath.cpp85 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…
DFFTFrame.cpp266 VectorMath::zvmul(realP1, imagP1, realP2, imagP2, realP1, imagP1, halfSize); in multiply()