Lines Matching defs:interlaced
193 static int compute_cmask(int plane_no, int interlaced, enum AVPixelFormat pix_fmt)
197 if (interlaced)
213 const int cmask = compute_cmask(plane_no, c->interlaced, c->avctx->pix_fmt);
405 /* UtVideo interlaced mode treats every two lines as a single one,
718 if (!c->interlaced) {
729 if (!c->interlaced) {
768 if (!c->interlaced) {
779 if (!c->interlaced) {
800 if (!c->interlaced) {
810 if (!c->interlaced) {
830 if (!c->interlaced) {
840 if (!c->interlaced) {
874 frame->interlaced_frame = !!c->interlaced;
1025 c->interlaced = c->flags & 0x800;
1032 c->interlaced = 0;