FIELD_OR_MBAFF_PICTURE  229 libavcodec/dxva2_h264.c     slice->first_mb_in_slice     = (sl->mb_y >> FIELD_OR_MBAFF_PICTURE(h)) * h->mb_width + sl->mb_x;
FIELD_OR_MBAFF_PICTURE 1157 libavcodec/h264_slice.c             if (FIELD_OR_MBAFF_PICTURE(h))
FIELD_OR_MBAFF_PICTURE 1183 libavcodec/h264_slice.c         cur->f->interlaced_frame = FIELD_OR_MBAFF_PICTURE(h);
FIELD_OR_MBAFF_PICTURE 1951 libavcodec/h264_slice.c     if (sl->first_mb_addr << FIELD_OR_MBAFF_PICTURE(h) >= h->mb_num ||
FIELD_OR_MBAFF_PICTURE 1958 libavcodec/h264_slice.c                                  FIELD_OR_MBAFF_PICTURE(h);
FIELD_OR_MBAFF_PICTURE 2673 libavcodec/h264_slice.c                 if (FIELD_OR_MBAFF_PICTURE(h)) {
FIELD_OR_MBAFF_PICTURE 2730 libavcodec/h264_slice.c                 if (FIELD_OR_MBAFF_PICTURE(h)) {
FIELD_OR_MBAFF_PICTURE 2854 libavcodec/h264_slice.c                 for (j = sl->resync_mb_y; j < y_end; j += 1 + FIELD_OR_MBAFF_PICTURE(h)) {
FIELD_OR_MBAFF_PICTURE  343 libavcodec/vaapi_h264.c         .first_mb_in_slice             = (sl->mb_y >> FIELD_OR_MBAFF_PICTURE(h)) * h->mb_width + sl->mb_x,