IS_DIRECT        1936 libavcodec/h264_cabac.c         if( !IS_DIRECT( h->left_type[LTOP]-1 ) )
IS_DIRECT        1938 libavcodec/h264_cabac.c         if( !IS_DIRECT( h->top_type-1 ) )
IS_DIRECT        2082 libavcodec/h264_cabac.c             if( IS_DIRECT(h->sub_mb_type[0] | h->sub_mb_type[1] |
IS_DIRECT        2102 libavcodec/h264_cabac.c                     if(IS_DIRECT(h->sub_mb_type[i])) continue;
IS_DIRECT        2126 libavcodec/h264_cabac.c                 if(IS_DIRECT(h->sub_mb_type[i])){
IS_DIRECT        2131 libavcodec/h264_cabac.c                 if(IS_DIR(h->sub_mb_type[i], 0, list) && !IS_DIRECT(h->sub_mb_type[i])){
IS_DIRECT        2179 libavcodec/h264_cabac.c     } else if( IS_DIRECT(mb_type) ) {
IS_DIRECT         852 libavcodec/h264_cavlc.c             if( IS_DIRECT(h->sub_mb_type[0]|h->sub_mb_type[1]|h->sub_mb_type[2]|h->sub_mb_type[3])) {
IS_DIRECT         875 libavcodec/h264_cavlc.c                 if(IS_DIRECT(h->sub_mb_type[i])) continue;
IS_DIRECT         902 libavcodec/h264_cavlc.c                 if(IS_DIRECT(h->sub_mb_type[i])) {
IS_DIRECT         943 libavcodec/h264_cavlc.c     }else if(IS_DIRECT(mb_type)){
IS_DIRECT         340 libavcodec/h264_direct.c             if (is_b8x8 && !IS_DIRECT(h->sub_mb_type[i8]))
IS_DIRECT         404 libavcodec/h264_direct.c             if (is_b8x8 && !IS_DIRECT(h->sub_mb_type[i8]))
IS_DIRECT         577 libavcodec/h264_direct.c                 if (is_b8x8 && !IS_DIRECT(h->sub_mb_type[i8]))
IS_DIRECT         645 libavcodec/h264_direct.c                 if (is_b8x8 && !IS_DIRECT(h->sub_mb_type[i8]))
IS_DIRECT         600 libavcodec/h264_mvpred.h     if (IS_INTER(mb_type) || (IS_DIRECT(mb_type) && h->direct_spatial_mv_pred)) {
IS_DIRECT         610 libavcodec/h264_mvpred.h             av_assert2(!(IS_DIRECT(mb_type) && !h->direct_spatial_mv_pred));
IS_DIRECT         722 libavcodec/h264_mvpred.h                         if (IS_DIRECT(top_type)) {
IS_DIRECT         734 libavcodec/h264_mvpred.h                         if (IS_DIRECT(left_type[LTOP]))
IS_DIRECT         741 libavcodec/h264_mvpred.h                         if (IS_DIRECT(left_type[LBOT]))
IS_DIRECT        2054 libavcodec/h264_slice.c     if (IS_INTER(mb_type) || IS_DIRECT(mb_type)) {
IS_DIRECT         759 libavcodec/ituh263dec.c         if(IS_DIRECT(mb_type)){
IS_DIRECT        1494 libavcodec/mpeg4videodec.c             if ((!IS_DIRECT(mb_type)) && cbp) {
IS_DIRECT        1503 libavcodec/mpeg4videodec.c                 if (!IS_DIRECT(mb_type) && get_bits1(&s->gb)) {
IS_DIRECT        1547 libavcodec/mpeg4videodec.c             } else if (!IS_DIRECT(mb_type)) {
IS_DIRECT        1576 libavcodec/mpeg4videodec.c         if (IS_DIRECT(mb_type)) {
IS_DIRECT        2272 libavcodec/mpegvideo.c                     else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type))
IS_DIRECT        2274 libavcodec/mpegvideo.c                     else if (IS_DIRECT(mb_type))
IS_DIRECT        2457 libavcodec/mpegvideo.c                     } else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) {
IS_DIRECT        2459 libavcodec/mpegvideo.c                     } else if (IS_DIRECT(mb_type)) {