Searched refs:MB_TYPE_INTRA4x4 (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h46 #define MB_TYPE_INTRA4x4 (1 << 0) macro
69 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 // default mb_type if there is just one type
71 #define IS_INTRA4x4(a) ((a) & MB_TYPE_INTRA4x4)
H A Dh261data.c76 MB_TYPE_INTRA4x4,
77 MB_TYPE_INTRA4x4 | MB_TYPE_QUANT,
H A Dh264data.h80 { MB_TYPE_INTRA4x4, -1, -1 },
H A Dituh263dec.c67 MB_TYPE_INTRA4x4 | MB_TYPE_CBP,
68 MB_TYPE_INTRA4x4 | MB_TYPE_CBP | MB_TYPE_QUANT,
H A Derror_resilience.c1092 s->cur_pic.mb_type[mb_xy] = MB_TYPE_INTRA4x4;
1103 s->cur_pic.mb_type[mb_xy] = MB_TYPE_INTRA4x4;
H A Dh264_direct.c180 #define MB_TYPE_16x16_OR_INTRA (MB_TYPE_16x16|MB_TYPE_INTRA4x4|MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM)
H A Davcodec.h879 #define MB_TYPE_INTRA4x4 0x0001 macro
H A Dsvq3.c664 mb_type = MB_TYPE_INTRA4x4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261data.h76 MB_TYPE_INTRA4x4,
77 MB_TYPE_INTRA4x4 | MB_TYPE_QUANT,
H A Dh264data.h158 {MB_TYPE_INTRA4x4 , -1, -1},
H A Dmpegvideo.h95 #define MB_TYPE_INTRA MB_TYPE_INTRA4x4 //default mb_type if there is just one type
96 #define IS_INTRA4x4(a) ((a)&MB_TYPE_INTRA4x4)
H A Dituh263dec.c68 MB_TYPE_INTRA4x4 | MB_TYPE_CBP,
69 MB_TYPE_INTRA4x4 | MB_TYPE_CBP | MB_TYPE_QUANT,
H A Derror_resilience.c1070 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_INTRA4x4;
1080 s->current_picture.f.mb_type[mb_xy] = MB_TYPE_INTRA4x4;
H A Dh264_direct.c179 #define MB_TYPE_16x16_OR_INTRA (MB_TYPE_16x16|MB_TYPE_INTRA4x4|MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM)
H A Davcodec.h807 #define MB_TYPE_INTRA4x4 0x0001 macro
H A Dsvq3.c609 mb_type = MB_TYPE_INTRA4x4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h540 #define MB_TYPE_INTRA4x4 0x0001 macro

Completed in 246 milliseconds