Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerSinc.cpp577 int32x2_t sumLow0, sumHigh0, sumLow1, sumHigh1; in filterCoefficient() local
581 sumHigh1 = vget_high_s32(sum1); in filterCoefficient()
584 sumLow1 = vpadd_s32(sumLow1, sumHigh1); in filterCoefficient()