Lines Matching defs:x1
1279 __m128i x1 = _mm_loadl_u8_s16(srow, -1 - bstep );
1310 Bs = _mm_adds_epi16(Bs, _mm_and_si128(_mm_merge_epi16(_mm_adds_epi16(x1,x5), t0), mask));
1394 Bs = _mm_adds_epi16(Bs, _mm_and_si128(_mm_merge_epi16(_mm_adds_epi16(x1,x13), _mm_adds_epi16(x14,x16)), mask));
1400 t0 = _mm_slli_epi16(x1, 1); // srow[-bstep-1]*2
1425 x1 = _mm_merge_epi16(x0, t0);
1430 _mm_storel_epi64(blueIdx ? (__m128i*)B : (__m128i*)R, _mm_packus_epi16(x1, z));