MB_TYPE_INTRA16x16 1301 libavcodec/h264_cabac.c         if( h->left_type[LTOP] & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
MB_TYPE_INTRA16x16 1303 libavcodec/h264_cabac.c         if( h->top_type        & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
MB_TYPE_INTRA16x16  195 libavcodec/h264_direct.c                                 MB_TYPE_INTRA16x16 | MB_TYPE_INTRA_PCM)
MB_TYPE_INTRA16x16   81 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 2,   0 },
MB_TYPE_INTRA16x16   82 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 1,   0 },
MB_TYPE_INTRA16x16   83 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 0,   0 },
MB_TYPE_INTRA16x16   84 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 3,   0 },
MB_TYPE_INTRA16x16   85 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 2,  16 },
MB_TYPE_INTRA16x16   86 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 1,  16 },
MB_TYPE_INTRA16x16   87 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 0,  16 },
MB_TYPE_INTRA16x16   88 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 3,  16 },
MB_TYPE_INTRA16x16   89 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 2,  32 },
MB_TYPE_INTRA16x16   90 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 1,  32 },
MB_TYPE_INTRA16x16   91 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 0,  32 },
MB_TYPE_INTRA16x16   92 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 3,  32 },
MB_TYPE_INTRA16x16   93 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 2,  15 +  0 },
MB_TYPE_INTRA16x16   94 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 1,  15 +  0 },
MB_TYPE_INTRA16x16   95 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 0,  15 +  0 },
MB_TYPE_INTRA16x16   96 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 3,  15 +  0 },
MB_TYPE_INTRA16x16   97 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 2,  15 + 16 },
MB_TYPE_INTRA16x16   98 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 1,  15 + 16 },
MB_TYPE_INTRA16x16   99 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 0,  15 + 16 },
MB_TYPE_INTRA16x16  100 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 3,  15 + 16 },
MB_TYPE_INTRA16x16  101 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 2,  15 + 32 },
MB_TYPE_INTRA16x16  102 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 1,  15 + 32 },
MB_TYPE_INTRA16x16  103 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 0,  15 + 32 },
MB_TYPE_INTRA16x16  104 libavcodec/h264data.h     { MB_TYPE_INTRA16x16, 3,  15 + 32 },
MB_TYPE_INTRA16x16   72 libavcodec/mpegutils.h #define IS_INTRA16x16(a) ((a) & MB_TYPE_INTRA16x16)
MB_TYPE_INTRA16x16   55 libavcodec/rv34.c     MB_TYPE_INTRA16x16              | MB_TYPE_SEPARATE_DC,
MB_TYPE_INTRA16x16  362 libavcodec/rv34.c         s->current_picture_ptr->mb_type[mb_pos] = MB_TYPE_INTRA16x16;
MB_TYPE_INTRA16x16  675 libavcodec/svq3.c         mb_type = MB_TYPE_INTRA16x16;