MB_TYPE_INTRA16x16 1303 libavcodec/h264_cabac.c         if (sl->left_type[LTOP] & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
MB_TYPE_INTRA16x16 1305 libavcodec/h264_cabac.c         if (sl->top_type        & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
MB_TYPE_INTRA16x16  222 libavcodec/h264_direct.c                                 MB_TYPE_INTRA16x16 | MB_TYPE_INTRA_PCM)
MB_TYPE_INTRA16x16   68 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 2,   0 },
MB_TYPE_INTRA16x16   69 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 1,   0 },
MB_TYPE_INTRA16x16   70 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 0,   0 },
MB_TYPE_INTRA16x16   71 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 3,   0 },
MB_TYPE_INTRA16x16   72 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 2,  16 },
MB_TYPE_INTRA16x16   73 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 1,  16 },
MB_TYPE_INTRA16x16   74 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 0,  16 },
MB_TYPE_INTRA16x16   75 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 3,  16 },
MB_TYPE_INTRA16x16   76 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 2,  32 },
MB_TYPE_INTRA16x16   77 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 1,  32 },
MB_TYPE_INTRA16x16   78 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 0,  32 },
MB_TYPE_INTRA16x16   79 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 3,  32 },
MB_TYPE_INTRA16x16   80 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 2,  15 +  0 },
MB_TYPE_INTRA16x16   81 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 1,  15 +  0 },
MB_TYPE_INTRA16x16   82 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 0,  15 +  0 },
MB_TYPE_INTRA16x16   83 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 3,  15 +  0 },
MB_TYPE_INTRA16x16   84 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 2,  15 + 16 },
MB_TYPE_INTRA16x16   85 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 1,  15 + 16 },
MB_TYPE_INTRA16x16   86 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 0,  15 + 16 },
MB_TYPE_INTRA16x16   87 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 3,  15 + 16 },
MB_TYPE_INTRA16x16   88 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 2,  15 + 32 },
MB_TYPE_INTRA16x16   89 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 1,  15 + 32 },
MB_TYPE_INTRA16x16   90 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 0,  15 + 32 },
MB_TYPE_INTRA16x16   91 libavcodec/h264data.c     { MB_TYPE_INTRA16x16, 3,  15 + 32 },
MB_TYPE_INTRA16x16   76 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  916 libavcodec/svq3.c         mb_type = MB_TYPE_INTRA16x16;