IS_INTER          214 libavcodec/error_resilience.c             if (IS_INTER(s->cur_pic.mb_type[mb_index]))
IS_INTER         1305 libavcodec/error_resilience.c             if (IS_INTER(mb_type))
IS_INTER         2320 libavcodec/h264_cabac.c    if( IS_INTER( mb_type ) ) {
IS_INTER         1066 libavcodec/h264_cavlc.c     if(IS_INTER(mb_type))
IS_INTER           77 libavcodec/h264_mc_template.c     av_assert2(IS_INTER(mb_type));
IS_INTER          606 libavcodec/h264_mvpred.h     if (IS_INTER(mb_type) || (IS_DIRECT(mb_type) && sl->direct_spatial_mv_pred)) {
IS_INTER         2230 libavcodec/h264_slice.c     if (IS_INTER(mb_type) || IS_DIRECT(mb_type)) {
IS_INTER          919 libavcodec/svq3.c     if (!IS_INTER(mb_type) && s->pict_type != AV_PICTURE_TYPE_I) {