IS_8X8 1128 libavcodec/error_resilience.c if (IS_8X8(mb_type)) { IS_8X8 1082 libavcodec/h264.h if (IS_8X8(mb_type)) { IS_8X8 182 libavcodec/h264_direct.c const int is_b8x8 = IS_8X8(*mb_type); IS_8X8 468 libavcodec/h264_direct.c const int is_b8x8 = IS_8X8(*mb_type); IS_8X8 121 libavcodec/h264_mb.c av_assert2(IS_8X8(mb_type)); IS_8X8 107 libavcodec/h264_mc_template.c av_assert2(IS_8X8(mb_type)); IS_8X8 725 libavcodec/h264_mvpred.h } else if (IS_8X8(top_type)) { IS_8X8 736 libavcodec/h264_mvpred.h else if (IS_8X8(left_type[LTOP])) IS_8X8 743 libavcodec/h264_mvpred.h else if (IS_8X8(left_type[LBOT])) IS_8X8 1426 libavcodec/motion_est.c if (IS_8X8(s->next_picture.mb_type[mot_xy])) { IS_8X8 138 libavcodec/mpeg4video.c if (IS_8X8(colocated_mb_type)) { IS_8X8 1253 libavcodec/mpeg4videodec.c if (IS_8X8(mb_type)) { IS_8X8 2137 libavcodec/mpegvideo.c mb->w = IS_8X8(mb_type) || IS_8X16(mb_type) ? 8 : 16; IS_8X8 2138 libavcodec/mpegvideo.c mb->h = IS_8X8(mb_type) || IS_16X8(mb_type) ? 8 : 16; IS_8X8 2175 libavcodec/mpegvideo.c if (IS_8X8(mb_type)) { IS_8X8 2292 libavcodec/mpegvideo.c if (IS_8X8(mb_type)) IS_8X8 2373 libavcodec/mpegvideo.c if (IS_8X8(mbtype_table[mb_index])) { IS_8X8 2486 libavcodec/mpegvideo.c if (IS_8X8(mb_type) || IS_16X8(mb_type)) { IS_8X8 2492 libavcodec/mpegvideo.c if (IS_8X8(mb_type) || IS_8X16(mb_type)) { IS_8X8 2497 libavcodec/mpegvideo.c if (IS_8X8(mb_type) && mv_sample_log2 >= 2) { IS_8X8 897 libavcodec/rv34.c if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC