IS_8X8 1168 libavcodec/error_resilience.c if (IS_8X8(mb_type)) { IS_8X8 209 libavcodec/h264_direct.c const int is_b8x8 = IS_8X8(*mb_type); IS_8X8 496 libavcodec/h264_direct.c const int is_b8x8 = IS_8X8(*mb_type); IS_8X8 122 libavcodec/h264_mb.c av_assert2(IS_8X8(mb_type)); IS_8X8 110 libavcodec/h264_mc_template.c av_assert2(IS_8X8(mb_type)); IS_8X8 731 libavcodec/h264_mvpred.h } else if (IS_8X8(top_type)) { IS_8X8 742 libavcodec/h264_mvpred.h else if (IS_8X8(left_type[LTOP])) IS_8X8 749 libavcodec/h264_mvpred.h else if (IS_8X8(left_type[LBOT])) IS_8X8 801 libavcodec/h264dec.h if (IS_8X8(mb_type)) { IS_8X8 672 libavcodec/ituh263dec.c if (IS_8X8(colocated_mb_type)) { IS_8X8 1405 libavcodec/motion_est.c if (IS_8X8(s->next_picture.mb_type[mot_xy])) { IS_8X8 128 libavcodec/mpeg4video.c if (IS_8X8(colocated_mb_type)) { IS_8X8 1358 libavcodec/mpeg4videodec.c if (IS_8X8(mb_type)) { IS_8X8 37 libavcodec/mpegutils.c mb->w = IS_8X8(mb_type) || IS_8X16(mb_type) ? 8 : 16; IS_8X8 38 libavcodec/mpegutils.c mb->h = IS_8X8(mb_type) || IS_16X8(mb_type) ? 8 : 16; IS_8X8 128 libavcodec/mpegutils.c if (IS_8X8(mb_type)) { IS_8X8 244 libavcodec/mpegutils.c if (IS_8X8(mb_type)) IS_8X8 352 libavcodec/mpegutils.c if (IS_8X8(mb_type) || IS_16X8(mb_type)) { IS_8X8 358 libavcodec/mpegutils.c if (IS_8X8(mb_type) || IS_8X16(mb_type)) { IS_8X8 363 libavcodec/mpegutils.c if (IS_8X8(mb_type) && mv_sample_log2 >= 2) { IS_8X8 903 libavcodec/rv34.c if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC