Lines Matching refs:interlaced
193 static int compute_cmask(int plane_no, int interlaced, enum AVPixelFormat pix_fmt) in compute_cmask() argument
197 if (interlaced) in compute_cmask()
213 const int cmask = compute_cmask(plane_no, c->interlaced, c->avctx->pix_fmt); in decode_plane()
719 if (!c->interlaced) { in decode_frame()
730 if (!c->interlaced) { in decode_frame()
769 if (!c->interlaced) { in decode_frame()
780 if (!c->interlaced) { in decode_frame()
801 if (!c->interlaced) { in decode_frame()
811 if (!c->interlaced) { in decode_frame()
831 if (!c->interlaced) { in decode_frame()
841 if (!c->interlaced) { in decode_frame()
875 frame.f->interlaced_frame = !!c->interlaced; in decode_frame()
1026 c->interlaced = c->flags & 0x800; in decode_init()
1033 c->interlaced = 0; in decode_init()