MB_TYPE_INTERLACED 2022 libavcodec/h264_cabac.c         mb_type |= MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  775 libavcodec/h264_cavlc.c         mb_type |= MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  308 libavcodec/h264_direct.c                 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  309 libavcodec/h264_direct.c                 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  526 libavcodec/h264_direct.c                 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  527 libavcodec/h264_direct.c                 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  811 libavcodec/h264_mvpred.h         mb_type |= MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  805 libavcodec/mpeg12dec.c                 mb_type              |= MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  862 libavcodec/mpeg12dec.c                     mb_type   |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  883 libavcodec/mpeg12dec.c                     mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  903 libavcodec/mpeg12dec.c                     mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  948 libavcodec/mpeg12dec.c                             mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED  160 libavcodec/mpeg4video.c                MB_TYPE_L0L1    | MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED 1490 libavcodec/mpeg4videodec.c                                                  MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED 1615 libavcodec/mpeg4videodec.c                     mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
MB_TYPE_INTERLACED 1630 libavcodec/mpeg4videodec.c             if ((mb_type & (MB_TYPE_DIRECT2 | MB_TYPE_INTERLACED)) == 0) {
MB_TYPE_INTERLACED   83 libavcodec/mpegutils.h #define IS_INTERLACED(a) ((a) & MB_TYPE_INTERLACED)