Lines Matching refs:gce_disposal
57 int gce_disposal;
222 s->gce_prev_disposal = s->gce_disposal;
224 if (s->gce_disposal != GCE_DISPOSAL_NONE) {
228 if (s->gce_disposal == GCE_DISPOSAL_BACKGROUND) {
233 } else if (s->gce_disposal == GCE_DISPOSAL_RESTORE) {
311 s->gce_disposal = GCE_DISPOSAL_NONE;
347 s->gce_disposal = (gce_flags >> 2) & 0x7;
351 s->transparent_color_index, s->gce_disposal);
353 if (s->gce_disposal > 3) {
354 s->gce_disposal = GCE_DISPOSAL_NONE;
355 ff_dlog(s->avctx, "invalid value in gce_disposal (%d). Using default value of 0.\n", ext_len);