Searched refs:MB_TYPE_INTRA16x16 (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264data.h81 { MB_TYPE_INTRA16x16, 2, 0 },
82 { MB_TYPE_INTRA16x16, 1, 0 },
83 { MB_TYPE_INTRA16x16, 0, 0 },
84 { MB_TYPE_INTRA16x16, 3, 0 },
85 { MB_TYPE_INTRA16x16, 2, 16 },
86 { MB_TYPE_INTRA16x16, 1, 16 },
87 { MB_TYPE_INTRA16x16, 0, 16 },
88 { MB_TYPE_INTRA16x16, 3, 16 },
89 { MB_TYPE_INTRA16x16, 2, 32 },
90 { MB_TYPE_INTRA16x16,
[all...]
H A Dmpegutils.h47 #define MB_TYPE_INTRA16x16 (1 << 1) // FIXME H.264-specific macro
72 #define IS_INTRA16x16(a) ((a) & MB_TYPE_INTRA16x16)
H A Dh264_cabac.c1300 if( h->left_type[LTOP] & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
1302 if( h->top_type & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
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 Drv34.c55 MB_TYPE_INTRA16x16 | MB_TYPE_SEPARATE_DC,
362 s->current_picture_ptr->mb_type[mb_pos] = MB_TYPE_INTRA16x16;
H A Davcodec.h880 #define MB_TYPE_INTRA16x16 0x0002 //FIXME H.264-specific macro
H A Dsvq3.c675 mb_type = MB_TYPE_INTRA16x16;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264data.h159 {MB_TYPE_INTRA16x16, 2, 0},
160 {MB_TYPE_INTRA16x16, 1, 0},
161 {MB_TYPE_INTRA16x16, 0, 0},
162 {MB_TYPE_INTRA16x16, 3, 0},
163 {MB_TYPE_INTRA16x16, 2, 16},
164 {MB_TYPE_INTRA16x16, 1, 16},
165 {MB_TYPE_INTRA16x16, 0, 16},
166 {MB_TYPE_INTRA16x16, 3, 16},
167 {MB_TYPE_INTRA16x16, 2, 32},
168 {MB_TYPE_INTRA16x16,
[all...]
H A Dmpegvideo.h97 #define IS_INTRA16x16(a) ((a)&MB_TYPE_INTRA16x16)
H A Dh264_cabac.c1301 if( h->left_type[LTOP] & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
1303 if( h->top_type & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM))
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 Drv34.c53 MB_TYPE_INTRA16x16 | MB_TYPE_SEPARATE_DC,
365 s->current_picture_ptr->f.mb_type[mb_pos] = MB_TYPE_INTRA16x16;
H A Davcodec.h808 #define MB_TYPE_INTRA16x16 0x0002 //FIXME H.264-specific macro
H A Dsvq3.c620 mb_type = MB_TYPE_INTRA16x16;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h541 #define MB_TYPE_INTRA16x16 0x0002 //FIXME H.264-specific macro

Completed in 304 milliseconds