MB_TYPE_INTRA4x4  858 libavcodec/error_resilience.c             s->current_picture.mb_type[mb_xy]= MB_TYPE_INTRA4x4;
MB_TYPE_INTRA4x4   76 libavcodec/h261data.h         MB_TYPE_INTRA4x4,
MB_TYPE_INTRA4x4   77 libavcodec/h261data.h         MB_TYPE_INTRA4x4  |  MB_TYPE_QUANT,
MB_TYPE_INTRA4x4   92 libavcodec/h263data.h     MB_TYPE_INTRA4x4                | MB_TYPE_CBP,
MB_TYPE_INTRA4x4   93 libavcodec/h263data.h     MB_TYPE_INTRA4x4                | MB_TYPE_CBP | MB_TYPE_QUANT,
MB_TYPE_INTRA4x4  996 libavcodec/h264.c #define MB_TYPE_16x16_OR_INTRA (MB_TYPE_16x16|MB_TYPE_INTRA4x4|MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM)
MB_TYPE_INTRA4x4  354 libavcodec/h264data.h {MB_TYPE_INTRA4x4  , -1, -1},
MB_TYPE_INTRA4x4   90 libavcodec/mpegvideo.h #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 //default mb_type if there is just one type
MB_TYPE_INTRA4x4   91 libavcodec/mpegvideo.h #define IS_INTRA4x4(a)   ((a)&MB_TYPE_INTRA4x4)
MB_TYPE_INTRA4x4  590 libavcodec/svq3.c         mb_type = MB_TYPE_INTRA4x4;