Home
last modified time | relevance | path

Searched refs:imagDestP (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DVectorMath.cpp85 …g1P, const float* real2P, const float* imag2P, float* realDestP, float* imagDestP, size_t framesTo… in zvmul() argument
95 dest.imagp = imagDestP; in zvmul()
464 …g1P, const float* real2P, const float* imag2P, float* realDestP, float* imagDestP, size_t framesTo…
475 && !(reinterpret_cast<uintptr_t>(imagDestP) & 0x0F)) {
488 _mm_store_ps(imagDestP + i, imag);
504 vst1q_f32(imagDestP + i, imagResult);
516 imagDestP[i] = imagResult;
DVectorMath.h51 …g1P, const float* real2P, const float* imag2P, float* realDestP, float* imagDestP, size_t framesTo…