Home | History | Annotate | Download | only in opts

Lines Matching full:mask_green

254         const __m128i mask_green = _mm_set1_epi16(SK_G16_MASK << SK_G16_SHIFT);
288 pixel_G = _mm_and_si128(pixel_G, mask_green);