MB_TYPE_INTERLACED 1995 libavcodec/h264_cabac.c mb_type |= MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 766 libavcodec/h264_cavlc.c mb_type |= MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 281 libavcodec/h264_direct.c mb_type_col[0] &= ~MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 282 libavcodec/h264_direct.c mb_type_col[1] &= ~MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 498 libavcodec/h264_direct.c mb_type_col[0] &= ~MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 499 libavcodec/h264_direct.c mb_type_col[1] &= ~MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 805 libavcodec/h264_mvpred.h mb_type |= MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 870 libavcodec/mpeg12dec.c mb_type |= MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 927 libavcodec/mpeg12dec.c mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 948 libavcodec/mpeg12dec.c mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 968 libavcodec/mpeg12dec.c mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 1013 libavcodec/mpeg12dec.c mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 170 libavcodec/mpeg4video.c MB_TYPE_L0L1 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 1379 libavcodec/mpeg4videodec.c MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 1504 libavcodec/mpeg4videodec.c mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 1519 libavcodec/mpeg4videodec.c if ((mb_type & (MB_TYPE_DIRECT2 | MB_TYPE_INTERLACED)) == 0) { MB_TYPE_INTERLACED 79 libavcodec/mpegutils.h #define IS_INTERLACED(a) ((a) & MB_TYPE_INTERLACED)