MB_TYPE_8x8DCT   2069 libavcodec/h264_cabac.c                 mb_type |= MB_TYPE_8x8DCT;
MB_TYPE_8x8DCT   2339 libavcodec/h264_cabac.c         mb_type |= MB_TYPE_8x8DCT * get_cabac_noinline(&sl->cabac, &sl->cabac_state[399 + sl->neighbor_transform_size]);
MB_TYPE_8x8DCT    811 libavcodec/h264_cavlc.c                 mb_type |= MB_TYPE_8x8DCT;
MB_TYPE_8x8DCT   1097 libavcodec/h264_cavlc.c         mb_type |= MB_TYPE_8x8DCT*get_bits1(&sl->gb);
MB_TYPE_8x8DCT    104 libavcodec/h264dec.h #define IS_8x8DCT(a)       ((a) & MB_TYPE_8x8DCT)