Home
last modified time | relevance | path

Searched refs:groupSumP (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DSincResampler.cpp321 float* groupSumP = reinterpret_cast<float*>(&sums1); in process() local
322 sum1 += groupSumP[0] + groupSumP[1] + groupSumP[2] + groupSumP[3]; in process()
323 groupSumP = reinterpret_cast<float*>(&sums2); in process()
324 sum2 += groupSumP[0] + groupSumP[1] + groupSumP[2] + groupSumP[3]; in process()
DVectorMath.cpp549 const float* groupSumP = reinterpret_cast<float*>(&mSum);
550 sum += groupSumP[0] + groupSumP[1] + groupSumP[2] + groupSumP[3];