Home | History | Annotate | Download | only in include

Lines Matching defs:maskLeft

8992     _NEON2SSE_ALIGN_16 uint8_t maskLeft[9] = {0x0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff}; //"a" bits mask, 0 bit not used
8993 maskA = _mm_set1_epi8(maskLeft[c]); // c ones and (8-c)zeros