MB_TYPE_INTRA_PCM  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_INTRA_PCM  379 libavcodec/h264data.h {MB_TYPE_INTRA_PCM , -1, -1},
MB_TYPE_INTRA_PCM   93 libavcodec/mpegvideo.h #define IS_PCM(a)        ((a)&MB_TYPE_INTRA_PCM)
MB_TYPE_INTRA_PCM   97 libavcodec/mpegvideo.h #define IS_INTRA_PCM(a)  ((a)&MB_TYPE_INTRA_PCM)