MB_TYPE_SKIP      217 libavcodec/h261dec.c         s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP     3481 libavcodec/h263.c                         s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_GMC | MB_TYPE_L0;
MB_TYPE_SKIP     3485 libavcodec/h263.c                         s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP     3828 libavcodec/h263.c             s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP     3926 libavcodec/h263.c                 s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP     4194 libavcodec/h263.c                     s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_GMC | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP     4201 libavcodec/h263.c                     s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP     4332 libavcodec/h263.c             s->current_picture.mb_type[xy]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP     4338 libavcodec/h263.c             mb_type= MB_TYPE_DIRECT2 | MB_TYPE_SKIP | MB_TYPE_L0L1; //like MB_TYPE_B_DIRECT but no vectors coded
MB_TYPE_SKIP     4329 libavcodec/h264.c         mb_type|= MB_TYPE_P0L0|MB_TYPE_P0L1|MB_TYPE_DIRECT2|MB_TYPE_SKIP;
MB_TYPE_SKIP     4333 libavcodec/h264.c         mb_type|= MB_TYPE_SKIP;
MB_TYPE_SKIP     4338 libavcodec/h264.c         mb_type|= MB_TYPE_16x16|MB_TYPE_P0L0|MB_TYPE_P1L0|MB_TYPE_SKIP;
MB_TYPE_SKIP     5458 libavcodec/h264.c                 s->current_picture.mb_type[mb_xy] = MB_TYPE_SKIP;
MB_TYPE_SKIP     6288 libavcodec/h264.c     const int edges = (mb_type & (MB_TYPE_16x16|MB_TYPE_SKIP))
MB_TYPE_SKIP     6289 libavcodec/h264.c                               == (MB_TYPE_16x16|MB_TYPE_SKIP) ? 1 : 4;
MB_TYPE_SKIP      217 libavcodec/mpeg12.c             s->current_picture.mb_type[ s->mb_x + s->mb_y*s->mb_stride ]= MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
MB_TYPE_SKIP      229 libavcodec/mpeg12.c                 mb_type | MB_TYPE_SKIP;
MB_TYPE_SKIP       96 libavcodec/mpegvideo.h #define IS_SKIP(a)       ((a)&MB_TYPE_SKIP)
MB_TYPE_SKIP     1536 libavcodec/msmpeg4.c                 *mb_type_ptr = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
MB_TYPE_SKIP       48 libavcodec/rv34.c     MB_TYPE_SKIP,
MB_TYPE_SKIP      440 libavcodec/svq3.c             mb_type = MB_TYPE_SKIP;
MB_TYPE_SKIP     3273 libavcodec/vc1.c             s->current_picture.mb_type[mb_pos] = MB_TYPE_SKIP;
MB_TYPE_SKIP       48 libavcodec/wmv2dec.c                 mb_type[mb_y*s->mb_stride + mb_x]= (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP       56 libavcodec/wmv2dec.c                     mb_type[mb_y*s->mb_stride + mb_x]=  MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP       60 libavcodec/wmv2dec.c                     mb_type[mb_y*s->mb_stride + mb_x]= (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP       69 libavcodec/wmv2dec.c                     mb_type[mb_y*s->mb_stride + mb_x]=  MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
MB_TYPE_SKIP       73 libavcodec/wmv2dec.c                     mb_type[mb_y*s->mb_stride + mb_x]= (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;