Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmpegutils.c37 mb->w = IS_8X8(mb_type) || IS_8X16(mb_type) ? 8 : 16; in add_mb()
150 } else if (IS_8X16(mb_type)) { in ff_print_debug_info2()
247 else if (IS_8X16(mb_type)) in ff_print_debug_info2()
H A Dmpegutils.h81 #define IS_8X16(a) ((a) & MB_TYPE_8x16) macro
H A Dh264_mc_template.c98 } else if (IS_8X16(mb_type)) { in hl_motion()
H A Dh264_cavlc.c1019 av_assert2(IS_8X16(mb_type)); in ff_h264_decode_mb_cavlc()
H A Dh264_mb.c114 } else if (IS_8X16(mb_type)) { in await_references()
H A Dh264_cabac.c2291 av_assert2(IS_8X16(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 11 milliseconds