Lines Matching refs:interlaced
43 int width, height, interlaced, level;
177 int interlaced;
302 put_vc2_ue_uint(&s->pb, s->interlaced);
408 put_vc2_ue_uint(&s->pb, s->interlaced); /* Frames or fields coding */
850 const int skip = 1 + s->interlaced;
920 max_frame_bytes << s->interlaced, 0);
961 int64_t r_bitrate = avctx->bit_rate >> (s->interlaced);
989 ret = encode_frame(s, avpkt, frame, aux_data, header_size, s->interlaced);
992 if (s->interlaced) {
1050 s->interlaced = !((avctx->field_order == AV_FIELD_UNKNOWN) ||
1065 if (s->interlaced != fmt->interlaced)
1072 if (s->interlaced)
1132 if (s->interlaced)