Searched refs:residual_hi (Results 1 – 3 of 3) sorted by relevance
2317 const int16x8_t residual_hi = vld1q_s16(&source[row + j + 8]); in StoreToFrameWithRound() local2320 const int16x8_t a_hi = vrshrq_n_s16(residual_hi, 4); in StoreToFrameWithRound()
1865 const int32x4_t residual_hi = vld1q_s32(&source[row + j + 4]); in StoreToFrameWithRound() local1868 const int32x4_t a_hi = vrshrq_n_s32(residual_hi, 4); in StoreToFrameWithRound()
2119 const __m128i residual_hi = LoadUnaligned16(&source[row + j + 8]); in StoreToFrameWithRound() local2122 const __m128i b_hi = _mm_adds_epi16(residual_hi, v_eight); in StoreToFrameWithRound()