IS_INTER 212 libavcodec/error_resilience.c if (IS_INTER(s->cur_pic.mb_type[mb_index])) IS_INTER 1262 libavcodec/error_resilience.c if (IS_INTER(mb_type)) IS_INTER 2285 libavcodec/h264_cabac.c if( IS_INTER( mb_type ) ) { IS_INTER 1054 libavcodec/h264_cavlc.c if(IS_INTER(mb_type)) IS_INTER 75 libavcodec/h264_mc_template.c av_assert2(IS_INTER(mb_type)); IS_INTER 600 libavcodec/h264_mvpred.h if (IS_INTER(mb_type) || (IS_DIRECT(mb_type) && h->direct_spatial_mv_pred)) { IS_INTER 2054 libavcodec/h264_slice.c if (IS_INTER(mb_type) || IS_DIRECT(mb_type)) { IS_INTER 678 libavcodec/svq3.c if (!IS_INTER(mb_type) && h->pict_type != AV_PICTURE_TYPE_I) {