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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h53 #define MB_TYPE_INTERLACED (1 << 7) macro
79 #define IS_INTERLACED(a) ((a) & MB_TYPE_INTERLACED)
H A Dh264_direct.c258 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
259 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
447 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
448 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
H A Dmpeg4video.c170 MB_TYPE_L0L1 | MB_TYPE_INTERLACED;
H A Dmpeg12dec.c867 mb_type |= MB_TYPE_INTERLACED;
882 // FIXME decide if MBs in field pictures are MB_TYPE_INTERLACED
924 mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
945 mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
965 mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED;
1010 mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED;
H A Dh264_mvpred.h805 mb_type |= MB_TYPE_INTERLACED;
H A Davcodec.h886 #define MB_TYPE_INTERLACED 0x0080 macro
H A Dh264_cavlc.c766 mb_type |= MB_TYPE_INTERLACED;
H A Dmpeg4videodec.c1378 MB_TYPE_INTERLACED;
1503 mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
1518 if ((mb_type & (MB_TYPE_DIRECT2 | MB_TYPE_INTERLACED)) == 0) {
H A Dh264_cabac.c1994 mb_type |= MB_TYPE_INTERLACED;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c256 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
257 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
446 mb_type_col[0] &= ~MB_TYPE_INTERLACED;
447 mb_type_col[1] &= ~MB_TYPE_INTERLACED;
H A Dmpeg4video.c157 return MB_TYPE_DIRECT2 | MB_TYPE_16x8 | MB_TYPE_L0L1 | MB_TYPE_INTERLACED;
H A Dmpegvideo.h103 #define IS_INTERLACED(a) ((a)&MB_TYPE_INTERLACED)
H A Dmpeg12.c868 mb_type |= MB_TYPE_INTERLACED;
883 // FIXME decide if MBs in field pictures are MB_TYPE_INTERLACED
919 mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
940 mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
959 mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED;
1000 mb_type |= MB_TYPE_16x16 | MB_TYPE_INTERLACED;
H A Dh264_mvpred.h764 mb_type|= MB_TYPE_INTERLACED;
H A Davcodec.h814 #define MB_TYPE_INTERLACED 0x0080 macro
H A Dh264_cavlc.c761 mb_type |= MB_TYPE_INTERLACED;
H A Dmpeg4videodec.c1219 s->current_picture.f.mb_type[xy] = MB_TYPE_16x8 | MB_TYPE_L0 | MB_TYPE_INTERLACED;
1341 mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
1356 if((mb_type & (MB_TYPE_DIRECT2|MB_TYPE_INTERLACED)) == 0){
H A Dh264_cabac.c1980 mb_type |= MB_TYPE_INTERLACED;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h547 #define MB_TYPE_INTERLACED 0x0080 macro

Completed in 211 milliseconds