MB_TYPE_INTRA16x16 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_INTRA16x16 355 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 2, 0}, MB_TYPE_INTRA16x16 356 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 1, 0}, MB_TYPE_INTRA16x16 357 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 0, 0}, MB_TYPE_INTRA16x16 358 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 3, 0}, MB_TYPE_INTRA16x16 359 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 2, 16}, MB_TYPE_INTRA16x16 360 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 1, 16}, MB_TYPE_INTRA16x16 361 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 0, 16}, MB_TYPE_INTRA16x16 362 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 3, 16}, MB_TYPE_INTRA16x16 363 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 2, 32}, MB_TYPE_INTRA16x16 364 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 1, 32}, MB_TYPE_INTRA16x16 365 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 0, 32}, MB_TYPE_INTRA16x16 366 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 3, 32}, MB_TYPE_INTRA16x16 367 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 2, 15+0}, MB_TYPE_INTRA16x16 368 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 1, 15+0}, MB_TYPE_INTRA16x16 369 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 0, 15+0}, MB_TYPE_INTRA16x16 370 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 3, 15+0}, MB_TYPE_INTRA16x16 371 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 2, 15+16}, MB_TYPE_INTRA16x16 372 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 1, 15+16}, MB_TYPE_INTRA16x16 373 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 0, 15+16}, MB_TYPE_INTRA16x16 374 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 3, 15+16}, MB_TYPE_INTRA16x16 375 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 2, 15+32}, MB_TYPE_INTRA16x16 376 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 1, 15+32}, MB_TYPE_INTRA16x16 377 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 0, 15+32}, MB_TYPE_INTRA16x16 378 libavcodec/h264data.h {MB_TYPE_INTRA16x16, 3, 15+32}, MB_TYPE_INTRA16x16 92 libavcodec/mpegvideo.h #define IS_INTRA16x16(a) ((a)&MB_TYPE_INTRA16x16) MB_TYPE_INTRA16x16 43 libavcodec/rv34.c MB_TYPE_INTRA16x16 | MB_TYPE_SEPARATE_DC, MB_TYPE_INTRA16x16 1011 libavcodec/rv34.c s->current_picture_ptr->mb_type[mb_pos] = r->is16 ? MB_TYPE_INTRA16x16 : MB_TYPE_INTRA; MB_TYPE_INTRA16x16 601 libavcodec/svq3.c mb_type = MB_TYPE_INTRA16x16;