Searched refs:highThresholdP (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | VectorMath.h | 54 … sourceP, int sourceStride, const float* lowThresholdP, const float* highThresholdP, float* destP,…
|
D | VectorMath.cpp | 118 … sourceP, int sourceStride, const float* lowThresholdP, const float* highThresholdP, float* destP,… in vclip() argument 120 … sourceStride, const_cast<float*>(lowThresholdP), const_cast<float*>(highThresholdP), destP, destS… in vclip() 654 … sourceP, int sourceStride, const float* lowThresholdP, const float* highThresholdP, float* destP,… 658 float highThreshold = *highThresholdP;
|