Searched refs:IS_8X16 (Results 1 – 7 of 7) sorted by relevance
37 mb->w = IS_8X8(mb_type) || IS_8X16(mb_type) ? 8 : 16; in add_mb()151 } else if (IS_8X16(mb_type)) { in ff_print_debug_info2()248 else if (IS_8X16(mb_type)) in ff_print_debug_info2()
88 #define IS_8X16(a) ((a) & MB_TYPE_8x16) macro
98 } else if (IS_8X16(mb_type)) { in MCFUNC()
114 } else if (IS_8X16(mb_type)) { in await_references()
1021 av_assert2(IS_8X16(mb_type)); in ff_h264_decode_mb_cavlc()
2282 av_assert2(IS_8X16(mb_type)); in ff_h264_decode_mb_cabac()
896 … if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC in rv34_decode_mv()