Searched refs:lowThresholdP (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | VectorMath.h | 54 PLATFORM_EXPORT void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, cons…
|
D | VectorMath.cpp | 118 void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, const float* highThr… in vclip() argument 120 …vDSP_vclip(const_cast<float*>(sourceP), sourceStride, const_cast<float*>(lowThresholdP), const_cas… in vclip() 654 void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, const float* highThr… 657 float lowThreshold = *lowThresholdP;
|