OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sumP
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.h
45
PLATFORM_EXPORT void vsvesq(const float* sourceP, int sourceStride, float*
sumP
, size_t framesToProcess);
VectorMath.cpp
113
void vsvesq(const float* sourceP, int sourceStride, float*
sumP
, size_t framesToProcess)
115
vDSP_svesq(const_cast<float*>(sourceP), sourceStride,
sumP
, framesToProcess);
520
void vsvesq(const float* sourceP, int sourceStride, float*
sumP
, size_t framesToProcess)
581
ASSERT(
sumP
);
582
*
sumP
= sum;
Completed in 1812 milliseconds