Searched refs:MB_TYPE_INTRA (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg12decdata.h49 MB_TYPE_INTRA,
53 MB_TYPE_QUANT | MB_TYPE_INTRA,
73 MB_TYPE_INTRA,
80 MB_TYPE_QUANT | MB_TYPE_INTRA,
H A Dituh263dec.c368 s->current_picture.f.mb_type[xy] = MB_TYPE_INTRA;
805 s->current_picture.f.mb_type[xy] = MB_TYPE_INTRA;
809 s->current_picture.f.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED;
H A Dh263.c95 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_INTRA;
H A Dh261dec.c326 s->current_picture.f.mb_type[xy] = MB_TYPE_INTRA;
H A Dmpegvideo.h95 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 //default mb_type if there is just one type macro
H A Dmpeg4videodec.c573 s->current_picture.f.mb_type[xy] = MB_TYPE_INTRA;
637 s->current_picture.f.mb_type[xy] = MB_TYPE_INTRA;
1429 s->current_picture.f.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED;
1431 s->current_picture.f.mb_type[xy] = MB_TYPE_INTRA;
H A Drv34.c52 MB_TYPE_INTRA,
375 s->current_picture_ptr->f.mb_type[mb_pos] = MB_TYPE_INTRA;
H A Dvc1dec.c2242 if (s->next_picture.f.mb_type[mb_pos + v->mb_off] != MB_TYPE_INTRA) {
3480 s->current_picture.f.mb_type[mb_pos] = s->mb_intra ? MB_TYPE_INTRA : MB_TYPE_16x16;
3745 s->current_picture.f.mb_type[mb_pos] = MB_TYPE_INTRA;
3915 s->current_picture.f.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA;
4189 s->current_picture.f.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA;
4374 s->current_picture.f.mb_type[mb_pos] = MB_TYPE_INTRA;
4511 s->current_picture.f.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA;
H A Dmsmpeg4.c1234 *mb_type_ptr = MB_TYPE_INTRA;
H A Dmpeg12.c778 mb_type = MB_TYPE_QUANT | MB_TYPE_INTRA;
780 mb_type = MB_TYPE_INTRA;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h69 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type macro
H A Dituh263dec.c345 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
785 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
789 s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED;
H A Dh263.c92 s->current_picture.mb_type[mb_xy] = MB_TYPE_INTRA;
H A Dmsmpeg4dec.c179 *mb_type_ptr = MB_TYPE_INTRA;
261 *mb_type_ptr = MB_TYPE_INTRA;
H A Dh261dec.c425 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
H A Dmpeg12dec.c72 MB_TYPE_INTRA,
76 MB_TYPE_QUANT | MB_TYPE_INTRA,
82 MB_TYPE_INTRA,
89 MB_TYPE_QUANT | MB_TYPE_INTRA,
776 mb_type = MB_TYPE_QUANT | MB_TYPE_INTRA;
778 mb_type = MB_TYPE_INTRA;
H A Dmpeg4videodec.c624 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
701 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
1604 s->current_picture.mb_type[xy] = MB_TYPE_INTRA | MB_TYPE_ACPRED;
1606 s->current_picture.mb_type[xy] = MB_TYPE_INTRA;
H A Drv34.c54 MB_TYPE_INTRA,
372 s->current_picture_ptr->mb_type[mb_pos] = MB_TYPE_INTRA;
H A Dvc1dec.c2327 if (s->next_picture.mb_type[mb_pos + v->mb_off] != MB_TYPE_INTRA) {
3565 s->current_picture.mb_type[mb_pos] = s->mb_intra ? MB_TYPE_INTRA : MB_TYPE_16x16;
3837 s->current_picture.mb_type[mb_pos] = MB_TYPE_INTRA;
4010 s->current_picture.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA;
4287 s->current_picture.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA;
4509 s->current_picture.mb_type[mb_pos] = MB_TYPE_INTRA;
4825 s->current_picture.mb_type[mb_pos] = MB_TYPE_INTRA;
4969 s->current_picture.mb_type[mb_pos + v->mb_off] = MB_TYPE_INTRA;

Completed in 143 milliseconds