FIELD_OR_MBAFF_PICTURE  222 libavcodec/dxva2_h264.c     slice->first_mb_in_slice     = (h->mb_y >> FIELD_OR_MBAFF_PICTURE(h)) * h->mb_width + h->mb_x;
FIELD_OR_MBAFF_PICTURE  784 libavcodec/h264.c             if (FIELD_OR_MBAFF_PICTURE(h))
FIELD_OR_MBAFF_PICTURE  810 libavcodec/h264.c         cur->f.interlaced_frame = FIELD_OR_MBAFF_PICTURE(h);
FIELD_OR_MBAFF_PICTURE 1754 libavcodec/h264_slice.c     if (first_mb_in_slice << FIELD_OR_MBAFF_PICTURE(h) >= h->mb_num ||
FIELD_OR_MBAFF_PICTURE 1761 libavcodec/h264_slice.c                                FIELD_OR_MBAFF_PICTURE(h);
FIELD_OR_MBAFF_PICTURE 2485 libavcodec/h264_slice.c                 if (FIELD_OR_MBAFF_PICTURE(h)) {
FIELD_OR_MBAFF_PICTURE 2542 libavcodec/h264_slice.c                 if (FIELD_OR_MBAFF_PICTURE(h)) {
FIELD_OR_MBAFF_PICTURE  329 libavcodec/vaapi_h264.c     slice_param->first_mb_in_slice              = (h->mb_y >> FIELD_OR_MBAFF_PICTURE(h)) * h->mb_width + h->mb_x;