Lines Matching refs:field
64 int repeat_field; /* true if we must repeat the field */
752 skip_bits1(&s->gb); /* field select */
822 // FIXME decide if MBs in field pictures are MB_TYPE_INTERLACED
1564 ff_dlog(s->avctx, "top field first=%d\n", s->top_field_first);
1565 ff_dlog(s->avctx, "repeat first field=%d\n", s->repeat_first_field);
1646 } else { // second field
1650 av_log(s->avctx, AV_LOG_ERROR, "first field missing\n");
1657 "hardware accelerator failed to decode first field\n");
2245 uint8_t field, cc1, cc2;
2251 field = get_bits(&gb, 2);
2257 if (!field) { // forbidden
2260 field = (field == 2 ? 1 : 0);
2261 if (!s1->mpeg_enc_ctx.top_field_first) field = !field;
2262 cap[0] = 0x04 | field;
2281 * bit 7 caption_odd_field_first 1=odd field (CC1/CC2) first 0=even field (CC3/CC4) first
2289 * bit 0 caption_field_odd 1=odd field (this is CC1/CC2) 0=even field (this is CC3/CC4)
2295 * correctly is to start on the field indicated by caption_odd_field_first and count between odd/even fields.
2296 * Don't assume that the first caption word is the odd field. There do exist MPEG files in the wild that start
2297 * on the even field. There also exist DVDs in the wild that encode an odd field count and the
2301 // There is a caption count field in the data, but it is often