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 1933 libavcodec/h264_cabac.c h->cur_pic.mb_type[mb_xy] = MB_TYPE_SKIP; MB_TYPE_SKIP 687 libavcodec/h264_mvpred.h if ((mb_type & (MB_TYPE_SKIP | MB_TYPE_DIRECT2)) && !FRAME_MBAFF(h)) MB_TYPE_SKIP 690 libavcodec/h264_mvpred.h if (!(mb_type & (MB_TYPE_SKIP | MB_TYPE_DIRECT2))) { MB_TYPE_SKIP 815 libavcodec/h264_mvpred.h mb_type |= MB_TYPE_L0L1 | MB_TYPE_DIRECT2 | MB_TYPE_SKIP; MB_TYPE_SKIP 821 libavcodec/h264_mvpred.h mb_type |= MB_TYPE_SKIP; MB_TYPE_SKIP 823 libavcodec/h264_mvpred.h mb_type |= MB_TYPE_16x16 | MB_TYPE_P0L0 | MB_TYPE_P1L0 | MB_TYPE_SKIP; MB_TYPE_SKIP 363 libavcodec/ituh263dec.c s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0; MB_TYPE_SKIP 716 libavcodec/ituh263dec.c s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0; MB_TYPE_SKIP 670 libavcodec/mpeg12dec.c MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16; MB_TYPE_SKIP 684 libavcodec/mpeg12dec.c mb_type | MB_TYPE_SKIP; MB_TYPE_SKIP 763 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_SKIP 770 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_SKIP 1423 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_SKIP 1432 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_SKIP 1579 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_SKIP 1588 libavcodec/mpeg4videodec.c mb_type = MB_TYPE_DIRECT2 | MB_TYPE_SKIP | MB_TYPE_L0L1; MB_TYPE_SKIP 81 libavcodec/mpegutils.h #define IS_SKIP(a) ((a) & MB_TYPE_SKIP) MB_TYPE_SKIP 121 libavcodec/msmpeg4dec.c *mb_type_ptr = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16; MB_TYPE_SKIP 226 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 744 libavcodec/svq3.c mb_type = MB_TYPE_SKIP; MB_TYPE_SKIP 1402 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos] = MB_TYPE_SKIP; MB_TYPE_SKIP 1720 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos] = MB_TYPE_SKIP; MB_TYPE_SKIP 2486 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos] = MB_TYPE_SKIP; MB_TYPE_SKIP 54 libavcodec/wmv2dec.c (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0; MB_TYPE_SKIP 63 libavcodec/wmv2dec.c MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0; MB_TYPE_SKIP 67 libavcodec/wmv2dec.c (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0; MB_TYPE_SKIP 78 libavcodec/wmv2dec.c MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0; MB_TYPE_SKIP 82 libavcodec/wmv2dec.c (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;