IS_INTRA4x4       407 libavcodec/h261dec.c     s->mb_intra = IS_INTRA4x4(h->mtype);
IS_INTRA4x4      2067 libavcodec/h264_cabac.c         if( IS_INTRA4x4( mb_type ) ) {
IS_INTRA4x4       807 libavcodec/h264_cavlc.c         if(IS_INTRA4x4(mb_type)){
IS_INTRA4x4      1077 libavcodec/h264_cavlc.c             if (IS_INTRA4x4(mb_type))
IS_INTRA4x4      1086 libavcodec/h264_cavlc.c             if(IS_INTRA4x4(mb_type)) cbp= golomb_to_intra4x4_cbp_gray[cbp];
IS_INTRA4x4       627 libavcodec/h264_mb.c     if (IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       738 libavcodec/h264_mb.c     if (!IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       510 libavcodec/h264_mvpred.h             if (IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       511 libavcodec/h264_mvpred.h                 if (IS_INTRA4x4(top_type)) {
IS_INTRA4x4       520 libavcodec/h264_mvpred.h                     if (IS_INTRA4x4(left_type[LEFT(i)])) {
IS_INTRA4x4       220 libavcodec/mpegutils.c                     else if (IS_INTRA4x4(mb_type))
IS_INTRA4x4       321 libavcodec/mpegutils.c                     } else if (IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       624 libavcodec/svq3.c     if (!IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       643 libavcodec/svq3.c     if (IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       929 libavcodec/svq3.c     if (!IS_INTRA4x4(mb_type)) {
IS_INTRA4x4       967 libavcodec/svq3.c         const int type  = ((s->qscale < 24 && IS_INTRA4x4(mb_type)) ? 2 : 1);