MB_TYPE_SKIP      213 libavcodec/h261dec.c         s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP     1906 libavcodec/h264_cabac.c                 h->cur_pic.mb_type[mb_xy] = MB_TYPE_SKIP;
MB_TYPE_SKIP      681 libavcodec/h264_mvpred.h             if ((mb_type & (MB_TYPE_SKIP | MB_TYPE_DIRECT2)) && !FRAME_MBAFF(h))
MB_TYPE_SKIP      684 libavcodec/h264_mvpred.h             if (!(mb_type & (MB_TYPE_SKIP | MB_TYPE_DIRECT2))) {
MB_TYPE_SKIP      809 libavcodec/h264_mvpred.h         mb_type |= MB_TYPE_L0L1 | MB_TYPE_DIRECT2 | MB_TYPE_SKIP;
MB_TYPE_SKIP      815 libavcodec/h264_mvpred.h         mb_type |= MB_TYPE_SKIP;
MB_TYPE_SKIP      817 libavcodec/h264_mvpred.h         mb_type |= MB_TYPE_16x16 | MB_TYPE_P0L0 | MB_TYPE_P1L0 | MB_TYPE_SKIP;
MB_TYPE_SKIP      338 libavcodec/ituh263dec.c             s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP      624 libavcodec/ituh263dec.c                 s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP      746 libavcodec/mpeg12dec.c                 MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
MB_TYPE_SKIP      760 libavcodec/mpeg12dec.c                 mb_type | MB_TYPE_SKIP;
MB_TYPE_SKIP      662 libavcodec/mpeg4videodec.c                         s->current_picture.mb_type[xy] = MB_TYPE_SKIP  |
MB_TYPE_SKIP      669 libavcodec/mpeg4videodec.c                         s->current_picture.mb_type[xy] = MB_TYPE_SKIP  |
MB_TYPE_SKIP     1317 libavcodec/mpeg4videodec.c                     s->current_picture.mb_type[xy] = MB_TYPE_SKIP  |
MB_TYPE_SKIP     1326 libavcodec/mpeg4videodec.c                     s->current_picture.mb_type[xy] = MB_TYPE_SKIP  |
MB_TYPE_SKIP     1468 libavcodec/mpeg4videodec.c             s->current_picture.mb_type[xy] = MB_TYPE_SKIP  |
MB_TYPE_SKIP     1477 libavcodec/mpeg4videodec.c             mb_type = MB_TYPE_DIRECT2 | MB_TYPE_SKIP | MB_TYPE_L0L1;
MB_TYPE_SKIP       77 libavcodec/mpegutils.h #define IS_SKIP(a)       ((a) & MB_TYPE_SKIP)
MB_TYPE_SKIP      120 libavcodec/msmpeg4dec.c                 *mb_type_ptr = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
MB_TYPE_SKIP      211 libavcodec/msmpeg4dec.c                 *mb_type_ptr = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
MB_TYPE_SKIP       60 libavcodec/rv34.c     MB_TYPE_SKIP,
MB_TYPE_SKIP      512 libavcodec/svq3.c             mb_type = MB_TYPE_SKIP;
MB_TYPE_SKIP     1360 libavcodec/vc1_block.c             s->current_picture.mb_type[mb_pos]      = MB_TYPE_SKIP;
MB_TYPE_SKIP     1685 libavcodec/vc1_block.c         s->current_picture.mb_type[mb_pos]      = MB_TYPE_SKIP;
MB_TYPE_SKIP     2429 libavcodec/vc1_block.c             s->current_picture.mb_type[mb_pos]      = MB_TYPE_SKIP;
MB_TYPE_SKIP       50 libavcodec/wmv2dec.c                     (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP       57 libavcodec/wmv2dec.c                         MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP       61 libavcodec/wmv2dec.c                         (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP       70 libavcodec/wmv2dec.c                         MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP       74 libavcodec/wmv2dec.c                         (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;