MB_TYPE_INTERLACED 671 libavcodec/h263.c return MB_TYPE_DIRECT2 | MB_TYPE_16x8 | MB_TYPE_L0L1 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 4245 libavcodec/h263.c s->current_picture.mb_type[xy]= MB_TYPE_16x8 | MB_TYPE_L0 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 4365 libavcodec/h263.c mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 4380 libavcodec/h263.c if((mb_type & (MB_TYPE_DIRECT2|MB_TYPE_INTERLACED)) == 0){ MB_TYPE_INTERLACED 4324 libavcodec/h264.c mb_type|= MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 4424 libavcodec/h264.c mb_type |= MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 5521 libavcodec/h264.c mb_type |= MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 337 libavcodec/mpeg12.c mb_type |= MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 388 libavcodec/mpeg12.c mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 409 libavcodec/mpeg12.c mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 428 libavcodec/mpeg12.c mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 467 libavcodec/mpeg12.c mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED; MB_TYPE_INTERLACED 98 libavcodec/mpegvideo.h #define IS_INTERLACED(a) ((a)&MB_TYPE_INTERLACED)