Searched defs:sourceStride (Results 1 – 1 of 1) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/platform/audio/ |
| D | VectorMath.cpp | 58 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride… in vsmul() 103 void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride,… in vsma() 108 void vmaxmgv(const float* sourceP, int sourceStride, float* maxP, size_t framesToProcess) in vmaxmgv() 113 void vsvesq(const float* sourceP, int sourceStride, float* sumP, size_t framesToProcess) in vsvesq() 118 void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, const float* highThr… in vclip()
|