MB_TYPE_INTRA     437 libavcodec/h261dec.c         s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
MB_TYPE_INTRA      92 libavcodec/h263.c             s->current_picture.mb_type[mb_xy] = MB_TYPE_INTRA;
MB_TYPE_INTRA     345 libavcodec/ituh263dec.c         s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
MB_TYPE_INTRA     809 libavcodec/ituh263dec.c         s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
MB_TYPE_INTRA     813 libavcodec/ituh263dec.c                 s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED;
MB_TYPE_INTRA      74 libavcodec/mpeg12dec.c                     MB_TYPE_INTRA,
MB_TYPE_INTRA      78 libavcodec/mpeg12dec.c     MB_TYPE_QUANT | MB_TYPE_INTRA,
MB_TYPE_INTRA      84 libavcodec/mpeg12dec.c                     MB_TYPE_INTRA,
MB_TYPE_INTRA      91 libavcodec/mpeg12dec.c     MB_TYPE_QUANT | MB_TYPE_INTRA,
MB_TYPE_INTRA     779 libavcodec/mpeg12dec.c             mb_type = MB_TYPE_QUANT | MB_TYPE_INTRA;
MB_TYPE_INTRA     781 libavcodec/mpeg12dec.c             mb_type = MB_TYPE_INTRA;
MB_TYPE_INTRA     625 libavcodec/mpeg4videodec.c                 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
MB_TYPE_INTRA     702 libavcodec/mpeg4videodec.c                     s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
MB_TYPE_INTRA    1605 libavcodec/mpeg4videodec.c             s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED;
MB_TYPE_INTRA    1607 libavcodec/mpeg4videodec.c             s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
MB_TYPE_INTRA     179 libavcodec/msmpeg4dec.c         *mb_type_ptr = MB_TYPE_INTRA;
MB_TYPE_INTRA     261 libavcodec/msmpeg4dec.c         *mb_type_ptr = MB_TYPE_INTRA;
MB_TYPE_INTRA      54 libavcodec/rv34.c     MB_TYPE_INTRA,
MB_TYPE_INTRA     372 libavcodec/rv34.c         s->current_picture_ptr->mb_type[mb_pos] = MB_TYPE_INTRA;
MB_TYPE_INTRA    1286 libavcodec/vc1_block.c             s->current_picture.mb_type[mb_pos] = s->mb_intra ? MB_TYPE_INTRA : MB_TYPE_16x16;
MB_TYPE_INTRA    1560 libavcodec/vc1_block.c             s->current_picture.mb_type[mb_pos] = MB_TYPE_INTRA;
MB_TYPE_INTRA    1726 libavcodec/vc1_block.c         s->current_picture.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA;
MB_TYPE_INTRA    2002 libavcodec/vc1_block.c         s->current_picture.mb_type[mb_pos + v->mb_off]         = MB_TYPE_INTRA;
MB_TYPE_INTRA    2224 libavcodec/vc1_block.c         s->current_picture.mb_type[mb_pos] = MB_TYPE_INTRA;
MB_TYPE_INTRA    2537 libavcodec/vc1_block.c             s->current_picture.mb_type[mb_pos]                     = MB_TYPE_INTRA;
MB_TYPE_INTRA    2682 libavcodec/vc1_block.c             s->current_picture.mb_type[mb_pos + v->mb_off]                         = MB_TYPE_INTRA;
MB_TYPE_INTRA     889 libavcodec/vc1_pred.c         if (s->next_picture.mb_type[mb_pos + v->mb_off] != MB_TYPE_INTRA) {