MB_TYPE_16x8     2165 libavcodec/h264_cabac.c                     const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1;
MB_TYPE_16x8      920 libavcodec/h264_cavlc.c                     const int block_width= (sub_mb_type & (MB_TYPE_16x16|MB_TYPE_16x8)) ? 2 : 1;
MB_TYPE_16x8      281 libavcodec/h264_direct.c         *mb_type = (*mb_type & ~(MB_TYPE_8x8 | MB_TYPE_16x8 | MB_TYPE_8x16 |
MB_TYPE_16x8      316 libavcodec/h264_direct.c                 *mb_type |= MB_TYPE_16x8 | MB_TYPE_DIRECT2;  /* B_16x8 */
MB_TYPE_16x8      329 libavcodec/h264_direct.c                        (mb_type_col[0] & (MB_TYPE_16x8 | MB_TYPE_8x16))) {
MB_TYPE_16x8      331 libavcodec/h264_direct.c                             (mb_type_col[0] & (MB_TYPE_16x8 | MB_TYPE_8x16));
MB_TYPE_16x8      398 libavcodec/h264_direct.c             *mb_type = (*mb_type & ~(MB_TYPE_8x8 | MB_TYPE_16x8 | MB_TYPE_8x16 |
MB_TYPE_16x8      481 libavcodec/h264_direct.c             *mb_type = (*mb_type & ~(MB_TYPE_8x8 | MB_TYPE_16x8 | MB_TYPE_8x16 |
MB_TYPE_16x8      536 libavcodec/h264_direct.c                 *mb_type |= MB_TYPE_16x8 | MB_TYPE_L0L1 |
MB_TYPE_16x8      552 libavcodec/h264_direct.c                        (mb_type_col[0] & (MB_TYPE_16x8 | MB_TYPE_8x16))) {
MB_TYPE_16x8      554 libavcodec/h264_direct.c                             (mb_type_col[0] & (MB_TYPE_16x8 | MB_TYPE_8x16));
MB_TYPE_16x8      631 libavcodec/h264_mvpred.h             if (mb_type & (MB_TYPE_16x8 | MB_TYPE_8x8)) {
MB_TYPE_16x8       97 libavcodec/h264data.c     { MB_TYPE_16x8  | MB_TYPE_P0L0 | MB_TYPE_P1L0,                2 },
MB_TYPE_16x8      105 libavcodec/h264data.c     { MB_TYPE_16x8  | MB_TYPE_P0L0, 2 },
MB_TYPE_16x8      115 libavcodec/h264data.c     { MB_TYPE_16x8    | MB_TYPE_P0L0 | MB_TYPE_P1L0,                               2, },
MB_TYPE_16x8      117 libavcodec/h264data.c     { MB_TYPE_16x8    | MB_TYPE_P0L1 | MB_TYPE_P1L1,                               2, },
MB_TYPE_16x8      119 libavcodec/h264data.c     { MB_TYPE_16x8    | MB_TYPE_P0L0 | MB_TYPE_P1L1,                               2, },
MB_TYPE_16x8      121 libavcodec/h264data.c     { MB_TYPE_16x8    | MB_TYPE_P0L1 | MB_TYPE_P1L0,                               2, },
MB_TYPE_16x8      123 libavcodec/h264data.c     { MB_TYPE_16x8    | MB_TYPE_P0L0 | MB_TYPE_P1L0 | MB_TYPE_P1L1,                2, },
MB_TYPE_16x8      125 libavcodec/h264data.c     { MB_TYPE_16x8    | MB_TYPE_P0L1 | MB_TYPE_P1L0 | MB_TYPE_P1L1,                2, },
MB_TYPE_16x8      127 libavcodec/h264data.c     { MB_TYPE_16x8    | MB_TYPE_P0L0 | MB_TYPE_P0L1 | MB_TYPE_P1L0,                2, },
MB_TYPE_16x8      129 libavcodec/h264data.c     { MB_TYPE_16x8    | MB_TYPE_P0L0 | MB_TYPE_P0L1 | MB_TYPE_P1L1,                2, },
MB_TYPE_16x8      131 libavcodec/h264data.c     { MB_TYPE_16x8    | MB_TYPE_P0L0 | MB_TYPE_P0L1 | MB_TYPE_P1L0 | MB_TYPE_P1L1, 2, },
MB_TYPE_16x8      141 libavcodec/h264data.c     { MB_TYPE_16x8  | MB_TYPE_P0L0 | MB_TYPE_P1L0,                               2, },
MB_TYPE_16x8      143 libavcodec/h264data.c     { MB_TYPE_16x8  | MB_TYPE_P0L1 | MB_TYPE_P1L1,                               2, },
MB_TYPE_16x8      145 libavcodec/h264data.c     { MB_TYPE_16x8  | MB_TYPE_P0L0 | MB_TYPE_P0L1 | MB_TYPE_P1L0 | MB_TYPE_P1L1, 2, },
MB_TYPE_16x8      814 libavcodec/h264dec.h                  ((MB_TYPE_16x8 | MB_TYPE_8x16 | MB_TYPE_8x8) *
MB_TYPE_16x8      818 libavcodec/h264dec.h                  ((MB_TYPE_16x8 | MB_TYPE_8x16 | MB_TYPE_8x8 | MB_TYPE_DIRECT2) *
MB_TYPE_16x8      862 libavcodec/mpeg12dec.c                     mb_type   |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
MB_TYPE_16x8      883 libavcodec/mpeg12dec.c                     mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
MB_TYPE_16x8      159 libavcodec/mpeg4video.c         return MB_TYPE_DIRECT2 | MB_TYPE_16x8 |
MB_TYPE_16x8     1488 libavcodec/mpeg4videodec.c                 s->current_picture.mb_type[xy] = MB_TYPE_16x8 |
MB_TYPE_16x8     1615 libavcodec/mpeg4videodec.c                     mb_type |= MB_TYPE_16x8 | MB_TYPE_INTERLACED;
MB_TYPE_16x8       79 libavcodec/mpegutils.h #define IS_INTER(a)      ((a) & (MB_TYPE_16x16 | MB_TYPE_16x8 | \
MB_TYPE_16x8       87 libavcodec/mpegutils.h #define IS_16X8(a)       ((a) & MB_TYPE_16x8)
MB_TYPE_16x8       91 libavcodec/mpegutils.h #define IS_SUB_8X4(a)    ((a) & MB_TYPE_16x8)  // note reused
MB_TYPE_16x8       62 libavcodec/rv34.c     MB_TYPE_16x8    | MB_TYPE_L0,