Searched refs:IS_16X8 (Results 1 – 7 of 7) sorted by relevance
38 mb->h = IS_8X8(mb_type) || IS_16X8(mb_type) ? 8 : 16; in add_mb()137 } else if (IS_16X8(mb_type)) { in ff_print_debug_info2()245 else if (IS_16X8(mb_type)) in ff_print_debug_info2()
80 #define IS_16X8(a) ((a) & MB_TYPE_16x8) macro
89 } else if (IS_16X8(mb_type)) { in MCFUNC()
109 } else if (IS_16X8(mb_type)) { in await_references()
981 else if(IS_16X8(mb_type)){ in ff_h264_decode_mb_cavlc()
2255 else if(IS_16X8(mb_type)){ in ff_h264_decode_mb_cabac()
898 … if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC in rv34_decode_mv()