Searched refs:sumHigh (Results 1 – 1 of 1) sorted by relevance
500 int32x2_t sumLow, sumHigh; in filterCoefficient() local502 sumHigh = vget_high_s32(sum); in filterCoefficient()503 sumLow = vpadd_s32(sumLow, sumHigh); in filterCoefficient()