MB_TYPE_8x8DCT    106 libavcodec/h264.h #define IS_8x8DCT(a)       ((a) & MB_TYPE_8x8DCT)
MB_TYPE_8x8DCT   2042 libavcodec/h264_cabac.c                 mb_type |= MB_TYPE_8x8DCT;
MB_TYPE_8x8DCT   2304 libavcodec/h264_cabac.c         mb_type |= MB_TYPE_8x8DCT * get_cabac_noinline( &h->cabac, &h->cabac_state[399 + h->neighbor_transform_size] );
MB_TYPE_8x8DCT    805 libavcodec/h264_cavlc.c                 mb_type |= MB_TYPE_8x8DCT;
MB_TYPE_8x8DCT   1083 libavcodec/h264_cavlc.c         mb_type |= MB_TYPE_8x8DCT*get_bits1(&h->gb);