IS_SKIP           154 libavcodec/h263.c     if (!IS_SKIP(s->current_picture.mb_type[xy])) {
IS_SKIP           164 libavcodec/h263.c         if (IS_SKIP(s->current_picture.mb_type[xy - s->mb_stride]))
IS_SKIP           187 libavcodec/h263.c             if (qp_tt || IS_SKIP(s->current_picture.mb_type[xy - 1 - s->mb_stride]))
IS_SKIP           209 libavcodec/h263.c         if (qp_c || IS_SKIP(s->current_picture.mb_type[xy - 1]))
IS_SKIP          1046 libavcodec/h264.h         if (IS_SKIP(mb_type)) {
IS_SKIP          1350 libavcodec/h264_cabac.c     if( h->slice_table[mba_xy] == h->slice_num && !IS_SKIP(h->cur_pic.mb_type[mba_xy] ))
IS_SKIP          1352 libavcodec/h264_cabac.c     if( h->slice_table[mbb_xy] == h->slice_num && !IS_SKIP(h->cur_pic.mb_type[mbb_xy] ))
IS_SKIP           459 libavcodec/h264_mvpred.h     if (!IS_SKIP(mb_type)) {
IS_SKIP           844 libavcodec/mpeg4videodec.c                 } else if (IS_SKIP(s->current_picture.mb_type[xy])) {
IS_SKIP          1233 libavcodec/mpeg4videodec.c         if (IS_SKIP(mb_type)) {
IS_SKIP          1264 libavcodec/mpeg4videodec.c     if (!IS_SKIP(mb_type)) {
IS_SKIP          1577 libavcodec/mpeg4videodec.c             if (IS_SKIP(mb_type)) {
IS_SKIP          2272 libavcodec/mpegvideo.c                     else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type))
IS_SKIP          2276 libavcodec/mpegvideo.c                     else if (IS_GMC(mb_type) && IS_SKIP(mb_type))
IS_SKIP          2280 libavcodec/mpegvideo.c                     else if (IS_SKIP(mb_type))
IS_SKIP          2457 libavcodec/mpegvideo.c                     } else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) {
IS_SKIP          2461 libavcodec/mpegvideo.c                     } else if (IS_GMC(mb_type) && IS_SKIP(mb_type)) {
IS_SKIP          2465 libavcodec/mpegvideo.c                     } else if (IS_SKIP(mb_type)) {
IS_SKIP           888 libavcodec/rv34.c         if(IS_INTRA(next_bt) || IS_SKIP(next_bt)){
IS_SKIP           691 libavcodec/svq3.c     if (!IS_SKIP(mb_type) || h->pict_type == AV_PICTURE_TYPE_B) {
IS_SKIP           696 libavcodec/svq3.c         (!IS_SKIP(mb_type) || h->pict_type == AV_PICTURE_TYPE_B)) {
IS_SKIP           341 libavcodec/wmv2dec.c         if (IS_SKIP(s->current_picture.mb_type[s->mb_y * s->mb_stride + s->mb_x])) {