IS_INTRA4x4       407 libavcodec/h261dec.c     s->mb_intra = IS_INTRA4x4(h->mtype);
IS_INTRA4x4      2040 libavcodec/h264_cabac.c         if( IS_INTRA4x4( mb_type ) ) {
IS_INTRA4x4       801 libavcodec/h264_cavlc.c         if(IS_INTRA4x4(mb_type)){
IS_INTRA4x4      1065 libavcodec/h264_cavlc.c             if(IS_INTRA4x4(mb_type)) cbp= golomb_to_intra4x4_cbp[cbp];
IS_INTRA4x4      1072 libavcodec/h264_cavlc.c             if(IS_INTRA4x4(mb_type)) cbp= golomb_to_intra4x4_cbp_gray[cbp];
IS_INTRA4x4       620 libavcodec/h264_mb.c     if (IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       738 libavcodec/h264_mb.c     if (!IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       504 libavcodec/h264_mvpred.h             if (IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       505 libavcodec/h264_mvpred.h                 if (IS_INTRA4x4(top_type)) {
IS_INTRA4x4       514 libavcodec/h264_mvpred.h                     if (IS_INTRA4x4(left_type[LEFT(i)])) {
IS_INTRA4x4      2268 libavcodec/mpegvideo.c                     else if (IS_INTRA4x4(mb_type))
IS_INTRA4x4      2455 libavcodec/mpegvideo.c                     } else if (IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       688 libavcodec/svq3.c     if (!IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       726 libavcodec/svq3.c         const int type  = ((h->qscale < 24 && IS_INTRA4x4(mb_type)) ? 2 : 1);