Searched refs:mask_mul (Results 1 – 1 of 1) sorted by relevance
402 const __m128i mask_mul = _mm_set1_epi16(0x0f00); in BundleColorMap_SSE2() local407 const __m128i tmp = _mm_and_si128(mul, mask_mul); // 00ab000000cd0000 in BundleColorMap_SSE2()