Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsgi.h32 #define SGI_GRAYSCALE 1 macro
Dsgienc.c126 depth = SGI_GRAYSCALE; in encode_frame()
142 depth = SGI_GRAYSCALE; in encode_frame()
Dsgidec.c242 if (s->depth == SGI_GRAYSCALE) { in decode_frame()