HomeSort by relevance Sort by last modified time
    Searched defs:sourceStride (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
VectorMath.cpp 57 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess)
60 ::vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess);
62 vDSP_vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess);
102 void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess)
104 vDSP_vsma(sourceP, sourceStride, scale, destP, destStride, destP, destStride, framesToProcess);
107 void vmaxmgv(const float* sourceP, int sourceStride, float* maxP, size_t framesToProcess)
109 vDSP_maxmgv(sourceP, sourceStride, maxP, framesToProcess);
112 void vsvesq(const float* sourceP, int sourceStride, float* sumP, size_t framesToProcess)
114 vDSP_svesq(const_cast<float*>(sourceP), sourceStride, sumP, framesToProcess);
117 void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, const float* highThresholdP, float* destP, int destStride, size_t fra (…)
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c     [all...]

Completed in 145 milliseconds