Lines Matching defs:interlaced
83 int interlaced; ///< whether picture is interlaced
1138 avio_wb32(pb, stored_height>>sc->interlaced);
1160 avio_wb32(pb, st->codecpar->height>>sc->interlaced);
1181 avio_wb32(pb, display_height>>sc->interlaced);
1189 avio_wb32(pb, (st->codecpar->height - display_height)>>sc->interlaced);
1191 if (sc->interlaced) {
1241 avio_w8(pb, sc->interlaced);
1254 if (!sc->interlaced && f2) {
1316 if (sc->interlaced && sc->field_dominance) {
2042 uint8_t interlaced;
2083 sc->interlaced = mxf_dnxhd_codec_uls[i].interlaced;
2164 sc->interlaced = (vsc_pack[3] >> 4) & 0x01;
2172 if (sc->interlaced) {
2173 av_log(s, AV_LOG_ERROR, "source marked as interlaced but codec profile is progressive\n");
2174 sc->interlaced = 0;
2203 uint8_t interlaced;
2271 sc->interlaced = !sps->frame_mbs_only_flag;
2311 sc->interlaced = st->codecpar->field_order != AV_FIELD_PROGRESSIVE ? 1 : 0;
2315 if (frame_size == mxf_h264_codec_uls[i].frame_size && sc->interlaced == mxf_h264_codec_uls[i].interlaced) {
2323 if (sc->interlaced)
2394 sc->interlaced = !(pkt->data[i+5] & 0x80); // progressive frame
2395 if (sc->interlaced)
3199 { "bt601", "ITU-R BT.601 and BT.656, also SMPTE 125M (525 and 625 line interlaced)",\