Searched defs:UI16 (Results 1 – 2 of 2) sorted by relevance
348 typedef int16_t UI16; typedef
1485 #define UI16(OFFS, COUNT) ((*((const uint16_t *)pixelPtr) >> (OFFS)) & ((1 << (COUNT)) - 1)) in getPixel() macro