IS_DIRECT        1963 libavcodec/h264_cabac.c         if (!IS_DIRECT(sl->left_type[LTOP] - 1))
IS_DIRECT        1965 libavcodec/h264_cabac.c         if (!IS_DIRECT(sl->top_type - 1))
IS_DIRECT        2113 libavcodec/h264_cabac.c             if (IS_DIRECT(sl->sub_mb_type[0] | sl->sub_mb_type[1] |
IS_DIRECT        2133 libavcodec/h264_cabac.c                     if(IS_DIRECT(sl->sub_mb_type[i])) continue;
IS_DIRECT        2158 libavcodec/h264_cabac.c                 if(IS_DIRECT(sl->sub_mb_type[i])){
IS_DIRECT        2163 libavcodec/h264_cabac.c                 if(IS_DIR(sl->sub_mb_type[i], 0, list) && !IS_DIRECT(sl->sub_mb_type[i])){
IS_DIRECT        2211 libavcodec/h264_cabac.c     } else if( IS_DIRECT(mb_type) ) {
IS_DIRECT         861 libavcodec/h264_cavlc.c             if( IS_DIRECT(sl->sub_mb_type[0]|sl->sub_mb_type[1]|sl->sub_mb_type[2]|sl->sub_mb_type[3])) {
IS_DIRECT         884 libavcodec/h264_cavlc.c                 if(IS_DIRECT(sl->sub_mb_type[i])) continue;
IS_DIRECT         911 libavcodec/h264_cavlc.c                 if(IS_DIRECT(sl->sub_mb_type[i])) {
IS_DIRECT         952 libavcodec/h264_cavlc.c     }else if(IS_DIRECT(mb_type)){
IS_DIRECT         367 libavcodec/h264_direct.c             if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8]))
IS_DIRECT         431 libavcodec/h264_direct.c             if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8]))
IS_DIRECT         605 libavcodec/h264_direct.c                 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8]))
IS_DIRECT         673 libavcodec/h264_direct.c                 if (is_b8x8 && !IS_DIRECT(sl->sub_mb_type[i8]))
IS_DIRECT         606 libavcodec/h264_mvpred.h     if (IS_INTER(mb_type) || (IS_DIRECT(mb_type) && sl->direct_spatial_mv_pred)) {
IS_DIRECT         616 libavcodec/h264_mvpred.h             av_assert2(!(IS_DIRECT(mb_type) && !sl->direct_spatial_mv_pred));
IS_DIRECT         728 libavcodec/h264_mvpred.h                         if (IS_DIRECT(top_type)) {
IS_DIRECT         740 libavcodec/h264_mvpred.h                         if (IS_DIRECT(left_type[LTOP]))
IS_DIRECT         747 libavcodec/h264_mvpred.h                         if (IS_DIRECT(left_type[LBOT]))
IS_DIRECT        2230 libavcodec/h264_slice.c     if (IS_INTER(mb_type) || IS_DIRECT(mb_type)) {
IS_DIRECT         856 libavcodec/ituh263dec.c         if(IS_DIRECT(mb_type)){
IS_DIRECT        1605 libavcodec/mpeg4videodec.c             if ((!IS_DIRECT(mb_type)) && cbp) {
IS_DIRECT        1614 libavcodec/mpeg4videodec.c                 if (!IS_DIRECT(mb_type) && get_bits1(&s->gb)) {
IS_DIRECT        1658 libavcodec/mpeg4videodec.c             } else if (!IS_DIRECT(mb_type)) {
IS_DIRECT        1687 libavcodec/mpeg4videodec.c         if (IS_DIRECT(mb_type)) {
IS_DIRECT         224 libavcodec/mpegutils.c                     else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type))
IS_DIRECT         226 libavcodec/mpegutils.c                     else if (IS_DIRECT(mb_type))
IS_DIRECT         323 libavcodec/mpegutils.c                     } else if (IS_DIRECT(mb_type) && IS_SKIP(mb_type)) {
IS_DIRECT         325 libavcodec/mpegutils.c                     } else if (IS_DIRECT(mb_type)) {