Searched refs:POINT_RUN_COUNT_MASK (Results 1 – 1 of 1) sorted by relevance
266 POINT_RUN_COUNT_MASK = 0x7F in unpack_points() enumerator275 count = ((count & POINT_RUN_COUNT_MASK) << 8) | *p++; in unpack_points()286 uint16_t run_count = (control & POINT_RUN_COUNT_MASK) + 1; in unpack_points()