Searched refs:IS_8X8 (Results 1 – 13 of 13) sorted by relevance
37 mb->w = IS_8X8(mb_type) || IS_8X16(mb_type) ? 8 : 16; in add_mb()38 mb->h = IS_8X8(mb_type) || IS_16X8(mb_type) ? 8 : 16; in add_mb()128 if (IS_8X8(mb_type)) { in ff_print_debug_info2()244 if (IS_8X8(mb_type)) in ff_print_debug_info2()352 if (IS_8X8(mb_type) || IS_16X8(mb_type)) { in ff_print_debug_info2()358 if (IS_8X8(mb_type) || IS_8X16(mb_type)) { in ff_print_debug_info2()363 if (IS_8X8(mb_type) && mv_sample_log2 >= 2) { in ff_print_debug_info2()
89 #define IS_8X8(a) ((a) & MB_TYPE_8x8) macro
128 if (IS_8X8(colocated_mb_type)) { in ff_mpeg4_set_direct_mv()
110 av_assert2(IS_8X8(mb_type)); in MCFUNC()
731 } else if (IS_8X8(top_type)) { in fill_decode_caches()742 else if (IS_8X8(left_type[LTOP])) in fill_decode_caches()749 else if (IS_8X8(left_type[LBOT])) in fill_decode_caches()
209 const int is_b8x8 = IS_8X8(*mb_type); in pred_spatial_direct_motion()496 const int is_b8x8 = IS_8X8(*mb_type); in pred_temp_direct_motion()
801 if (IS_8X8(mb_type)) { in write_back_motion()
122 av_assert2(IS_8X8(mb_type)); in await_references()
672 if (IS_8X8(colocated_mb_type)) { in set_direct_mv()
1168 if (IS_8X8(mb_type)) { in ff_er_frame_end()
903 … if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC in rv34_decode_mv()
1405 if (IS_8X8(s->next_picture.mb_type[mot_xy])) { in direct_search()
1358 if (IS_8X8(mb_type)) { in mpeg4_decode_partitioned_mb()