Lines Matching refs:accum2
223 int32x4_t accum0, accum1, accum2, accum3; in convolveVertically_neon() local
230 accum0 = accum1 = accum2 = accum3 = vdupq_n_s32(0); in convolveVertically_neon()
252 accum2 += vmull_s16(src16_2, coeff16); in convolveVertically_neon()
259 accum2 = vshrq_n_s32(accum2, SkConvolutionFilter1D::kShiftBits); in convolveVertically_neon()
266 int16x8_t accum16_1 = vcombine_s16(vqmovn_s32(accum2), vqmovn_s32(accum3)); in convolveVertically_neon()
303 accum0 = accum1 = accum2 = vdupq_n_s32(0); in convolveVertically_neon()
319 accum2 += vmull_s16(src16_2, coeff16); in convolveVertically_neon()
324 accum2 = vshrq_n_s32(accum2, SkConvolutionFilter1D::kShiftBits); in convolveVertically_neon()
327 int16x8_t accum16_1 = vcombine_s16(vqmovn_s32(accum2), vqmovn_s32(accum2)); in convolveVertically_neon()
420 int32x4_t accum2 = vdupq_n_s32(0); in convolve4RowsHorizontally_neon() local
455 ITERATION(srcData[2] + start, accum2); in convolve4RowsHorizontally_neon()
478 ITERATION(srcData[2] + start, accum2); in convolve4RowsHorizontally_neon()
492 PACK_RESULT(accum2, res2); in convolve4RowsHorizontally_neon()