Searched refs:mask_0xf0 (Results 1 – 2 of 2) sorted by relevance
242 const __m128i mask_0xf0 = _mm_set1_epi8(0xf0); in ConvertBGRAToRGBA4444() local257 const __m128i rb1 = _mm_and_si128(rb0, mask_0xf0); // -r0|-r1|...|-b6|-a7 in ConvertBGRAToRGBA4444()
126 const __m128i mask_0xf0 = _mm_set1_epi8(0xf0); in PackAndStore4444() local129 const __m128i rb2 = _mm_and_si128(rb1, mask_0xf0); in PackAndStore4444()130 const __m128i ga2 = _mm_srli_epi16(_mm_and_si128(ga1, mask_0xf0), 4); in PackAndStore4444()