Searched refs:SGI_MAGIC (Results 1 – 5 of 5) sorted by relevance
28 #define SGI_MAGIC 474 macro
177 bytestream2_put_be16(&pbc, SGI_MAGIC); in encode_frame()
219 if (bytestream2_get_be16u(&s->g) != SGI_MAGIC) { in decode_frame()
29 # define SGI_MAGIC 474 /* Magic number in image file */ macro
225 if (magic != SGI_MAGIC) in sgiOpenFile()284 putshort(SGI_MAGIC, sgip->file); in sgiOpenFile()