Lines Matching defs:mode
51 int mode; ///< Decoder mode
77 if(s->mode == FF_LZW_GIF) {
103 if(s->mode == FF_LZW_GIF) {
129 * @param mode decoder working mode - either GIF or TIFF
131 int ff_lzw_decode_init(LZWState *p, int csize, const uint8_t *buf, int buf_size, int mode)
154 s->mode = mode;
155 s->extra_slot = s->mode == FF_LZW_TIFF;