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

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
VectorMath.h 35 void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess);
37 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride, size_t framesToProcess);
41 void vmaxmgv(const float* sourceP, int sourceStride, float* maxP, size_t framesToProcess);
44 void vsvesq(const float* sourceP, int sourceStride, float* sumP, size_t framesToProcess);
53 void vclip(const float* sourceP, int sourceStride, const float* lowThresholdP, const float* highThresholdP, float* destP, int destStride, size_t framesToProcess);
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 158 milliseconds