Searched refs:RLE_TRIGGER (Results 1 – 3 of 3) sorted by relevance
39 #define RLE_TRIGGER 0x80 macro
116 if (run > 2 || value == RLE_TRIGGER) { in sunrast_image_write_image()117 bytestream2_put_byteu(&s->p, RLE_TRIGGER); in sunrast_image_write_image()
153 if ((value = *buf++) == RLE_TRIGGER) { in sunrast_decode_frame()