MB_TYPE_INTRA 437 libavcodec/h261dec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA; MB_TYPE_INTRA 88 libavcodec/h263.c s->current_picture.mb_type[mb_xy] = MB_TYPE_INTRA; MB_TYPE_INTRA 370 libavcodec/ituh263dec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA; MB_TYPE_INTRA 934 libavcodec/ituh263dec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA; MB_TYPE_INTRA 938 libavcodec/ituh263dec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED; MB_TYPE_INTRA 78 libavcodec/mpeg12dec.c MB_TYPE_INTRA, MB_TYPE_INTRA 82 libavcodec/mpeg12dec.c MB_TYPE_QUANT | MB_TYPE_INTRA, MB_TYPE_INTRA 88 libavcodec/mpeg12dec.c MB_TYPE_INTRA, MB_TYPE_INTRA 95 libavcodec/mpeg12dec.c MB_TYPE_QUANT | MB_TYPE_INTRA, MB_TYPE_INTRA 703 libavcodec/mpeg12dec.c mb_type = MB_TYPE_QUANT | MB_TYPE_INTRA; MB_TYPE_INTRA 705 libavcodec/mpeg12dec.c mb_type = MB_TYPE_INTRA; MB_TYPE_INTRA 726 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA; MB_TYPE_INTRA 803 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA; MB_TYPE_INTRA 1716 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED; MB_TYPE_INTRA 1718 libavcodec/mpeg4videodec.c s->current_picture.mb_type[xy] = MB_TYPE_INTRA; MB_TYPE_INTRA 191 libavcodec/msmpeg4dec.c *mb_type_ptr = MB_TYPE_INTRA; MB_TYPE_INTRA 276 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 1336 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos] = s->mb_intra ? MB_TYPE_INTRA : MB_TYPE_16x16; MB_TYPE_INTRA 1598 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos] = MB_TYPE_INTRA; MB_TYPE_INTRA 1767 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA; MB_TYPE_INTRA 2050 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA; MB_TYPE_INTRA 2243 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos] = MB_TYPE_INTRA; MB_TYPE_INTRA 2587 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos] = MB_TYPE_INTRA; MB_TYPE_INTRA 2722 libavcodec/vc1_block.c s->current_picture.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA; MB_TYPE_INTRA 900 libavcodec/vc1_pred.c if (s->next_picture.mb_type[mb_pos + v->mb_off] != MB_TYPE_INTRA) {