Home
last modified time | relevance | path

Searched refs:IS_16X8 (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegutils.c38 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()
H A Dmpegutils.h80 #define IS_16X8(a) ((a) & MB_TYPE_16x8) macro
H A Dh264_mc_template.c89 } else if (IS_16X8(mb_type)) { in hl_motion()
H A Dh264_cavlc.c981 else if(IS_16X8(mb_type)){ in ff_h264_decode_mb_cavlc()
H A Dh264_mb.c109 } else if (IS_16X8(mb_type)) { in await_references()
H A Dh264_cabac.c2255 else if(IS_16X8(mb_type)){ in ff_h264_decode_mb_cabac()
H A Drv34.c898 if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC in rv34_decode_mv()

Completed in 12 milliseconds