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

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
SincResampler.cpp 322 float* groupSumP = reinterpret_cast<float*>(&sums1);
323 sum1 += groupSumP[0] + groupSumP[1] + groupSumP[2] + groupSumP[3];
324 groupSumP = reinterpret_cast<float*>(&sums2);
325 sum2 += groupSumP[0] + groupSumP[1] + groupSumP[2] + groupSumP[3]
    [all...]
VectorMath.cpp 548 const float* groupSumP = reinterpret_cast<float*>(&mSum);
549 sum += groupSumP[0] + groupSumP[1] + groupSumP[2] + groupSumP[3];

Completed in 803 milliseconds