Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsgi.h30 #define SGI_HEADER_SIZE 512 macro
Dsgidec.c213 if (bytestream2_get_bytes_left(&s->g) < SGI_HEADER_SIZE) { in decode_frame()
269 bytestream2_seek(&s->g, SGI_HEADER_SIZE, SEEK_SET); in decode_frame()
Dsgienc.c165 length = SGI_HEADER_SIZE; in encode_frame()