Home
last modified time | relevance | path

Searched refs:SGI_MAGIC (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsgi.h28 #define SGI_MAGIC 474 macro
Dsgienc.c177 bytestream2_put_be16(&pbc, SGI_MAGIC); in encode_frame()
Dsgidec.c219 if (bytestream2_get_be16u(&s->g) != SGI_MAGIC) { in decode_frame()