Searched refs:MB_TYPE_SKIP (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h57 #define MB_TYPE_SKIP (1 << 11) macro
77 #define IS_SKIP(a) ((a) & MB_TYPE_SKIP)
H A Dwmv2dec.c49 mb_type[mb_y*s->mb_stride + mb_x]= (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
57 mb_type[mb_y*s->mb_stride + mb_x]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
61 mb_type[mb_y*s->mb_stride + mb_x]= (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
70 mb_type[mb_y*s->mb_stride + mb_x]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
74 mb_type[mb_y*s->mb_stride + mb_x]= (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
H A Dh264_mvpred.h681 if ((mb_type & (MB_TYPE_SKIP | MB_TYPE_DIRECT2)) && !FRAME_MBAFF(h))
684 if (!(mb_type & (MB_TYPE_SKIP | MB_TYPE_DIRECT2))) {
809 mb_type |= MB_TYPE_L0L1 | MB_TYPE_DIRECT2 | MB_TYPE_SKIP;
815 mb_type |= MB_TYPE_SKIP;
817 mb_type |= MB_TYPE_16x16 | MB_TYPE_P0L0 | MB_TYPE_P1L0 | MB_TYPE_SKIP;
H A Dmsmpeg4dec.c120 *mb_type_ptr = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
211 *mb_type_ptr = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
H A Dh261dec.c216 s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
H A Dituh263dec.c338 s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
600 s->current_picture.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
H A Dmpeg4videodec.c661 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
668 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
1316 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
1325 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
1467 s->current_picture.mb_type[xy] = MB_TYPE_SKIP |
1476 mb_type = MB_TYPE_DIRECT2 | MB_TYPE_SKIP | MB_TYPE_L0L1;
H A Davcodec.h890 #define MB_TYPE_SKIP 0x0800 macro
H A Dh264_cabac.c1905 h->cur_pic.mb_type[mb_xy] = MB_TYPE_SKIP;
H A Dsvq3.c512 mb_type = MB_TYPE_SKIP;
H A Dmpeg12dec.c743 MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
757 mb_type | MB_TYPE_SKIP;
H A Drv34.c60 MB_TYPE_SKIP,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmv2dec.c49 mb_type[mb_y*s->mb_stride + mb_x]= (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
57 mb_type[mb_y*s->mb_stride + mb_x]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
61 mb_type[mb_y*s->mb_stride + mb_x]= (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
70 mb_type[mb_y*s->mb_stride + mb_x]= MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
74 mb_type[mb_y*s->mb_stride + mb_x]= (get_bits1(&s->gb) ? MB_TYPE_SKIP : 0) | MB_TYPE_16x16 | MB_TYPE_L0;
H A Dh264_mvpred.h648 if((mb_type&(MB_TYPE_SKIP|MB_TYPE_DIRECT2)) && !FRAME_MBAFF)
651 if(!(mb_type&(MB_TYPE_SKIP|MB_TYPE_DIRECT2))){
769 mb_type|= MB_TYPE_L0L1|MB_TYPE_DIRECT2|MB_TYPE_SKIP;
775 mb_type|= MB_TYPE_SKIP;
779 mb_type|= MB_TYPE_16x16|MB_TYPE_P0L0|MB_TYPE_P1L0|MB_TYPE_SKIP;
H A Dh261dec.c218 s->current_picture.f.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
H A Dmpegvideo.h101 #define IS_SKIP(a) ((a)&MB_TYPE_SKIP)
H A Dituh263dec.c361 s->current_picture.f.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
620 s->current_picture.f.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
H A Dmpeg4videodec.c607 s->current_picture.f.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_GMC | MB_TYPE_L0;
611 s->current_picture.f.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
1169 s->current_picture.f.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_GMC | MB_TYPE_16x16 | MB_TYPE_L0;
1176 s->current_picture.f.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
1308 s->current_picture.f.mb_type[xy] = MB_TYPE_SKIP | MB_TYPE_16x16 | MB_TYPE_L0;
1314 mb_type= MB_TYPE_DIRECT2 | MB_TYPE_SKIP | MB_TYPE_L0L1; //like MB_TYPE_B_DIRECT but no vectors coded
H A Davcodec.h818 #define MB_TYPE_SKIP 0x0800 macro
H A Dsvq3.c459 mb_type = MB_TYPE_SKIP;
H A Dh264_cabac.c1891 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_SKIP;
H A Dmsmpeg4.c1185 *mb_type_ptr = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
H A Dmpeg12.c749 s->current_picture.f.mb_type[s->mb_x + s->mb_y * s->mb_stride] = MB_TYPE_SKIP | MB_TYPE_L0 | MB_TYPE_16x16;
760 mb_type | MB_TYPE_SKIP;
H A Drv34.c58 MB_TYPE_SKIP,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h551 #define MB_TYPE_SKIP 0x0800 macro

Completed in 426 milliseconds

12