MB_TYPE_INTRA4x4 1096 libavcodec/error_resilience.c             s->cur_pic.mb_type[mb_xy] = MB_TYPE_INTRA4x4;
MB_TYPE_INTRA4x4 1107 libavcodec/error_resilience.c                 s->cur_pic.mb_type[mb_xy] = MB_TYPE_INTRA4x4;
MB_TYPE_INTRA4x4   76 libavcodec/h261data.c     MB_TYPE_INTRA4x4,
MB_TYPE_INTRA4x4   77 libavcodec/h261data.c     MB_TYPE_INTRA4x4 | MB_TYPE_QUANT,
MB_TYPE_INTRA4x4  194 libavcodec/h264_direct.c #define MB_TYPE_16x16_OR_INTRA (MB_TYPE_16x16 | MB_TYPE_INTRA4x4 | \
MB_TYPE_INTRA4x4   80 libavcodec/h264data.h     { MB_TYPE_INTRA4x4,  -1,  -1 },
MB_TYPE_INTRA4x4   67 libavcodec/ituh263dec.c     MB_TYPE_INTRA4x4                | MB_TYPE_CBP,
MB_TYPE_INTRA4x4   68 libavcodec/ituh263dec.c     MB_TYPE_INTRA4x4                | MB_TYPE_CBP | MB_TYPE_QUANT,
MB_TYPE_INTRA4x4   69 libavcodec/mpegutils.h #define MB_TYPE_INTRA    MB_TYPE_INTRA4x4 // default mb_type if there is just one type
MB_TYPE_INTRA4x4   71 libavcodec/mpegutils.h #define IS_INTRA4x4(a)   ((a) & MB_TYPE_INTRA4x4)
MB_TYPE_INTRA4x4  664 libavcodec/svq3.c         mb_type = MB_TYPE_INTRA4x4;