Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsunrast.h39 #define RLE_TRIGGER 0x80 macro
Dsunrastenc.c116 if (run > 2 || value == RLE_TRIGGER) { in sunrast_image_write_image()
117 bytestream2_put_byteu(&s->p, RLE_TRIGGER); in sunrast_image_write_image()
Dsunrast.c153 if ((value = *buf++) == RLE_TRIGGER) { in sunrast_decode_frame()